Hello Community,
Sorry, but I need your help again.
On my netbook I had a dual boot system, that run in both systems (Windows 10 + OpenSUSE Leap 15.5), with this drive configuration:
part. file system mount point size flags use / comments
dev/sda
sda1 ntfs 78,03 GiB msftdata Windows OS
sda2 fat 32 /boot/efi 100,00 MiB boot, esp EFI partition
sda3 unknown 16,00 MiB msftres MS reserved partition
sda4 ext4 / 40,00 GiB OpenSUSE Leap OS
sda5 swap 6,00 GiB linux swap
sda6 ext4 /home 35,00 GiB (no documents files)
sda7 ext4 /DOCS 79,33 GiB document files
Then, in last December I installed OpenSUSE Leap 15.6 after a change in the driver configuration as shown here:
# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 ntfs 1B9405B333D8E2A8
├─sda2 vfat FAT16 D6A4-371B 67,9M 32% /boot/efi
├─sda3
├─sda4 ntfs 092587C87A81FD2B
├─sda5 swap 1 swap 42ca55df-fe6c-4087-8f7d-ff45be09bb3e [SWAP]
├─sda6 ext4 1.0 root e9ec5eac-f550-420f-9afb-c3b17a75d345 28,4G 29% /
└─sda7 ext4 1.0 nb_MUS 209a67d6-c973-4cc1-9192-4e7985105f9b 60,7G 0% /MUS
mmcblk0
├─mmcblk0p1 ext4 1.0 nb_DOCS 7d2a573a-39bd-4762-8595-628bfa833e80 26,7G 53% /DOCS
├─mmcblk0p2 ext4 1.0 nb_HOME f90c9ff3-f981-4e9a-a492-f7e0bb129133 6,3G 79% /home
└─mmcblk0p3 ext4 1.0 nb_REPOS d433df19-242e-4816-aaae-7462516899ce 4G 64% /REPOS
The installation of OpenSUSE Leap 15.6 did run good and it runs also very well, but Grub2 does see the preinstalled Windows 10 no more.
So I tried to start Win10 changing the boot priority order in EFI-BIOS. But on booting I always get the follow warning:
What I tried to solve the problem
- run the automatic repair tool on the Windows 10 installation DVD
- execute the following commands on the windows prompt also from the the Windows 10 installation DVD:
- chkdsk C: /r
- sfc/scannow
- bootrec /fixmbr
- bootrec /fixboot
- bootrec /rebuildbcd
- bcdboot C:\Windows
- cdboot C:\Windows /s D:
- bcdboot C:\Windows /s /f D:UEFI
Unfortunately every attempt WAS without success.
Under OpenSUSE I tried:
~# grep PROBER /etc/default/grub
GRUB_DISABLE_OS_PROBER="false"
My Questions:
-
I’m considering to reinstall Windows or/and OpenSUSE. But first I’d like to understand the possible error I made on installing OpenSUSE and try - if possible - to repair it without re-installation of any operative system.
-
Now, just on writing this I maybe “found” the possible error made on installation of OpenSUSE Leap: the device /dev/mmcblk0 has a DOS partition table instead of GPT one.
If this is the error, that blocks Windows starts, how can I repair it without a install OpenSUSE again?
I thank you in advance for hints.