-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove legacy PC boot support? #304
Comments
Images I am building are always using "legacy" with QEMU / SeaBios isn't even "legacy" as in "obsolete". It's the well maintained, highly stable, reliable, simple, more backdoor resistant (no or less complex persistent storage in virtual firmware area) firmware interface. In VMs, EFI also has more issues than legacy BIOS. So no, please don't remove legacy BIOS booting support in favor of EFI. Please kindly keep it dual legacy-BIOS+EFI boot compatible. I would kindly suggest,
|
Yeah, e.g. PVE (Proxmox VE) also defaults to QEMU / SeaBios, usage of EFI always means extra steps, so we should explore our options and what might be good defaults and acceptable options regarding "legacy" options. :) |
Should investigate grub-cloud for dual-boot images. |
Discussed here: #299 (comment) |
Today you can run grml-debootstrap without passing
--efi [device]
or--vmefi
. This will probably give you a PC-legacy-boot setup.I want to say this is not relevant anymore. I think we should require passing
--efi [device]
and assume--vmefi
if--vm
is given.Will probably have a few implications in the grml-debootstrap and chroot-script code, and I hope things will become easier to understand. Then we can also better sort out installing grub.
The text was updated successfully, but these errors were encountered: