
On Sun, Mar 25, 2012 at 05:06:12PM -0400, Ori Johnson wrote:
Thanks Fredrick,
The required models are compiled in, and we tried what you suggested. Unfortunately, no dice :(
Can you post the kernel .config somewhere so we can look it over? Also, you probably should figure out exactly what resides on /dev/sda. a simple "dmesg" should tell you.
First of all: Since CRUX doesn't use a initrd, you need to build your scsi controller, scsi-disk and filesystem *into the kernel* (not as modules).
But getting back to your problem.. I would suspect that perhaps the crux image gets assigned to sda when you boot the cd. This would shuffle around when you boot your installed system without the cd. fstab, root= kernel parameter would then be off (lilo.conf). An easy way to see if this is the case is to make sure you install lilo with support for a prompt (see man lilo.conf) and boot manually with something like this "lilo: CRUX root=/dev/sda1". I'm a bit rusty with the lilo parameters, but a websearch should confirm what you need to do. Good luck!
-- Fredrik Rinnestam