Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, i want to install Crux 2.5 in a virtual machine (virtual box from SUN). I followed the installation instruction from the handbook and all looks good, but after a ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    4

    Question Crux - Kernel panic - unable to mount root fs

    Hi,

    i want to install Crux 2.5 in a virtual machine (virtual box from SUN). I followed the installation instruction from the handbook and all looks good, but after a reboot I get the following error from LILO:

    Code:
    Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block
    I read a few forum posts about this problem, but without success to get the system running. Maybe someone of you guys can help me.

    Here is a cutout from fstab:
    Code:
    /dev/hda1          /          ext3
    /dev/hda5          swap          swap
    /dev/hda6          /var          ext3
    /dev/hda7          /home          ext3
    and lilo.conf:

    Code:
    lba32
    install=text
    boot=/dev/hda
    image=/boot/vmlinuz
              label=CRUX
              root=/dev/hda1
              read-only
              append="quiet"
    
    #End of file

    Have I choose a special driver or something like that, if I compile? Maybe here is the problem?

    Can you give me an advice?
    Thx^^

  2. #2
    Just Joined!
    Join Date
    Jun 2009
    Posts
    4
    Hmpf, ****. I got the same problem, when I install crux on a "real" system. But on the pc there is also an ATA harddisk installed.

    Help would be wonderful

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    4
    Have no one an idea?

  4. #4
    Linux User vickey_20's Avatar
    Join Date
    Mar 2009
    Location
    Mumbai, India
    Posts
    493
    I m not sure but VFS( Virtual File System) is created when initrd is uncompressed on some directory may be here its not able to find the directory. Did you manipulate any files after installing?
    Only if I could understand the man pages
    Registered Linux user #492640
    OS: RHEL4,5 ,RH 9,Ubuntu

  5. #5
    Just Joined!
    Join Date
    Jun 2009
    Posts
    4
    Quote Originally Posted by vickey_20 View Post
    I m not sure but VFS( Virtual File System) is created when initrd is uncompressed on some directory may be here its not able to find the directory. Did you manipulate any files after installing?
    Nope. I think I found the source of the error. The problem is, that some ATA/SATA drivers weren't included when I was compiling the kernel. After including them, all looks fine now.

    Thx for helping.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...