@Clarity, here is the output:
Code: Select all
# mount
proc on 18 type proc (rw,28)
sysfs on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=2963944k,nr_inodes=740986,mode=755)
tmpfs on /aufs/pup_init type tmpfs (ro,relatime,mode=755)
/kernel-modules.sfs (deleted) on /aufs/kernel-modules type squashfs (ro,relatime)
/dev/sda4 on /aufs/devbase type ext4 (rw,relatime)
/dev/loop1 on /aufs/pup_ro type squashfs (ro,relatime)
/dev/sda2 on /aufs/devsave type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/sda2 on /aufs/pup_save type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
aufs on / type aufs (rw,relatime,si=d2607e6c0268387)
devpts on /dev/pts type devpts (rw,relatime,gid=3,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,relatime)
cgroup on /sys/fs/cgroup type cgroup (rw,relatime,cpuset,cpu,cpuacct,blkio,memory,devices,freezer,net_cls,perf_event,net_prio,pids)
/dev/sda4 on /mnt/sda4 type ext4 (rw,relatime)
/dev/sda2 on /mnt/sda2 type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
@step, I put in a USB flash drive, booted with the old savefolder with debuginitrd
and pfix=nox
parameters. I had to Ctrl-C out of the boot process to the terminal. mount
showed that the flash drive was not mounted, so I mounted it to /mnt/sdb1 successfully and verified it was there.
I ran bugreport.sh
through to completion, making note of the temporary and permanent files, but apparently neither of them was successfully saved, and could not be copied to the flash drive. I tried re-running bugreport.sh
, but used Ctrl-C at the review stage to try to get just the temporary file, but without success. I realized that writing them would not be possible, so I unmounted the flash drive and remounted it to /tmp, where it is writable, and re-ran bugreport.sh
, again stopping it at the review stage, but the temporary file was not there under /tmp.
I used halt
to shutdown, but it stopped responding after reboot: System halted
, and I had to use the power button to turn off the laptop.
Do you have a further suggestion for how I might proceed?
Dan