I didn’t have a chance to reply earlier, but I tried changing the boot order in BIOS and the (hdx, y) in grub and it didn’t work. I don’t understand this, the drive only has a backup of my home folder on it.
Here are the outputs of the commands asked for above:
fdisk -l
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x84eeb34c
Device Boot Start End Blocks Id System
/dev/sda1 2048 307202047 153600000 83 Linux
/dev/sda2 307204096 512004095 102400000 83 Linux
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a6227
Device Boot Start End Blocks Id System
/dev/sdb1 2048 390721535 195359744 83 Linux
Disk /dev/sdc: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xfdfaf88e
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 83907494 41953716 83 Linux
/dev/sdc2 83907495 713061089 314576797+ 83 Linux
/dev/sdc3 713061090 1132486109 209712510 83 Linux
/dev/sdc4 1132486110 1145065004 6289447+ 82 Linux swap / Solaris
Disk /dev/sdd: 2097 MB, 2097152000 bytes
66 heads, 63 sectors/track, 985 cylinders, total 4096000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdd1 * 123 4095615 2047746+ 6 FAT16
The device in question is the 750GB one.
cat /boot/grub/menu.lst
Modified by YaST2. Last modification on Mon May 9 03:35:18 EDT 2011
THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
gfxmenu (hd2,0)/boot/message
###Don’t change this comment - YaST2 identifier: Original name: linux###
title Desktop – openSUSE 11.4 - 2.6.37.1-1.2
root (hd2,0)
kernel /boot/vmlinuz-2.6.37.1-1.2-desktop root=/dev/disk/by-id/ata-ST3200822AS_3LJ3SKZM-part1 resume=/dev/disk/by-id/ata-WDC_WD6402AAEX-00Z3A0_WD-WCATR0122404-part4 splash=silent quiet showopts vga=0x314
initrd /boot/initrd-2.6.37.1-1.2-desktop
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – openSUSE 11.4 - 2.6.37.1-1.2
root (hd2,0)
kernel /boot/vmlinuz-2.6.37.1-1.2-desktop root=/dev/disk/by-id/ata-ST3200822AS_3LJ3SKZM-part1 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314
initrd /boot/initrd-2.6.37.1-1.2-desktop