I have an old desktop PC (64bit) and an old laptop (32bit), on each I have 2 Windows and at least 2 Linux distros .
At the moment I have Ubuntu 14.04.5 LTS Ubuntu 16.04.2 LTS installed.
After repartitioning the HDD and (or) Windows maintenance, I could only boot to windows.
So I've used a boot-repair stick to get the grub menu back.
The home and swap UUID became different from those listed in the fstab for one Ubuntu.
I can login to Ubuntu 14.04 but not to Ubuntu 16.04.
From Ubuntu 14.04 I created new partitions for home and swap for Ubuntu 16.04 and edited the fstab to contain the new UUID. But it didn't work, I can't login to Ubuntu 16.04.
It tries to login then comes back asking again for a password.
I have no Ubuntu 16.04 live CD. Please help me fixing that?
Abo sal
mkdir /sparrow mount -t ext4 /dev/sda2 /sparrow
gedit /sparrow/etc/fstab save it umount /sparrow
– abo sal Jun 29 '17 at 12:19http://www.linuxquestions.org/questions/linux-hardware-18/mounting-question-631370/
– abo sal Jun 29 '17 at 13:55drwxrwxrwt 10 root root 4096 jun 29 16:36 instead of drwxrwxrwt 15 root root 4096 Nov 30 04:17 /tmp
– abo sal Jun 29 '17 at 13:57#UUID=bf7235e3-c5d9-4961-9f93-b3caedf1cdb3 /home ext4 defaults 0 2 UUID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /home ext4 defaults 0 2 after delteing /home partition UUID=bf7235e3-c5d9-4961-9f93-b3caedf1cdb3 does not exit using geparted I created new /home UUID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
– abo sal Jun 29 '17 at 15:46