Comment 12 for bug 40503

Revision history for this message
Tollef Fog Heen (tfheen) wrote :

Could you please do the following:

- boot the live cd, but add "break=bottom" to the kernel command line.
- once you get a shell, type:
 chroot /root mount /sys
 chroot /root mount /proc
 chroot /root laptop-detect
 echo $?
- if the last line shows a 1, please do chroot /root sh -x /usr/sbin/laptop-detect and post the output (you might want to run it as chroot /root sh -x /usr/sbin/laptop-detect > /root/var/tmp/laptop.txt 2>&1 to capture the output to a file)