On Thu, Sep 16, 2010 at 1:18 PM, STEMMELIN, FREDERIC (FREDERIC)** CTR ** frederic.stemmelin@alcatel-lucent.com wrote:
The computer is booting, and then crashing on Ubuntu logo (10.04 64bits version), so far so nice.
In your /etc/default/grub, comment out this line:
GRUB_CMDLIN_LINUX_DEFAULT="quiet splash"
and replace it with
GRUB_CMDLIN_LINUX_DEFAULT="verbose"
Then do "sudo update-grub" to update the config files. That should let you see exactly *where* it's failing.
-Corey