]> git.ipfire.org Git - ipfire-2.x.git/blob - config/grub/grub.conf
Geaendert:
[ipfire-2.x.git] / config / grub / grub.conf
1 timeout 5
2 default saved
3 foreground = 16064e
4 background = ffffff
5 splashimage (hd0,0)/grub/ipfire.xpm.gz
6 title IPFire (1024x768)
7 root (hd0,0)
8 kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
9 initrd /initrd.splash
10 savedefault
11 title IPFire (640x480)
12 root (hd0,0)
13 kernel /vmlinuz root=ROOT panic=10 acpi=off vga=785 splash=silent ro
14 initrd /initrd.splash
15 savedefault
16 title IPFire SMP (1024x768)
17 root (hd0,0)
18 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
19 initrd /initrd.splash
20 savedefault
21 title IPFire SMP (640x480)
22 root (hd0,0)
23 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=785 splash=silent ro
24 initrd /initrd.splash
25 savedefault
26 title IPFire (ACPI enabled) (1024x768)
27 root (hd0,0)
28 kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
29 initrd /initrd.splash
30 savedefault
31 title IPFire (ACPI enabled) (640x480)
32 root (hd0,0)
33 kernel /vmlinuz root=ROOT panic=10 vga=785 splash=silent ro
34 initrd /initrd.splash
35 savedefault
36 title IPFire SMP (ACPI HT enabled) (1024x768)
37 root (hd0,0)
38 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
39 initrd /initrd.splash
40 savedefault
41 title IPFire SMP (ACPI HT enabled) (640x480)
42 root (hd0,0)
43 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
44 initrd /initrd.splash
45 savedefault