#96: Make default device and lookup path for grub.cfg configurable ---------------------------------+------------------------------------------ Reporter: oxygene | Owner: oxygene Type: enhancement | Status: new Priority: minor | Milestone: Port GRUB2 to coreboot Component: grub2 | Version: v2 Keywords: | Dependencies: Patchstatus: there is no patch | ---------------------------------+------------------------------------------ By default, cbgrub2 looks for (memdisk)/grub.cfg. other defaults might be sensible, eg. (ata0,1)/boot/grub/grub.cfg. It should be possible to define this at build time, eg. configure flag
#96: Make default device and lookup path for grub.cfg configurable ----------------------------+----------------------------------------------- Reporter: oxygene | Owner: oxygene Type: enhancement | Status: closed Priority: minor | Milestone: Port GRUB2 to coreboot Component: grub2 | Version: v2 Resolution: wontfix | Keywords: Dependencies: | Patchstatus: there is no patch ----------------------------+----------------------------------------------- Changes (by oxygene):
* status: new => closed * resolution: => wontfix
Comment:
After discussion, it was agreed that using a redirecting (memdisk)/grub.cfg is more flexible than a configure-time option.
The fix is (in the simplest case) a grub.cfg with:
configfile (yourtargetdevice)/path/to/grub.cfg
and can be as complex as necessary (using the search command or anything else grub2 provides)