[coreboot] Coreboot fails to initialize on ASUS A8V-E SE

Myles Watson mylesgw at gmail.com
Sat Dec 5 18:01:30 CET 2009



> -----Original Message-----
> From: Knut Kujat [mailto:knuku at gap.upv.es]
> Sent: Saturday, December 05, 2009 5:57 AM
> To: Myles Watson
> Cc: 'Jonathan Rogers'; coreboot at coreboot.org
> Subject: Re: [coreboot] Coreboot fails to initialize on ASUS A8V-E SE
> 
> Hi,
> 
> I'm trying to build coreboot for the exact same board and getting to
> the same point as Jonathan Rogers. I also tried with the patch and same
> result it hangs at "now booting... fallback". I inserted some prints
> and get till
> 
> else if (do_normal_boot()) {
> 
>           printf_info("debug6");
> 
>         goto normal_image;
Great.

> any suggestions?

There is no normal_image with Kconfig yet.  The quick way to test would be
to change all normal_image to fallback_image, or any other way to make sure
it never jumps to normal_image.

Thanks,
Myles





More information about the coreboot mailing list