boots to DE.

This commit is contained in:
Matt Knoop
2025-11-23 11:26:08 -07:00
parent 704fa1b0aa
commit 26645cc10d
13 changed files with 44 additions and 18 deletions

3
grub.cfg Normal file → Executable file
View 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.'
}