Disklabel type: dos
Omakohtaista kokemusta minulla ei ole, koska käytän Windows 10:tä VirtualBoxissa, mutta ainakin Leap 42.1:n julkaisutiedoissa on mainittu ongelmasta koskien näitä vanhoja osiointeja. Laitan sen tähän alle lainauksena, koska et varmaankaan pääse sitä itse lukemaan.
1.3. UEFI, GPT, and MS-DOS Partitions
Together with the EFI/UEFI specification, a new style of partitioning arrived: GPT (GUID Partition Table). This new schema uses globally unique identifiers (128-bit values displayed in 32 hexadecimal digits) to identify devices and partition types.
Additionally, the UEFI specification also allows legacy MBR (MS-DOS) partitions. The Linux boot loaders (ELILO or GRUB2) try to automatically generate a GUID for those legacy partitions, and write them to the firmware. Such a GUID can change frequently, causing a rewrite in the firmware. A rewrite consist of two different operation: removing the old entry and creating a new entry that replaces the first one.
Modern firmware has a garbage collector that collects deleted entries and frees the memory reserved for old entries. A problem arises when faulty firmware does not collect and free those entries; this may end up with a non-bootable system.
The workaround is simple: convert the legacy MBR partition to the new GPT to avoid this problem completely.
En tiedä voiko osiointia enää muuttaa GPT:ksi, mutta tulevia asennuksia varten...
Lisäksi huomasin nyt, että sinulla ei yhdessäkään osiossa ole käynnistyslippua (boot flag). Käsittääkseni ainakin Windows vaatii sen käynnistyäkseen.