Re: kernel boot problems

2001-01-27 Thread Andre Hedrick
Maybe try enabling ATA/IDE driver as the configuration at compile time has changed. Using an old 2.2 '.config' will fail to enable the subsystem. However using a 2.4'.config' on a 2.2 compile will generally succeed in 90% of the flags. Cheers, On Sun, 28 Jan 2001, Derek Benson wrote: > Ryan>

Re: kernel boot problems

2001-01-27 Thread Derek Benson
Ryan> Hello all, Hi Ryan> I was wondering if someone might be able to help me. I have Ryan> just compiled my kernel and set it up on a floppy to boot off a Ryan> disk. I have it then use an image file to uncompress and get Ryan> the filesystem off ,etc. Well when it boots it says it has

Re: kernel boot problems

2001-01-27 Thread Joe deBlaquiere
A few things come to mind: 1. Is your init statically linked or linked with shared libraries? If it's shared, do you have all the shared objects on your disk image in a place where they can be found (/lib, I hope)? You might try linking it statically (but stripped) just to make sure. 2. Is it