Hi everybody, it's my fisrt topic here. I used in the last two years Mint XFCE and I'm glad with it, but I would like to test and use Manjaro. I have Win10 on my laptop which I don't want to touch since I use it for work with Adobe Cloud, and re-install everything is not an option for me now, I only have a 4G connection with limited traffic.
I saw this topic which is similar to my request, but I don't use UEFI. What I want to achieve is installing Manjaro over Linux Mint and keep the dual boot with Win10. Can you please give me some indications on how should I set up my partitions?
Here are some info about my config:
~$ sudo parted -l
Model: ATA CT1000MX500SSD1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 577MB 576MB primary ntfs boot
2 577MB 211GB 210GB primary ntfs
3 211GB 1000GB 789GB extended
5 211GB 316GB 105GB logical ext4
6 421GB 1000GB 580GB logical ext4
Model: General USB Flash Disk (scsi)
Disk /dev/sdb: 4010MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
2 2833MB 2837MB 4194kB primary esp
sudo blkid
/dev/sda1: LABEL="Riservato per il sistema" UUID="D86A89CE6A89AA38" TYPE="ntfs" PARTUUID="16a0d26b-01"
/dev/sda2: UUID="E84C7A334C79FD1E" TYPE="ntfs" PARTUUID="16a0d26b-02"
/dev/sda5: UUID="4ac91bae-0d4f-4c37-becf-40a89d43cd39" TYPE="ext4" PARTUUID="16a0d26b-05"
/dev/sda6: UUID="00d03689-c479-42ff-ae85-6968a0bed1a6" TYPE="ext4" PARTUUID="16a0d26b-06"
/dev/sdb1: UUID="2020-05-11-08-56-02-00" LABEL="MANJARO_XFCE_2001" TYPE="iso9660"
/dev/sdb2: SEC_TYPE="msdos" LABEL="MISO_EFI" UUID="1CC9-8ECF" TYPE="vfat"
$ sudo efibootmgr
EFI variables are not supported on this system.
$ findmnt -s
TARGET SOURCE FSTYPE OPTIONS
/ UUID=4ac91bae-0d4f-4c37-becf-40a89d43cd39 ext4 errors=remount-ro
/home UUID=00d03689-c479-42ff-ae85-6968a0bed1a6 ext4 defaults
none /swapfile swap sw