On Fri, 13 Mar 2020 10:49:46 -0600 home user <mattisonw@xxxxxxxxxxx> wrote: > Tried it. After booting up off the stick, I had to do "su -" to do > anything "rooty". But I notice that even then, I could not see much > of anything in the workstation itself. For example, whether I do a > journalctl or use the logs tool, I saw only the logs from the Fedora > live session. So if something went wrong and I had to fall back to a > Fedora live session, how would I access logs or other diagnostic > information, or (for example) edit grub-related files, or (for > example) free up disk space on the actual workstation hard drive? The live image is its own OS, and has nothing to do with the installed OSs. So, you have to mount the installed image someplace, and then either cd there or chroot there, in order to do anything to the installed OS. I vaguely recall that /mnt/sysimage used to be used for this automatically. e.g. mount /dev/sd1 /mnt/sysimage where /dev/sd1 is the partition that contains the / of the installed system. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx