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