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