ladybird/Kernel/grub_gpt.cfg
supercomputer7 de49714f36 PartitionTable: Initial GPT Support, Adding Block Limit
Also added a script to handle creation of GPT partitioned disk (with
GRUB config file). Block limit will be used to disallow potential access
to other partitions.
2019-10-07 10:11:39 +02:00

12 lines
209 B
INI

timeout=1
menuentry 'Serenity (normal)' {
root=hd0,2
multiboot /boot/kernel root=/dev/hda2
}
menuentry 'Serenity (with serial debug)' {
root=hd0,2
multiboot /boot/kernel serial_debug root=/dev/hda2
}