blob: c222d06af4f5b7eab606a6e671ab742c04c669c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
}
|