The mkelfImage would package initrd with the kernal. does the mount it as a loop device would allow user to take look what's in there?
If mount as loop device would not work, do you think there is a way to look what's in the elf image after it has been made? Thanks Tony ----- Original Message ----- From: "Nathanael Noblet" <[EMAIL PROTECTED]> To: "Tony Cheng" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Wednesday, March 30, 2005 7:44 PM Subject: Re: [LinuxBIOS] Mount linux elf image for netboot as loop device On Mar 30, 2005, at 7:36 PM, Tony Cheng wrote: > > I used mkelfImage to combined Linux Kernel 2.4.20 and initrd into elf > image for netboot. then I try to use "mount -o loop my_elfImage" to > mount this image as a loop device. I get a error message like this: mkelfimage doesn't make a filesystem as far as I know, and only puts the kernel into a format that the linuxbios expects to find so it can load it into ram and jump to it. What you are asking to do is about as the same as mounting a compiled program as a filesystem. You can't do 'mount -o loop /bin/bash /mnt/loop' anymore then you can mount the kernel file. -- Nathanael D. Noblet Gnat Solutions 204 - 131 Gorge Road E Victoria, BC V9A 1L1 T 250.385.4613 C 250.893.4613 http://www.gnat.ca/ _______________________________________________ LinuxBIOS mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
