just give me a min Sir , let’s test it out :)) hehe
on mounting the root and then using sudo nano /mnt/etc/fstab
I did get that UUID , which is shown in the first image , now do i need to replace it with the new UUID ?
# edit the file
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# edit the file
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=25E1-96DF /boot/efi vfat umask=0077 0 2
UUID=411dc37c-e651-4220-b380-d3306c59e042 / ext4 defaults,noatime 0 1
UUID=30fde1a2-8594-4a14-86fa-6cdad59bc450 /home ext4 defaults,noatime 0 2
UUID=8eb80e10-0b17-4e68-8d79-e1c69a792054 swap swap defaults,noatime 0 0
okay changed the name , but i didn’t use the gparted to partition the space , will it make any difference and now , after i changed the UUID address , what next to do ?
it may be present on the installation medium
but not on the resulting, installed system
after system installation, it needs to be installed explicitly
see the link - section 4.1
just like manjaro-chroot is only present on the installation medium - but can be installed to the final system
</># /etc/fstab: static file system information.
#
</># Use 'blkid' to print the universally unique identifier for a device; this may
</># be used with UUID= as a more robust way to name devices that works even if
</># disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=E62F-7A17 /boot/efi vfat umask=0077 0 2
UUID=411dc37c-e651-4220-b380-d3306c59e042 / ext4 defaults,noatime 0 1
UUID=30fde1a2-8594-4a14-86fa-6cdad59bc450 /home ext4 defaults,noatime 0 2
UUID=8eb80e10-0b17-4e68-8d79-e1c69a792054 swap swap defaults,noatime 0 0
Looks like you decided to use an existing EFI partition. I suspect that’s the one used by windows, but I’m not sure. I havent used windows in a long time so I’m not sure if it’ll break anything.
I suggested making a new partition because I didn’t want you to have to fix another bootloader, or change your setup.
Perhaps someone else can tell us if it will break window’s bootloader. So maybe give it a few minutes for someone to say something.
Other than that it looks good. If and when you’re happy to proceed, you can chroot into the system and fix grub.