Hi everybody !
I'm actually running ubuntu 16.04 and windows 10 with a dual boot installed a long time ago. But finally I wanted another distribution and I fell in love with Manjaro. So as a newbie in all of those Linux things (except for running simple commands), I want to replace my Ubuntu partition by the Manjaro distribution without detroying the boot loader and everything around (like still having a grub during the boot, etc.).
That's why I'm here, I'm getting a bit paranoid about failures so I want to ask the community for some help.
Everything you need to know :
My partitions :
mer@merASUS:~$ sudo parted -l
Modèle: ATA Micron_1100_MTFD (scsi)
Disque /dev/sda : 256GB
Taille des secteurs (logiques/physiques): 512B/512B
Table de partitions : gpt
Disk Flags:
Numéro Début Fin Taille Système de fichiers Nom Fanions
1 1049kB 274MB 273MB fat32 EFI system partition démarrage, esp
2 274MB 290MB 16,8MB Microsoft reserved partition msftres
3 290MB 182GB 182GB ntfs Basic data partition msftdata
5 182GB 205GB 23,4GB ext4
6 205GB 247GB 41,9GB ext4
7 247GB 255GB 8040MB linux-swap(v1)
4 255GB 256GB 839MB ntfs Basic data partition caché, diag
mer@merASUS:~$ sudo blkid
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/sda1: LABEL="SYSTEM" UUID="9CEF-1489" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="594a466f-7f6c-4766-b0ba-2cead5d56a65"
/dev/sda3: LABEL="OS" UUID="0ED0F310D0F2FD31" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="93eda182-bcc8-4380-ab7b-7605853e1afc"
/dev/sda4: LABEL="RECOVERY" UUID="A4CEBD26CEBCF1A2" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d5973df5-643c-4369-b730-9a37a817b06c"
/dev/sda5: UUID="027ddcdf-25b9-4aef-b4b5-5a99e3dc0a8b" TYPE="ext4" PARTUUID="65cc1a5e-a7ce-41b2-afea-420d180bd88e"
/dev/sda6: UUID="cd2b0d18-d390-4098-94af-b0eaa53a04a7" TYPE="ext4" PARTUUID="250d58bb-8ead-4709-92e4-0e18e5433530"
/dev/sda7: UUID="d5ca503b-25f8-4122-906c-3804e444159a" TYPE="swap" PARTUUID="e8d3028e-e4fa-456e-b0e4-cc1035116005"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="d64c71f0-6970-4e52-a0cf-94ee9179a474"
mer@merASUS:~$ sudo efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0000,0002,0003,0004
Boot0000* Windows Boot Manager
Boot0001* ubuntu
Boot0002* UEFI:CD/DVD Drive
Boot0003* UEFI:Removable Device
Boot0004* UEFI:Network Device
mer@merASUS:~$ findmnt -s
TARGET SOURCE FSTYPE OPTIONS
/ UUID=027ddcdf-25b9-4aef-b4b5-5a99e3dc0a8b ext4 errors=remount-ro
/home UUID=cd2b0d18-d390-4098-94af-b0eaa53a04a7 ext4 defaults
none UUID=d5ca503b-25f8-4122-906c-3804e444159a swap sw
/boot/efi UUID=9CEF-1489 vfat defaults
Conclusion
Thanks guys for helping me, what I want to install is Majaro Xfce (stable version).
Thanks in advance (I'm here if you want any futher informations)!