This is nice for testing when there isn't xhci controller available or my usb stack fails :)
12 lines
207 B
INI
12 lines
207 B
INI
insmod part_gpt
|
|
insmod search_fs_uuid
|
|
|
|
search --no-floppy --fs-uuid --set=root <ROOT_FS>
|
|
|
|
insmod all_video
|
|
|
|
menuentry "banan-os" {
|
|
multiboot2 /boot/banan-os.kernel readonly
|
|
module2 /boot/banan-os.initrd
|
|
}
|