]>
Commit | Line | Data |
---|---|---|
27996c53 | 1 | timeout 10 |
5e773594 | 2 | default saved |
4ff9093d | 3 | foreground = 6d6963 |
5cfe86e6 | 4 | background = ffffff |
bba7212c | 5 | #hiddenmenu |
2f3973e4 | 6 | # *** If you want use serial console comment next line |
bba7212c | 7 | splashimage (hd0,0)/grub/ipfire.xpm.gz |
2f3973e4 AF |
8 | # *** add "console=ttyS0,38400n8" to kernel cmdline, |
9 | # *** uncomment following lines and check also inittab | |
10 | #serial --unit=0 --speed=38400 | |
11 | #terminal --timeout=1 serial console | |
a869b064 | 12 | title IPFire |
72586b9f | 13 | root (hd0,0) |
1a10fcdc | 14 | kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 MOUNT |
ceba6fdf | 15 | initrd /ipfirerd-KVER.img |
fd383f41 | 16 | savedefault 0 |
324b3343 CS |
17 | title IPFire (vesafb 640x480) |
18 | root (hd0,0) | |
1a10fcdc | 19 | kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=785 MOUNT |
324b3343 CS |
20 | initrd /ipfirerd-KVER.img |
21 | savedefault 1 | |
6f22aa07 AF |
22 | title IPFire (vesafb 800x600) |
23 | root (hd0,0) | |
1a10fcdc | 24 | kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=788 MOUNT |
6f22aa07 | 25 | initrd /ipfirerd-KVER.img |
b04e1df8 | 26 | savedefault 2 |
fd383f41 | 27 | title IPFire (vesafb 1024x768) |
5cfe86e6 | 28 | root (hd0,0) |
1a10fcdc | 29 | kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 vga=791 MOUNT |
ceba6fdf | 30 | initrd /ipfirerd-KVER.img |
b04e1df8 | 31 | savedefault 3 |
31ec4599 | 32 | title IPFire (acpi disabled) |
a2c72c14 | 33 | root (hd0,0) |
1a10fcdc | 34 | kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 acpi=off MOUNT |
ceba6fdf | 35 | initrd /ipfirerd-KVER.img |
b04e1df8 | 36 | savedefault 4 |
7842c3e8 | 37 | title IPFire (single Processor) |
a2c72c14 | 38 | root (hd0,0) |
1a10fcdc | 39 | kernel /vmlinuz-KVER-ipfire root=ROOT panic=10 nosmp MOUNT |
ceba6fdf | 40 | initrd /ipfirerd-KVER.img |
b04e1df8 | 41 | savedefault 5 |