]> 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 (800x600)
12 root (hd0,0)
13 kernel /vmlinuz root=ROOT panic=10 acpi=off vga=788 splash=silent ro
14 initrd /initrd.splash
15 savedefault
16 title IPFire (text)
17 root (hd0,0)
18 kernel /vmlinuz root=ROOT panic=10 acpi=off ro
19 initrd /initrd.splash
20 savedefault
21 title IPFire SMP (1024x768)
22 root (hd0,0)
23 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
24 initrd /initrd.splash
25 savedefault
26 title IPFire SMP (800x600)
27 root (hd0,0)
28 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=788 splash=silent ro
29 initrd /initrd.splash
30 savedefault
31 title IPFire SMP (text)
32 root (hd0,0)
33 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off ro
34 initrd /initrd.splash
35 savedefault
36 title IPFire (ACPI enabled) (1024x768)
37 root (hd0,0)
38 kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
39 initrd /initrd.splash
40 savedefault
41 title IPFire (ACPI enabled) (800x600)
42 root (hd0,0)
43 kernel /vmlinuz root=ROOT panic=10 vga=788 splash=silent ro
44 initrd /initrd.splash
45 savedefault
46 title IPFire (ACPI enabled) (text)
47 root (hd0,0)
48 kernel /vmlinuz root=ROOT panic=10 ro
49 initrd /initrd.splash
50 savedefault
51 title IPFire SMP (ACPI HT enabled) (1024x768)
52 root (hd0,0)
53 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
54 initrd /initrd.splash
55 savedefault
56 title IPFire SMP (ACPI HT enabled) (800x600)
57 root (hd0,0)
58 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=788 splash=silent ro
59 initrd /initrd.splash
60 savedefault
61 title IPFire SMP (ACPI HT enabled) (text)
62 root (hd0,0)
63 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
64 initrd /initrd.splash
65 savedefault