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
GRUB_CMDLIN_LINUX_DEFAULT="verbose" in /etc/default/grub and "sudo update-> grub"
I will do it, with original VGA bios and prebuild seabios too.
Cheers Frédéric
-----Message d'origine----- De : Corey Osgood [mailto:corey.osgood@gmail.com] Envoyé : vendredi 17 septembre 2010 00:00 À : STEMMELIN, FREDERIC (FREDERIC)** CTR ** Cc : coreboot@coreboot.org Objet : Re: [coreboot] First coreboot build for Tyan s2895 K8WE mobo with seabios payload, computer starts, but graphical ubuntu 64bits is crashing
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