]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/grub/grub.conf
HinzugefĆ¼gt:
[ipfire-2.x.git] / config / grub / grub.conf
index 48fcd08c3f77196b305ba8d08bb176d68df50952..543f976552f3d5c2138d8fa5011f3527a52087e5 100644 (file)
@@ -1,21 +1,47 @@
-timeout 5
-default saved
+timeout 10
+#default saved
 foreground = 16064e
 background = ffffff
-splashimage (hd0,0)/grub/ipfire.xpm.gz
-title IPFire
+gfxmenu /grub/message
+#hiddenmenu
+#splashimage (hd0,0)/grub/ipfire.xpm.gz
+title IPFire (1024x768)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 acpi=off vga=0x317 ro
-  savedefault
-title IPFire SMP
+  kernel /vmlinuz root=ROOT panic=10 acpi=off vga=791 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire (640x480)
   root (hd0,0)
-  kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=0x317 ro
-  savedefault
-title IPFire (ACPI enabled)
+  kernel /vmlinuz root=ROOT panic=10 acpi=off vga=785 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire SMP (1024x768)
   root (hd0,0)
-  kernel /vmlinuz root=ROOT panic=10 ro
-  savedefault
-title IPFire SMP (ACPI HT enabled)
+  kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=791 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire SMP (640x480)
   root (hd0,0)
-  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht ro
-  savedefault
+  kernel /vmlinuz-smp root=ROOT panic=10 acpi=off vga=785 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire (ACPI enabled) (1024x768)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 vga=791 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire (ACPI enabled) (640x480)
+  root (hd0,0)
+  kernel /vmlinuz root=ROOT panic=10 vga=785 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire SMP (ACPI HT enabled) (1024x768)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=791 splash=silent ro
+  initrd /initrd.splash
+  #savedefault
+title IPFire SMP (ACPI HT enabled) (640x480)
+  root (hd0,0)
+  kernel /vmlinuz-smp root=ROOT panic=10 acpi=ht vga=785 splash=silent ro
+  initrd /initrd.splash
+  #savedefault