Having a bit of issue restoring my ubuntu box
When I start it I get the following error
Failed to start Clean up any mess left by 0dns-up.....dns-clean.service"
When booting into recovery mode > root and attempting to modify the resolv.conf file I get no such file or directory when trying to save changes.
Unable to install any packages or run apt-get update/install -f etc (no internet access)
Appreciate any help.
Cheers
rw
? – George Udosen May 04 '17 at 08:22ls -al /etc/resolv.conf
shows it asresolv.conf -> ../run/resolvconf/resolv.conf
. You can recreate it if you have to with aln -s
command. – heynnema May 04 '17 at 16:09That's what I later figured was to mount the filesystem
which I did using mount -o remount, rw /
No, I wasn't missing it but I figured its because I hadn't mounted / it was a read-only file and therefore unable to save changes which was to add nameserver address.
– Hex02 May 05 '17 at 01:31