]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/grub/grub.conf
Prepare core28 to update the IPFire version
[people/pmueller/ipfire-2.x.git] / config / grub / grub.conf
... / ...
CommitLineData
1timeout 10
2default saved
3foreground = 6d6963
4background = ffffff
5#hiddenmenu
6splashimage (hd0,0)/grub/ipfire.xpm.gz
7title IPFire
8 root (hd0,0)
9 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 MOUNT
10 initrd /ipfirerd-KVER.img
11 savedefault 0
12title IPFire (vesafb 640x480)
13 root (hd0,0)
14 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=785 MOUNT
15 initrd /ipfirerd-KVER.img
16 savedefault 1
17title IPFire (vesafb 1024x768)
18 root (hd0,0)
19 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=791 MOUNT
20 initrd /ipfirerd-KVER.img
21 savedefault 2
22title IPFire (acpi disabled)
23 root (hd0,0)
24 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 acpi=off MOUNT
25 initrd /ipfirerd-KVER.img
26 savedefault 3
27title IPFire (single Processor)
28 root (hd0,0)
29 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 nosmp MOUNT
30 initrd /ipfirerd-KVER.img
31 savedefault 4
32title IPFire (all storage drivers)
33 root (hd0,0)
34 kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 MOUNT
35 initrd /ipfirerd-KVER-emergency.img
36 savedefault 5