Opened 12 months ago
Closed 11 months ago
#19612 closed enhancement (fixed)
grub-efi: Provide a method to install it and LFS grub at the same time w/o overwriting each other
Reported by: | Xi Ruoyao | Owned by: | Xi Ruoyao |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
When we make a custom live distro, we may want it bootable with both BIOS and UEFI. And if we are using a package manager we don't want LFS grub and grub-efi to overwrite each other.
It seems we can only install a part of grub-efi (/usr/lib/grub/x86_64-efi and /usr/share/grub/*.pf2 - maybe only unicode.pf2?) to accomplish this. Not tested though.
Requested by Tim per blfs-dev.
Change History (4)
comment:1 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 months ago
comment:3 by , 12 months ago
I do both on my boot ISO.
It is worth noting that for BIOS boot for LiveCD's grub has some bugs/oddities, most use the older ISOLinux (Syslinux) as older BIOS only hardware recognizes that better when booting off an external/temp device.
comment:4 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Done at r12.1-702-gce4d00eb45.
oh, thats great! I might use that also for the bootcd (.iso) i create - and i only support bios atm.