# Boot automatically after 30 secs. timeout 50 # By default, boot the first entry. default 0 serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 terminal --timeout=50 serial console # Console stuff # console=tty0 console=ttyS0,115200n8 # Fallback to the second entry. fallback 1 # Splash-Image... # splashimage=(hd0,0)/grub/splash.xpm.gz # For booting with disc 0 kernel title EpiaN (hd0,1) kernel (hd0,1)/vmlinuz-2.6.13.2-EpiaN root=/dev/md0 devfs=nomount acpi=ht resume=/dev/md7 splash=silent read-only console=ttyS0,115200n8 console=tty0 initrd=(hd0,1)/initrd-2.6.13.2-EpiaN.img # For booting with disc 1 kernel title EpiaN (hd1,1) kernel (hd1,1)/vmlinuz-2.6.13.2-EpiaN root=/dev/md0 devfs=nomount acpi=ht resume=/dev/md7 splash=silent read-only console=ttyS0,115200n8 console=tty0 initrd=(hd1,1)/initrd-2.6.13.2-EpiaN.img # Mandrake Kernel title linux-i686-up-4GB (hd0,1) kernel (hd0,1)/vmlinuz-2.6.11-6mdk-i686-up-4GB root=/dev/md0 devfs=nomount acpi=ht resume=/dev/md7 splash=silent read-only console=ttyS0,115200n8 console=tty0 initrd=(hd0,1)/initrd-i686-up-4GB.img # Mandrake Kernel title linux-i686-up-4GB (hd1,1) kernel (hd1,1)/vmlinuz-2.6.11-6mdk-i686-up-4GB root=/dev/md0 devfs=nomount acpi=ht resume=/dev/md7 splash=silent read-only console=ttyS0,115200n8 console=tty0 initrd=(hd1,1)/initrd-i686-up-4GB.img # For booting with disc 0 kernel - Failsafe title Failsafe (hd0,1) kernel (hd0,1)/vmlinuz root=/dev/md0 devfs=nomount acpi=ht resume=/dev/md7 splash=silent failsafe read-only console=ttyS0,115200n8 console=tty0 initrd=(hd0,1)/initrd.img # For booting with disc 1 kernel - Failsafe title Failsafe (hd1,1) kernel (hd1,1)/vmlinuz root=/dev/md0 devfs=nomount acpi=ht resume=/dev/md7 splash=silent failsafe read-only console=ttyS0,115200n8 console=tty0 initrd=(hd1,1)/initrd.img