fdisk -l and parted -l are below, as requested.
Since my last post:
The boot hangup with BOOTMGR is missing has been resolved – by changing the BIOS settings to Boot with Failsafe settings.
Since I was having other issues with 42.3 (video driver, apparently – there is another thread on that), I installed 42.2 to a spare partition. One result is that I got back the GRUB2 menu which I had before I upgraded 42.2 to 42.3 From this I can book to 13.2, which is what I am now running. When from this menu I try to boot 42.2, it tells me it cannot find /boot/vmlinuz-4.4.74-18.20-default – presumably because it is looking for 42.2 where 42.3 now resides. The GRUB2 menu does not list 42.3 I am not sure how to tell GRUB2 to look in the right place.
A word of explanation on the disks: this is an older machine, BIOS not UEFI. Originally had hardware RAID (mirrored). That is no longer the case (I did not rebuild it after a drive failure). OS versions are on two SSD drives, /home on the hard disk. Currently, in addition to Windows (originally a dual boot system), OpenSuse 12.3, 13.2, 42.2 and 42.3 (which I have yet to successfully boot) are installed. 42.3 was installed as an upgrade to 42.2, which is what precipitated the issues when GRUB2 failed to install, and thus my queries on this thread. The original issue with GRUB2 was duplicate hd0 entries, which I resolved by manually removing the duplicate entries.
So at this point, I would like to be able to boot 42.3 (so I can continue to troubleshoot) and 42.2 (so I can use it) from GRUB2. Help appreciated.
# fdisk -l
Disk /dev/sda: 28 GiB, 30016659456 bytes, 58626288 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
Disklabel type: dos
Disk identifier: 0x10ce7af1
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 387071 180224 88M 7 HPFS/NTFS/exFAT
/dev/sda3 387072 694271 307200 150M 83 Linux
/dev/sda4 * 694272 58626047 57931776 27.6G f W95 Ext'd (LBA)
/dev/sda5 696320 4915199 4218880 2G 82 Linux swap / Solaris
/dev/sda6 4917248 46335999 41418752 19.8G 83 Linux
/dev/sda7 46338048 58626047 12288000 5.9G 83 Linux
Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
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: 0x000c6865
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 1918144511 1918142464 914.7G f W95 Ext'd (LBA)
Disk /dev/sdc: 111.8 GiB, 120034123776 bytes, 234441648 sectors
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: 0x000bba26
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 234440703 234438656 111.8G f W95 Ext'd (LBA)
/dev/sdc5 4096 62910463 62906368 30G 83 Linux
/dev/sdc6 62912512 83892223 20979712 10G 83 Linux
/dev/sdc7 83894272 234440703 150546432 71.8G 83 Linux
Disk /dev/sdd: 1.4 TiB, 1500301910016 bytes, 2930277168 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
Disklabel type: dos
Disk identifier: 0x10ce7ae9
Device Boot Start End Sectors Size Id Type
/dev/sdd1 * 2048 1007823757 1007821710 480.6G 7 HPFS/NTFS/exFAT
/dev/sdd2 1007824896 2930145279 1922320384 916.6G f W95 Ext'd (LBA)
/dev/sdd5 1007826944 1007966207 139264 68M 83 Linux
/dev/sdd6 1007968256 1012174847 4206592 2G 82 Linux swap / Solaris
/dev/sdd7 1012176896 1054121983 41945088 20G 83 Linux
/dev/sdd8 1054124032 2930126847 1876002816 894.6G 83 Linux
Disk /dev/loop0: 100 GiB, 107374182400 bytes, 209715200 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 /dev/loop1: 2 GiB, 2147483648 bytes, 4194304 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 /dev/mapper/docker-8:6-156866-pool: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 65536 bytes
# parted -l
Model: ATA KINGSTON SSDNOW (scsi)
Disk /dev/sda: 30.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs type=07
2 106MB 198MB 92.3MB primary ntfs type=07
3 198MB 355MB 157MB primary ext4 type=83
4 355MB 30.0GB 29.7GB extended boot, lba, type=0f
5 357MB 2517MB 2160MB logical linux-swap(v1) type=82
6 2518MB 23.7GB 21.2GB logical ext4 type=83
7 23.7GB 30.0GB 6291MB logical ext4 type=83
Model: ATA ST2000DM001-1ER1 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 982GB 982GB extended lba, type=0f
Model: ATA KINGSTON SUV400S (scsi)
Disk /dev/sdc: 120GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 120GB 120GB extended boot, lba, type=0f
5 2097kB 32.2GB 32.2GB logical ext4 type=83
6 32.2GB 43.0GB 10.7GB logical ext4 type=83
7 43.0GB 120GB 77.1GB logical ext4 type=83
Model: ATA ST31500341AS (scsi)
Disk /dev/sdd: 1500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 516GB 516GB primary ntfs boot, type=07
2 516GB 1500GB 984GB extended lba, type=0f
5 516GB 516GB 71.3MB logical ext4 type=83
6 516GB 518GB 2154MB logical linux-swap(v1) type=82
7 518GB 540GB 21.5GB logical ext4 type=83
8 540GB 1500GB 961GB logical ext4 type=83
Model: Linux device-mapper (thin-pool) (dm)
Disk /dev/mapper/docker-8:6-156866-pool: 107GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 107GB 107GB ext4