FROM A SUSE BOOT
fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cd494
Device Boot Start End Blocks Id System
/dev/sda1 1 2433 19543041 7 HPFS/NTFS
/dev/sda2 * 2434 5044 20972857+ 83 Linux
/dev/sda3 5045 9729 37632262+ 83 Linux
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xffce0322
Device Boot Start End Blocks Id System
/dev/sdb1 1 3648 29302528+ 7 HPFS/NTFS
/dev/sdb2 3649 3892 1959930 82 Linux swap / Solaris
/dev/sdb3 3893 7540 29302560 83 Linux
/dev/sdb4 7541 38913 252003622+ f W95 Ext’d (LBA)
/dev/sdb5 * 7541 10151 20972826 83 Linux
/dev/sdb6 10152 11235 8707198+ 83 Linux
/dev/sdb7 11236 38913 222323503+ 83 Linux
FROM AN UBUNTU BOOT
:~$ sudo fdisk -l
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xffce0322
Device Boot Start End Blocks Id System
/dev/sda1 1 3648 29302528+ 7 HPFS/NTFS
/dev/sda2 3649 3892 1959930 82 Linux swap / Solaris
/dev/sda3 3893 7540 29302560 83 Linux
/dev/sda4 7541 38913 252003622+ f W95 Ext’d (LBA)
/dev/sda5 * 7541 10151 20972826 83 Linux
/dev/sda6 10152 11235 8707198+ 83 Linux
/dev/sda7 11236 38913 222323503+ 83 Linux
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cd494
Device Boot Start End Blocks Id System
/dev/sdb1 1 2433 19543041 7 HPFS/NTFS
/dev/sdb2 * 2434 5044 20972857+ 83 Linux
/dev/sdb3 5045 9729 37632262+ 83 Linux
I’ve done that in the past, but this box is particularly small, crowded, and inclined to cutting fingers on sharp edges.
I agree. But in this case it might have been correct in the evaluation of the user, me.
I read the guide, but did not learn anything pertinent to my problem. Perhaps a better question would be, is there a utility that examines the MBR and tells me what partition it is trying to boot? I try to avoid using the MBR method. Perhaps Ubuntu confused the physical drive order method hd(x,x) with the assigned order that the drives boot. I’ve run into that with some BIOSes. Or possibly it was confused because one is IDE and the other SATA. Either way I find it a fascinating problem.