Sorry, did not quite get it. What is this elfimage, I have my own kernel image which I would like to boot from LinuxBIOS. Can I convert my kernel image to LinuxBIOS format, what would be procedure..
Could you Please elaborate..
----- Original Message ----- From: "ron minnich" rminnich@lanl.gov To: "Deepak Kotian" dkotian3@vsnl.net Cc: "Adam Agnew" agnew@cs.umd.edu; "Shubhangi Jadhav" shubhangi.jadhav@patni.com; "bendany" bendany@mistdl.com; Linuxbios@clustermatic.org Sent: Saturday, April 26, 2003 1:12 AM Subject: Re: Using ADLO with Linuxbios
On Sat, 26 Apr 2003, Deepak Kotian wrote:
So, if I want to boot from Compact Flash IDE which has Linux, would LinuxBIOS directly boot it. Do I really need ADLO for this purpose ? And also can one do away with etherboot as well ? If ADLO is not needed, then would the kernel image be read by the
LINUXBIOS
directly from the IDE if we specific the path of the vmlinuz image.
I read a message from Ron, that one can just do cat vmlinux..gz > /dev/hda1 and etherboot would be OK.
cat elfImage > /dev/hda1
make sure it is a linuxbios-format elfImage
ron