I have royally messed up the grub loader. I have tried to repair grub with the repair option on the 11.1 DVD but it doesn’t seem to be working. It just bypasses all options and I get a black screen that says reboot now.
Mount -t ext3/dev/sdb6 /mnt
cat /mnt/etc/grub.conf
setup --stage2=/boot/grub/stage2 --force-1ba (hd0,5) (hd0,5) quit
cat /mnt/etc/boot/grub/menu.lst
# Modified by YaST2. Last modification on Mon Feb 9 15:47:48 EST 2009
default 0
timeout 8
gfxmenu (hd0,5)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1
root (hd0,5)
kernel /boot/vmlinuz-2.6.27.7-9-default root=/dev/disk/by-id/ata-Maxtor_6Y160M0_Y471MTAE-part6 resume=/dev/disk/by-id/ata-Maxtor_6Y160M0_Y471MTAE-part5 splash=silent opts vga=0x345
initrd /boot/initrd-2.6.27.7-9-default
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.1
root (hd0,5)
kernel /boot/vmlinuz-2.6.27.7-9-default root=/dev/disk/by-id/ata-Maxtor_6Y160M0_Y471MTAE-part6 showopts ide=nodma apm=off noresume edd=off powersaved=off nohz=off high=off processer.max_cstate=1 x11failsafe vga=0x345
initrd /boot/initrd-2.6.27.7-9-default
###Don't change this comment - YaST2 identifier: Original name: floppy###
title floppy
rootnoverify (fd0)
chainloader +1
Any help would be greatly appreciated