First, I've upgraded this system successfully for the past ten years.
Ignore the 4TB hard drives. These hold user data and have nothing to do with the OS.
The OS resides on a pair of Crucial CT512M55 512GB partitioned SSDs, and I was almost 100% sure that these were initially partitioned as GTP, with:
sdb1/sdc1 forming 445.2 GB md0 raid 1 mounted on /
sdb2/scd2 forming 31.8 GB md1 raid 1 swap partition
However, here is what I get when, as root, I run:
Code:
1 -> gdisk -l /dev/sdb [same of course for /dev/sdc]
GPT fdisk (gdisk) version 1.0.10
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Disk /dev/sdb: 1000215216 sectors, 476.9 GiB
Model: Crucial_CT512M55
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 440FD21F-8A8B-43EB-8DA4-28A810D8CEB8
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1000215182
Partitions will be aligned on 2048-sector boundaries
Total free space is 2669 sectors (1.3 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 933593087 445.2 GiB FD00 Linux RAID
2 933593088 1000214527 31.8 GiB FD00 Linux RAID
So it looks like these disks are actually MBR! Memory grows dim over time. Here is output from fdisk:
Code:
2-> fdisk -l /dev/sdb
Disk /dev/sdb: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: Crucial_CT512M55
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00036451
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 933593087 933591040 445.2G fd Linux raid autodetect
/dev/sdb2 933593088 1000214527 66621440 31.8G fd Linux raid autodetect
So now what? Why am I having a problem upgrading this time? Why is grub not installing just as it always has in the past? What do you think I need to do next?
Again, thank you very much for helping me nail this down.
Bookmarks