changeset 1 | 8ff135ba3a93 |
parent 0 | cf3d12913a16 |
child 2 | cdf62add5d6f |
0:cf3d12913a16 | 1:8ff135ba3a93 |
---|---|
1 serial --speed=38400 |
|
2 terminal_input serial |
|
3 terminal_output serial |
|
4 |
|
5 |
|
6 menuentry 'Linux' --class debian --class gnu-linux --class gnu --class os { |
|
7 insmod part_msdos |
|
8 insmod ext2 |
|
9 set root='(hd0,msdos1)' |
|
10 search --no-floppy --fs-uuid --set c8c7074b-61bc-48b8-837e-aeb9a996477e |
|
11 echo 'Loading Linux...' |
|
12 linux /boot/linux26 console=ttyS0,38400n8 root=UUID=c8c7074b-61bc-48b8-837e-aeb9a996477e |
|
13 echo 'Loading Initrd...' |
|
14 initrd /boot/initrd.gz |
|
15 } |