[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cannot boot after distro upgrade



On Sun, Sep 01, 2019 at 09:19:43PM +0200, Miroslav Skoric wrote:
> On 9/1/19 5:33 PM, Reco wrote:
> 
> > 
> > So, let's do something easy and non-destructive first (I assume that
> > /tmp does not contain anything useful):
> > 
> > tune2fs -l /dev/localhost/tmp
> > 
> > fsck.ext3 -f -n /dev/localhost/tmp
> > 
> > fsck.ext4 -f -n /dev/localhost/tmp
> > 
> > fsck.ext3 -b 8193 -f -n /dev/localhost/tmp
> > 
> > fsck.ext4 -b 8193 -f -n /dev/localhost/tmp
> > 
> > And, for the good measure,
> > 
> > uname -a
> 
> There is a lot in the output of those commands. I can put the outputs into txt files, but cannot mount the usb stick to transfer the content to the other comp
> to send it. Syntax ..?

lsblk to get the device name of your USB stick.
mount /dev/<devname> /mnt

Don't forget to "umount /mnt" afterwards.

> Or to wait that I copy/paste the output by hand :-)

Might get a photo of it as well ;)

Reco


Reply to: