If you did    dmesg > dmesg.myoutput
that'll save it in a file that you can somehow copy off; similarly the other 
log files will be in /var/log

Probably the easiest thing to do is to plug a USB thumb drive in when it hangs,
if you're lucky the drive will automount itself in something like 
/media/something (do ls /media before and after plugging the thumb
drive in); if not you might have to do it manually by

mkdir /tmp/adir
mount /dev/sd?? /tmp/adir
(where /dev/sd?? is /dev/sdb1 or /dev/sdc1 depending which is next free).

and then you can use

cp dmesg.myoutput /tmp/adir   (or /media/whatever if it put it there)
and when you're done do

umount /tmp/adir

before pulling the thumb drive out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920035

Title:
  Precise alternate (and therefore LTSP) install fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/920035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to