Find the answer to your Linux question:
Results 1 to 7 of 7
When i use genkernel it boots fine, but when i use manual kernel (but with the same kernel confiration + manual initrams), i have error "Kernel panic - not syncing: ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    28

    Gentoo root-on-lvm boot problem

    When i use genkernel it boots fine, but when i use manual kernel (but with the same kernel confiration + manual initrams), i have error "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block".
    I also noticed that with manual kernel, volume groups and pg are not detected at all. i use EXT4 on boot and root, also checked that dm-mod is included. any suggestion, please?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Hello and Welcome
    I don't think Gentoo kernel includes ext4 support by default so you need to compile that into your kernel and not as a module.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    28
    EXT4 is built in kernel. Device-mapper i tried to compile as separate module and with kernel

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Feb 2010
    Posts
    28
    yep, i use it for building initramfs, also another few guides, problem still exist

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Can you post your grub.conf or menu.lst file for us to look at? Also post the output of
    Code:
    fdisk -l


    One thing I noticed awhile back is that when I installed Gentoo, it named my partitions hda1, hda 2 and so on, but after I got it installed everything changed to sda1, sda2. Could this be your problem?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941

    Use UUID to identify partitions

    Quote Originally Posted by MikeTbob View Post
    One thing I noticed awhile back is that when I installed Gentoo, it named my partitions hda1, hda 2 and so on, but after I got it installed everything changed to sda1, sda2. Could this be your problem?
    use uuid to identify correct partitions, at one point when I was running a manually configured kernel and also genkernel one reported hda and the other reported sda ... by using
    root=/dev/disk/by-uuid/.... in /boot/grub/grub.conf and
    /dev/disk/by-uuid/... in /etc/fstab I was able to boot from either kernel

    If this does not cure the issue it will at least allow you to rule this out as the issue ...

Posting Permissions

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