Results 1 to 6 of 6

Thread: Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

  1. #1
    Join Date
    Apr 2011
    Posts
    62

    Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

    Well I have installed Gentoo on the computer of mine. I have noticed that i am unable to boot the and it seems to producing an error message on the computer of mine. following the grub.conf of mine.
    Code:
    default 0 
    timeout 15 
    splashimage=(hd0,4)/boot/grub/splash.xpm.gz 
    
    # GNU/Linux 
    title Gentoo Linux 2.6.36-r8 
    kernel /boot/kernel-2.6.36-gentoo-r8 root=/dev/hda5 
    root (hd0,4) 
    
    title Gentoo Linux 2.6.36-r8 (rescue) 
    kernel /boot/kernel-2.6.36-gentoo-r8 root=/dev/hda5 init=/bin/bb 
    root (hd0,4) 
    
    ############### 
    # Window$    # 
    ############### 
    title Windows 7 
    rootnoverify (hd0,0) 
    makeactive 
    chainloader +1
    Let me know why I am getting this particular issue on the computer of mine. Thanks a lot in advance.

  2. #2
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

    I am asking following question which you should answer so that I can understand the situation properly. Well let me know about the hardware configuration of the system of yours? Do you have done any recent changes on the computer? you told me that you are getting an error message on the computer? So post the entire error message which you are getting on the computer? Answer the above mentioned question as early as possible.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

    I am suspecting that computer of yours is missing the kernel drivers for the hard drive controller chip set or the thing which are building the module. The Grub is seems to be load the kernel but the kernel would not be able to see the hard drives. Well I am suggesting that you should execute the below mentioned command on the terminal and you should post the output of the below mentioned command.
    Code:
    lspci –k

  4. #4
    Join Date
    May 2008
    Posts
    859

    Re: Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

    Looking at the situation which you have mentioned over here I am suspecting that you might be using the older live CD for the install medium. Current version of the kernels are providing the legacy drivers. However the udev would not make the device nodes for all those drivers. I let you know that the latest version of the kernel drivers are using the libata drivers and the current udev is making the devices like /dev/sd.

  5. #5
    Join Date
    May 2008
    Posts
    962

    Re: Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

    Into the grub.conf file should have the following line.
    Code:
    kernel /boot/kernel-2.6.36-gentoo-r8 root=/dev/sda5
    you will be able to use the grubs built into the editor test. You have to press e in order to edit into the RAM copy of the grub.conf. you have to change the root=/dev/hda5 to root=/dev/sda5 then you need to continue the booting process.

  6. #6
    Join Date
    May 2008
    Posts
    991

    Re: Gentoo: error message ‘Unable to mount root fs on unknown-block 2,0’

    When you look into the handbook you will have the partition which is called as boot. Also you will have the directory which is called as /boot on your partition of the hard disk. By default the boot partition is mounted over the /boot directory and the entire content of the /boot directory. I am hoping that the thing which you have mentioned over here would be useful to get the requirement of yours.

Similar Threads

  1. Replies: 2
    Last Post: 27-02-2012, 03:56 PM
  2. Unable to mount Nook Tablet after root
    By Ramiah in forum Portable Devices
    Replies: 3
    Last Post: 25-11-2011, 08:51 PM
  3. Replies: 4
    Last Post: 17-06-2011, 05:21 PM
  4. Unable to mount root partition as read-write in gentoo
    By Ikrama in forum Operating Systems
    Replies: 5
    Last Post: 30-05-2011, 08:12 PM
  5. Replies: 2
    Last Post: 26-03-2009, 07:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,314,200.77395 seconds with 17 queries