Troy Davis wrote:
> Hello-
> I have recently started trying to run rtlinux on its own. What I've done
> is created /dev/hdb1 on a new hard drive. Then I copy the rtlinux gzipped
> file over to hdb1 (by mounting it under /newdrive) and unzip it. Then I do
> the same with lilo. I compile the rtlinux kernel, and lilo. I then modify
> lilo.conf so that it will treat hdb1 as though it was hda1 and run lilo. I
> boot the kernel. It seems to boot but then gives Kernel Panic: Unable to
> find init. What is init?
Typically /sbin/init.
This is the first process the kernel tries to spawn after it boots (see
linux/init/main.c). If you look in that source file you can see all the places the
kernel is looking for it. If it can't find it, the last thing it tries to start is
/bin/sh. Then it panics.
Do you think the kernel is finding the root file system on boot?
--Gordon
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/