Bruce Platt wrote:
>> what errors did you get?
> No errors.  bzImage is loaded as verified by tcpump/ethereal, but blank
> screen afterwords.  Nothing executes!  Perhaps I have a misconfiguration in
> my default file in pxelinux.cfg?  I note in yours that rather than
> specifiying an initrd.img you specify /sbin/init.  It's not clear why.  Can
> you explain?

okay.. I think I just saw your problem.
you can't use an initrd with pxeboot..
the kernel has no concept of networks at the point where it would load 
the initrd.

> Also, I took a step back and redid my tftpboot setup so that it looks like
> so:
> 
> DEFAULT linux
> SERIAL 0 9600
> LABEL linux
> KERNEL vmlinuz.tsl3
> APPEND vga=normal initrd=ramdisk.cramfs ramdisk_size=27400 root=/dev/ram0
> devfs=mount,dall rw console=ttyS0$
> IPAPPEND 1
> 
> where ramdisk.cramfs and vmlinuz.tsl3 come from the TSL3.0 CD.
> 
> I figured I would try to install from scratch -- I have some spare CF cards.

why are you using CF? weren't you using pxe?

and if you mount /dev/ram0 as root, you wouldn't be able to use nfsroot 
(as far as I know)

Cheers,
-- 
Morten
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to