-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grub-install: error: unknown filesystem #69
Comments
Reverting latest commit seems to fix this issue. Unfortunately scripts then fails when installing zst with "zfs command not found" on line 479 or so. |
I worked around this with the latest commit by:
Tested on a Hetzner with legacy BIOS with nvmes but obviously this is all at your own risk. It looked to me like the issue was flags on the boot pool from the newer version of ZFS not being compatible with GRUB2. Specifically for me: com.klarasystems:vdev_zaps_v2 |
Comment out zfs install -> terem42#69
Added grub2 compatibility terem42#69
On Ubuntu 20.04 I had to also configure the
|
Hit this issue on Ubuntu 22.04 as well. Edit: this PR fixed it: #71 |
Hi there,
first of all - thanks for the great script! Unfortunately, I stumbled across a problem I seem to be unable to fix myself: After the majority of the installation finished without issues, it crashes while installing grub with:
I tried it with both Ubuntu 22.04 and Debian12, but got the same result. The rescue system on hetzner itself is currently a Debian12, too.
I switched to the chrooted environment manually and run the command again with verbose output (see attached File)
log.txt
Additional info: The server is a new AX52 with two nvme's and as far as I can tell, it boots in UEFI mode. Maybe that is an issue?
The text was updated successfully, but these errors were encountered: