summaryrefslogtreecommitdiffstats
path: root/base/aaabasicfs/menu.lst
blob: ed91343ec5b0ffa6ea419d320c8937c4e626a3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Begin /boot/grub/menu.lst
# By default boot the first menu entry.
default 1

# Allow 10 seconds before booting the default.
timeout 10

# Use prettier colors.
color green/black light-green/black

# Le superbootsplash 
gfxmenu (hd0,0)/boot/message

# The first entry is for System Maintenance.
title Maintenance de NuTyX 
root (hd0,0)
kernel /boot/kernel ro quiet
initrd /boot/nutyx-initrd

# The second entry is the first production one
title NuTyX 2009
root (hd0,0)
kernel /boot/kernel root=/dev/sda1 ro quiet

# The third entry is for eventually Windows boot
title Windows
rootnoverify (hd0,X)
chainloader +1