Comment 12 for bug 1531404

Revision history for this message
Phillip Susi (psusi) wrote :

The kernel code is looking for:

1) Each partition has the 1 bit set in its flags byte
2) Each partition's ID bytes are all ascii numbers
3) Each partition starts and ends within the bounds of the disk

When these conditions are met, it sets up the partitions and states that the partition table type is "AHDI", which your syslog shows, so as unlikely as this seems, it must have happened.

I suppose you can get a hex dump of the boot sector of this drive and see:

sudo dd if=/dev/sda count=1 | hd > bootsect.txt