Comment 5 for bug 1870810

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Thanks for the logs.

The curly brace error should be fixed now. Now we must understand why it doesn't find the kernels.

- Could you please save /etc/grub.d/10_linux_zfs somewhere outside of /etc/grub.d/
- Replace /etc/grub.d/10_linux_zfs by the file in attachment. It adds set -x to watch its execution and the content of intermediary files to generate the menu.
- Make it executable:
   chmod +x /etc/grub.d/10_linux_zfs
- Then run update-grub:
   sudo update-grub 2>/tmp/update-grub.log

Verify that the log contains something and attach it to this report.