Are you using a netboot mini.iso for Maverick?  Do you have any live
CD's available?  If so, you could boot up with the live CD, open a
terminal and perform the following:

* plug in an flash drive

* watch the kernel messages with "dmesg | tail" and look for the
partition on the stick, for instance /dev/sdb1 or check with ls /dev/sd*
if you can recognize it

*  mkdir /tmp/stick

*  mount /dev/sdb1 /tmp/stick

*  cp uname -a > /tmp/stick/uname-a.log

*  cat /proc/version_signature > /tmp/stick/proc_version_signature.log

*  sudo lspci -vvnn > /tmp/stick/lspci-vvnn.log (those are 2 v's not a
w)

*  dmesg > /tmp/stick/dmesg.log

* umount /tmp/stick

*  unplug the flash drive and attach the separate files to the bug
report

-- 
Ubuntu 10.10 installer no longer detects BCM5906M ethernet adapter
https://bugs.launchpad.net/bugs/658513
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to