Hi:
  I made a boot and root disk for my own rtllinux system, My object machine's configuration are listed below: 486 cpu,16M memory,disk on chip,NE2000 net card.The boot disk and root filesystem are on different disk. The boot disk are made with LILO.The last command is :
    rdev -R /mnt/vmlinuz 49152
(the vmlinuz and other need files are mounted to /mnt)
Then I use the following command:
    dd if=rootfs.gz of=/dev/fd0 bs=1k
to transfer my root filesystem onto my second disk.
 
when I successfully boot my computer from the first floppy disk(the boot disk),insert the root filesystem floppy disk(the second disk) according to the prompt on the screen,then a message come into my eyes:   
Kernel panic: VFS: Unable to mount root fs on 02:00
then system halt.why? The string "02:00" means what? What can I do ?
 
Thanks.Waiting for your answer!! 
 
   

Reply via email to