This is my main box, so I’d like to get this right at first try.
Current system:
Dual boot oS 13.2 & W7 msdos system disk (SSD)
Two gpt data disks, one msdos data disk (HDDs)
Backups to do:
a) Full (?) system SSD imaging to NTFS external drive with Macrium Reflect winPE live disk.
b) Same to EXT4 data disk with Clonezilla live disk.
c) copy /home to one of the data disks.
Upgrade to LEAP & W10 x64 retail on same SSD:
-
Wipe SSD and create gpt partition table. Don’t touch data disks, one of which has a NTFS D: partition (steam games, yeah!)
-
Recreate partitions as before, increasing root (sda6) to 30 GB (10 GB taken from windows sdb) for btrfs. Current partitioning:
# fdisk -l /dev/sda
Disco /dev/sda: 232,9 GiB, 250059350016 bytes, 488397168 setores
Unidades: setor de 1 * 512 = 512 bytes
Tamanho de setor (lógico/físico): 512 bytes / 512 bytes
Tamanho E/S (mínimo/ótimo): 512 bytes / 512 bytes
Tipo de rótulo do disco: dos
Identificador do disco: 0x1f794da2
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 141754367 141547520 67,5G 7 HPFS/NTFS/exFAT
/dev/sda4 * 188950528 488396799 299446272 142,8G 5 Extended
/dev/sda5 188952576 193146879 4194304 2G 82 Linux swap / Solaris
/dev/sda6 193148928 235091967 41943040 20G 83 Linux
/dev/sda7 235094016 486752255 251658240 120G 83 Linux
Note boot flag on /sd4.
New partitioning, taken from a similar setup, with changes in bold:
# fdisk -l /dev/sda
Disco /dev/sda: 232,9 GiB, 250059350016 bytes, 488397168 setores
Unidades: setor de 1 * 512 = 512 bytes
Tamanho de setor (lógico/físico): 512 bytes / 512 bytes
Tamanho E/S (mínimo/ótimo): 512 bytes / 512 bytes
Tipo de rótulo do disco: **gpt**
Identificador do disco: (same or new one)
Dispositivo Início Fim Setores Tamanho Tipo
/dev/sda1 2048 923647 921600 450M Windows recovery <-- new
/dev/sda2 923648 1126399 202752 99M Sistema EFI <--changed
/dev/sda3 1126400 1159167 32768 16M Microsoft reservado <-- new
/dev/sda4 1159168 210874367 209715200 **75G** Microsoft dados básico
/dev/sda5 210874368 227651583 16777216 **8G** Linux swap
/dev/sda6 227651584 301051903 73400320 **30G** Linux sistema de arquivos <-- root
/dev/sda7 301051904 488396799 187344896 120G Linux sistema de arquivos <-- /home
Note there’s no boot flag in this setup.
-
Set boot to UEFI first in UEFI BIOS, enable secureboot. (question: do I have to enable legacy to access the msdos data disk?)
-
Install W10 on predefined partitions (advanced install, I think it’s called). If W10 takes all SDD, then shrink C: (sda4) and repartition again, as above, and boot in W10 to see if shrink didn’t create any problems
-
Disable W10 fast boot, or whatever is the name.
-
Install LEAP to the correspondent partitions, leaving the bootloader options as default, which I suppose will not set any boot flag due to gpt/UEFI.
Do you see any problems with this setup?
Thanks,