1. You need to verify your Kernel is workable under Normal BIOS. 2. when you using mkelfimage, you need add parameters for Console port and baud rate.
YH.
-----邮件原件----- 发件人: rimy2000 [mailto:rimy2000@hotmail.com] 发送时间: 2003年9月5日 20:24 收件人: linuxbios@clustermatic.org 主题: Re: about etherboot and mkelfImage
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ .......................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!
_______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Thanks, but
1. My Kernel is workable under Normal BIOS, it is even workable under Linux BIOS without Etherboot. 2. Yes, I have added them:
./mkelfImage --kernel=/mnt/root/bzImage-17 --output=vmlinuz.vo --command-line="c onsole=/dev/ttyS0,115200n8 root=/dev/hda2"
----- Original Message ----- From: "YhLu" YhLu@tyan.com To: "rimy2000" rimy2000@hotmail.com; linuxbios@clustermatic.org Sent: Saturday, September 06, 2003 11:35 AM Subject: Re: about etherboot and mkelfImage
1. You need to verify your Kernel is workable under Normal BIOS. 2. when you using mkelfimage, you need add parameters for Console port and baud rate.
YH.
-----邮件原件----- 发件人: rimy2000 [mailto:rimy2000@hotmail.com] 发送时间: 2003年9月5日 20:24 收件人: linuxbios@clustermatic.org 主题: Re: about etherboot and mkelfImage
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ .......................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!
_______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
You may also want to try mkelfImage-1.6 (in the linuxbios tree). I've found it to work more often. I also experienced an error using the newest mkelfImage where it would load from linuxbios but not etherboot. But that was perhaps my binutils as well.
On Sat, 6 Sep 2003, rimy2000 wrote:
Thanks, but
- My Kernel is workable under Normal BIOS, it is even workable under Linux BIOS without Etherboot.
- Yes, I have added them:
./mkelfImage --kernel=/mnt/root/bzImage-17 --output=vmlinuz.vo --command-line="c onsole=/dev/ttyS0,115200n8 root=/dev/hda2"
----- Original Message ----- From: "YhLu" YhLu@tyan.com To: "rimy2000" rimy2000@hotmail.com; linuxbios@clustermatic.org Sent: Saturday, September 06, 2003 11:35 AM Subject: Re: about etherboot and mkelfImage
- You need to verify your Kernel is workable under Normal BIOS.
- when you using mkelfimage, you need add parameters for Console port and
baud rate.
YH.
-----邮件原件----- 发件人: rimy2000 [mailto:rimy2000@hotmail.com] 发送时间: 2003年9月5日 20:24 收件人: linuxbios@clustermatic.org 主题: Re: about etherboot and mkelfImage
After I upgrade binutils to 2.14, mkelfImage 2.5 work find and the new output is
Loading 172.27.4.23:vmlinuz.vo ...(ELF)... ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ ............................................................................ .......................................................................done
rhine disable
Firmware type: LinuxBIOS
but then I received nothing from serial.
Any hint?
Thanks!
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Adam Agnew agnew@cs.umd.edu writes:
You may also want to try mkelfImage-1.6 (in the linuxbios tree). I've found it to work more often. I also experienced an error using the newest mkelfImage where it would load from linuxbios but not etherboot. But that was perhaps my binutils as well.
Hmm. I think that may have been a transient etherboot bug. I know I fixed a very peculiar bug that kept memtest86 from loading with etherboot.
As far as I can tell 2.5 is the most stable, although binutils likes to miscompile it. The nicest part with 2.5 is once you get it compiled it has not external dependencies except libc so it works in a lot more strange settings.
Eric