On 2018-01-05 05:19 PM, TekBudda wrote: > I am not sure if it is possible to run updates (that will likely fix > the issue) on the installed system from a Live USB or not.
Yes, it is. Various places on the web say you can mount the internal drive and then use `sudo apt-get -o RootDir=MOUNTPOINT` to do `update`, `dist-upgrade` and so on. However, I haven't tried this myself yet. It's also possible to do full-on chroot, with `sudo chroot MOUNTPOINT` and then run `apt-get` as normal. However, for this to work well you should also bind-mount some virtual filesystems such as `/proc` and `/sys` onto the relevant places in the internal drive. I can give instructions for this if the `-o RootDir` approach doesn't work.
_______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

