]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/grub/grub.conf
Remove emergency grub entry.
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
... / ...
CommitLineData
1timeout 10
2default saved
3foreground = 6d6963
4background = ffffff
5#hiddenmenu
6# *** If you want use serial console comment next line
7splashimage (hd0,0)/grub/ipfire.xpm.gz
8# *** add "console=ttyS0,38400n8" to kernel cmdline,
9# *** uncomment following lines and check also inittab
10#serial --unit=0 --speed=38400
11#terminal --timeout=1 serial console
12title IPFire
13 root (hd0,0)
14 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 MOUNT
15 initrd /ipfirerd-KVER.img
16 savedefault 0
17title IPFire (vesafb 640x480)
18 root (hd0,0)
19 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=785 MOUNT
20 initrd /ipfirerd-KVER.img
21 savedefault 1
22title IPFire (vesafb 800x600)
23 root (hd0,0)
24 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=788 MOUNT
25 initrd /ipfirerd-KVER.img
26 savedefault 2
27title IPFire (vesafb 1024x768)
28 root (hd0,0)
29 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=791 MOUNT
30 initrd /ipfirerd-KVER.img
31 savedefault 3
32title IPFire (acpi disabled)
33 root (hd0,0)
34 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 acpi=off MOUNT
35 initrd /ipfirerd-KVER.img
36 savedefault 4
37title IPFire (single Processor)
38 root (hd0,0)
39 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 nosmp MOUNT
40 initrd /ipfirerd-KVER.img
41 savedefault 5