summaryrefslogtreecommitdiff
path: root/package/grub/files
AgeCommit message (Collapse)Author
2017-03-17package/grub: Fix grub.cfgPhil Sutter
When trying qemu-x86_64 target with full disk image, grub wasn't able to read the rootfs. After comparing it's config with the one used on my notebook, I was able to get it right. Apart from fixing the failure, this also enables serial output so grub menu becomes accessible when calling qemu with -nographic option. Signed-off-by: Phil Sutter <phil@nwl.cc>
2017-02-09add dual-boot / fwupdate for systems with grub-supportWaldemar Brodkorb
2016-11-13grub: rework package, add mips support, update to latest gitWaldemar Brodkorb
2016-09-12qemu: efi boot works, need to add a package for EFI bios fileWaldemar Brodkorb
2016-09-08grub: fix efi bootWaldemar Brodkorb
2014-04-13add pregenerated core.img, there is no portable way to do it right nowWaldemar Brodkorb
2014-04-13add example embed.cfgWaldemar Brodkorb
2014-04-11create core.img on the fly via qemu user emulationWaldemar Brodkorb
2014-04-11fix boot with grub2 source packageWaldemar Brodkorb
2014-04-10try to use new grub2Waldemar Brodkorb