Revamped to support EFI booting via grub2.

This commit is contained in:
Juan RP
2012-07-06 15:29:12 +02:00
parent bfbaa4a63b
commit e48e63b61c
6 changed files with 181 additions and 75 deletions

15
grub/grub.cfg Normal file
View File

@@ -0,0 +1,15 @@
insmod usbms
insmod usb_keyboard
insmod part_gpt
insmod part_msdos
insmod fat
insmod iso9660
insmod udf
insmod ext2
insmod reiserfs
insmod ntfs
insmod hfsplus
insmod linux
insmod chain
search --file --no-floppy --set=voidlive "/boot/grub/grub_void.cfg"
source "(${voidlive})/boot/grub/grub_void.cfg"