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