On Fri, Apr 07, 2006 at 02:02:47PM -0700, Lu, Yinghai wrote:
> 1. Can you make one elf image with mkelfImage ( combine the kernel and
> initrd)?

OK; this is what I've done:

1. Retrieved the mkelfImage program (v2.7) from

 ftp://ftp.lnxi.com

2. 

 mkelfImage --command-line="ro root=/dev/md3 quiet splash console=tty0
console=ttyS0,115200n8" \
            --kernel="/boot/vmlinuz-2.6.12-9-amd64-generic" \
            --initrd="/boot/initrd.img-2.6.12-9-amd64-generic" \
            --output="/boot/linuxbios_2.6.12-9-amd64-generic.elf"

3. Adjusted etherboot-5.4.1/file/Config

 AUTOBOOT_FILE = "hde1:/linuxbios_2.6.12-9-amd64-generic.elf"

4.

 cd etherboot-5.4.1/src
 make bin/tg3--filo.elf

5. Adjusted targets/tyan/s2881/Config.lb to point to the new payload
(tg3--filo.elf)
 
6. Tried booting - it actually got to a login prompt this time, but as I hit
enter on the kbd, it crashed again. Log is attached.

So that did not help. I'm going to try your next suggestion now.

Thanks,
Ward.

> 2. use latest kernel + suse rescue disk to make on elf to check your
> /dev/md3...
> 
> YH
> 
> 
> -----Original Message-----
> From: Ward Vandewege [mailto:[EMAIL PROTECTED] 
> Sent: Friday, April 07, 2006 1:55 PM
> To: Lu, Yinghai
> Cc: [email protected]
> Subject: Re: [LinuxBIOS] CONFIG_LB_MEM_TOPK
> 
> On Fri, Apr 07, 2006 at 01:37:06PM -0700, Lu, Yinghai wrote:
> > I fixed one merge typo in
> > src/southbride/amd/amd8111/amd8111_early_ctrl.c
> > 
> > Please change 15 to 11 at line 13.
> 
> OK; did that, but it did not help. Same problem still.
> 
> Ward.
> 
> -- 
> Ward Vandewege <[EMAIL PROTECTED]>
> Free Software Foundation - Senior System Administrator
> 
> 
> 
> -- 
> linuxbios mailing list
> [email protected]
> http://www.openbios.org/mailman/listinfo/linuxbios
> 
> 
> !DSPAM:4436d470278011542430122!
> 
-- 
Ward Vandewege <[EMAIL PROTECTED]>
Free Software Foundation - Senior System Administrator

Attachment: minicom_20060407_3.cap.gz
Description: Binary data

-- 
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to