edit : Sorry if I wasn't clear, I will try my best to be understable
I'm STUCK in emergency mod and I did something stupid to solve my issue I edit the wrong UUID via
edit/etc/fstab
: I erased the 1st UUID ( 76aa9012-308b-44af-aebe-df5483c08634)
by the one from the swap file (283A159A3A15665A)
I did that because I saw an other post and I misunderstood the solution.
Then I did as you guys told me in the comments, I went to recovery mod, I have enabled the " write" option ( see here -> https://imgur.com/PEePgKj) Then I went to boot, I wrote
nano /etc/fstab
and then this screen appeared ( -> see here https://imgur.com/YFciJUJ )
so naturally I tried to erase my previous mistake by changing the UUID that I previously changed by the former one ( -> see here https://imgur.com/VXxMJAS) I also tried to add a
#
before the swap UUID as I saw on an other post that it could solve my issue.
However, despite the fact that I enabled the write option, I can't save any changes ( -> see here https://imgur.com/Kizhu0G)
Moreover I have to write very quicly on this screen because if I take too much time, all of my changes are erased anyway and I go back to the recovery main page without doing anything.
My questions are : How can I save my changes and is it the best way to finnaly boot Ubuntu ?
nano /etc/fstab
in recovery mode? – Béné May 14 '20 at 16:37mount -o rw,remount /
in recovery mode, to deactivate the read-only mode. Further info here: https://askubuntu.com/questions/117950/how-do-i-change-file-system-in-recovery-mode-to-read-write-mode Hope that helps. – Béné May 14 '20 at 19:04