boots to DE.
This commit is contained in:
3
grub.cfg
Normal file → Executable file
3
grub.cfg
Normal file → Executable file
@@ -7,11 +7,10 @@ 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
|
||||
linux /EFI/patronage/bzImage 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