-
Notifications
You must be signed in to change notification settings - Fork 29
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
safe installation fails to setup bootloader #3204
Comments
Can you give us more detail on the platform you're installing on and the steps you're taking? If it's an esoteric hardware situation like in #3141 (hardware serial port issues), there may not be much we can do systemically. |
@bwarden I have experienced this on two laptops, an older HP one, and a Thinkpad T470. Both inhibit the exact same issues: the console must be removed at boot, and the EFI installation must be finished manually. So what do I do? I take the live distribution and just install. |
Just to be clear, you were able to complete installation by running |
I was able to create a booting system after running bootctl manually. I was only able to succesfully boot clear-linux on both systems after removing |
If it is booted in non-efi mode, it installs syslinux on an extra partition
If it is booted in efi mode, it is not executing
bootctl install --esp-path=/mnt/clearlinux/boot
hence uefi does not pick it upAverage user has no idea what to do after an installation.
Given #3141 will basically present any succesful boot, this should be a showstopper.
The text was updated successfully, but these errors were encountered: