merlin wrote:What you need to do is confirm that the right menu.lst file is being found and used.
Another word of warning is that the /boot entry in fstab does not select the /boot partition for booting, this is done in grub's menu.lst file. The /boot entry in fstab allows the system to access the files in /boot after boot-up has taken place. However, the /boot entry in fstab could potentially be pointing to the wrong boot partition so care needs to be taken.
Sorry it took me so long to get back to this. Bottom line here is that I was shipped a defective hard drive. Beyond that, I have determined that the bios in the computer in question allows one hard drive to appear in the boot device list and it's a little tricky to get that drive to show up in the list. Once that's done, you can set the machine to boot from that device. Which device would that be?
- Code: Select all
fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x72ba2115
Device Boot Start End Blocks Id System
/dev/sda1 * 1 30401 244196001 83 Linux
Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000001
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1275 10241406 7 HPFS/NTFS
/dev/sdb2 1276 38913 302327235 5 Extended
/dev/sdb5 1276 1784 4088511 83 Linux
/dev/sdb6 1785 2293 4088511 82 Linux swap / Solaris
/dev/sdb7 2294 3312 8185086 83 Linux
/dev/sdb8 3313 3950 5124703+ 83 Linux
/dev/sdb9 3951 7259 26579511 83 Linux
/dev/sdb10 7260 7583 2602498+ 83 Linux
/dev/sdb11 7584 21525 111989083+ 83 Linux
/dev/sdb12 25526 38913 107539078+ 83 Linux
/dev/sdb13 21526 25525 32129968+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8aa3d05b
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 60801 488384001 83 Linux
As near as I can tell, I managed to install a bootloader all three of these drives. The only one that actually works is sdb. Not sure why the other bootloaders can't find the partition in question, but they can't and it doesn't matter.
Once everything is configured, it boots. With these three drives in the box, there was a bit of shuffling around to be done, but eventually I got it and was able to boot the original system disc. I'm pretty sure this drive is failing and needs to be replaced soon, but for now, I'm good.
I'll be back for more later.
Thanks for the info.
Mark
Let's just reboot everything all the time.