]> git.ipfire.org Git - ipfire-2.x.git/blame - config/grub/grub.conf
Installer
[ipfire-2.x.git] / config / grub / grub.conf
CommitLineData
27996c53 1timeout 10
5e773594 2default saved
5cfe86e6
HS
3foreground = 16064e
4background = ffffff
27996c53 5gfxmenu /grub/message
edd536b6 6title IPFire KVERSION (1024x768)
5cfe86e6 7 root (hd0,0)
5e773594 8 kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
f8ae001e 9 initrd /initrd.splash
5e773594 10 savedefault 0
edd536b6 11title IPFire KVERSION (640x480)
72586b9f 12 root (hd0,0)
5e773594 13 kernel /vmlinuz root=ROOT panic=10 vga=785 splash=silent ro
72586b9f 14 initrd /initrd.splash
5e773594 15 savedefault 1
edd536b6 16title IPFire KVERSION 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
5e773594 20 savedefault 2
edd536b6 21title IPFire KVERSION SMP (640x480)
72586b9f 22 root (hd0,0)
20e891c6 23 kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=785 splash=silent ro
72586b9f 24 initrd /initrd.splash
5e773594 25 savedefault 3
edd536b6 26title IPFire KVERSION SMP-HT (Intel Pentium 4) (1024x768)
5cfe86e6 27 root (hd0,0)
f8ae001e
MT
28 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
29 initrd /initrd.splash
5e773594 30 savedefault 4
edd536b6 31title IPFire KVERSION SMP-HT (Intel Pentium 4) (640x480)
72586b9f 32 root (hd0,0)
20e891c6 33 kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
72586b9f 34 initrd /initrd.splash
5e773594 35 savedefault 5