build the kernel. create a bootable efi image.
This commit is contained in:
17
grub.cfg
Normal file
17
grub.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
set timeout=1
|
||||
set default=0
|
||||
insmod fat
|
||||
insmod part_gpt
|
||||
insmod gzio
|
||||
|
||||
set root='(hd0,gpt1)'
|
||||
menuentry "PatronageOS" {
|
||||
ls (hd0,gpt1)/EFI/patronage/
|
||||
linux /EFI/patronage/bzImage quiet splash debug=yes ramdisk_size=500000,1 boot=/init
|
||||
echo 'loaded kernel...'
|
||||
initrd /EFI/patronage/initramfs.cpio.gz
|
||||
echo 'loaded initial ramdisk...'
|
||||
set debug=all
|
||||
boot
|
||||
echo 'done.'
|
||||
}
|
||||
Reference in New Issue
Block a user