Mmh, perhaps can you try it from the console (without graphical environment?) . When you are in the graphical environment, you can go to the console by typing CTRL + ALT + F6 . From that point, you can maybe try this :
1. Plug your USB key 2. ls /dev/sd* 3. sudo mkdir /media/USB 4. sudo mount -t vfat /dev/sdb1 /media/USB 5. dmesg > /media/USB/dmesg.log 6. sudo lspci -nnvv > /media/USB/lspci-nnvv.log 7. uname -a > /media/USB/uname.log 8. cat /proc/version_signature > /media/USB/version.log 9. sudo umount /dev/sdb1 (Change sdb1 to the right device name, and "vfat" for the good file system). -- Hardy install freezes at splash screen https://bugs.launchpad.net/bugs/267507 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
