Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dual boot and grub2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
midnightnerd
n00b
n00b


Joined: 28 Dec 2012
Posts: 26
Location: UT

PostPosted: Wed Jan 02, 2013 1:05 am    Post subject: Dual boot and grub2 Reply with quote

I have installed most of gentoo on a separate partition from my main distro (Fedora) and I'm trying to figure out how to use grub2 to boot gentoo.
Code:
Grub2-mkconfig
doesnt find it. all it finds is "Gentoo base system" I ran the bootinfo script and im still not quite sure what the issue is. It says when I try to boot gentoo that it cant find the kernel...
Here is the bootinfo:

Code:


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:
    Operating System: 
    Boot files:        /grub2/grub.cfg

sda2: __________________________________________________________________________

    File system:       LVM2_member
    Boot sector type:  -
    Boot sector info:

sda3: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  Unknown
    Boot sector info:

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:

sda6: __________________________________________________________________________

    File system:       ext2
    Boot sector type:  -
    Boot sector info:
    Operating System: 
    Boot files:       

sda4: __________________________________________________________________________

    File system:       xfs
    Boot sector type:  -
    Boot sector info:
    Operating System:   This is .()
    Boot files:        /etc/fstab

fedora-swap': __________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info:
    Mounting failed:   mount: unknown filesystem type ''

fedora-home': __________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info:
    Mounting failed:   mount: unknown filesystem type ''
mount: unknown filesystem type ''

fedora-root': __________________________________________________________________

    File system:       
    Boot sector type:  Unknown
    Boot sector info:
    Mounting failed:   mount: unknown filesystem type ''
mount: unknown filesystem type ''
mount: unknown filesystem type ''

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 750.2 GB, 750156374016 bytes, 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048     1,026,047     1,024,000  83 Linux
/dev/sda2           1,026,048   736,444,415   735,418,368  8e Linux LVM
/dev/sda3       1,162,428,416 1,180,860,415    18,432,000   5 Extended
/dev/sda5       1,162,430,464 1,178,814,463    16,384,000  82 Linux swap / Solaris
/dev/sda6       1,178,816,512 1,180,860,415     2,043,904  83 Linux
/dev/sda4         752,828,416 1,162,428,415   409,600,000  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/mapper/fedora-home 720acd43-f12a-4843-bc45-e80213e7857d   ext4       
/dev/mapper/fedora-root 89350b04-05cf-4548-b677-b00ee586146d   ext4       
/dev/mapper/fedora-swap 8583e8d0-5d45-41f6-bb6d-dba9f2b11348   swap       
/dev/sda1        fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4   ext4       
/dev/sda2        UcSNgp-QeMm-uCCQ-q3qT-KF6e-M7nM-aHXJkt LVM2_member
/dev/sda4        58d4f305-8818-46ad-8513-251e17b80738   xfs        gentoo
/dev/sda5        256c4fb3-039b-4872-a84a-e06bbe512b69   swap       swap
/dev/sda6        493f0531-e649-4542-a8b2-46432bcba94c   ext2       gentooboot

========================= "ls -R /dev/mapper/" output: =========================

/dev/mapper:
control
fedora-home
fedora-root
fedora-swap

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/mapper/fedora-home /home                    ext4       (rw,relatime,seclabel,data=ordered)
/dev/mapper/fedora-root /                        ext4       (rw,relatime,seclabel,data=ordered)
/dev/sda1        /boot                    ext4       (rw,relatime,seclabel,data=ordered)
/dev/sda6        /run/media/dillon/gentooboot ext2       (rw,nosuid,nodev,relatime,seclabel,uhelper=udisks2)


============================= sda1/grub2/grub.cfg: =============================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="${saved_entry}"

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod lvm
insmod ext2
set root='lvm/fedora-root'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/fedora-root'  89350b04-05cf-4548-b677-b00ee586146d
else
  search --no-floppy --fs-uuid --set=root 89350b04-05cf-4548-b677-b00ee586146d
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
else
  search --no-floppy --fs-uuid --set=root fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
fi
insmod gfxmenu
loadfont ($root)/grub2/themes/system/DejaVuSans-10.pf2
loadfont ($root)/grub2/themes/system/DejaVuSans-12.pf2
loadfont ($root)/grub2/themes/system/DejaVuSans-Bold-14.pf2
loadfont ($root)/grub2/fonts/unicode.pf2
insmod png
set theme=($root)/grub2/themes/system/theme.txt
export theme
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-89350b04-05cf-4548-b677-b00ee586146d' {
   load_video
   insmod gzio
   insmod part_msdos
   insmod ext2
   set root='hd0,msdos1'
   if [ x$feature_platform_search_hint = xy ]; then
     search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
   else
     search --no-floppy --fs-uuid --set=root fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
   fi
   echo   'Loading Linux gentoo ...'
   linux   /kernel-gentoo root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0  rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet
}
submenu 'Advanced options for Fedora' $menuentry_id_option 'gnulinux-advanced-89350b04-05cf-4548-b677-b00ee586146d' {
   menuentry 'Fedora, with Linux gentoo' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-gentoo-advanced-89350b04-05cf-4548-b677-b00ee586146d' {
      load_video
      insmod gzio
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos1'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
      else
        search --no-floppy --fs-uuid --set=root fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
      fi
      echo   'Loading Linux gentoo ...'
      linux   /kernel-gentoo root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0  rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet
   }
   menuentry 'Fedora, with Linux 3.6.6-3.fc18.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.6-3.fc18.x86_64-advanced-89350b04-05cf-4548-b677-b00ee586146d' {
      load_video
      set gfxpayload=keep
      insmod gzio
      insmod part_msdos
      insmod ext2
      set root='hd0,msdos1'
      if [ x$feature_platform_search_hint = xy ]; then
        search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
      else
        search --no-floppy --fs-uuid --set=root fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4
      fi
      echo   'Loading Linux 3.6.6-3.fc18.x86_64 ...'
      linux   /vmlinuz-3.6.6-3.fc18.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0  rd.luks=0 rd.lvm.lv=fedora/root rhgb quiet
      echo   'Loading initial ramdisk ...'
      initrd   /initramfs-3.6.6-3.fc18.x86_64.img
   }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry "gentoo" {

recordfail

gfxmode $linux_gfx_mode

insmod gzio

insmod part_msdos

insmod ext2

set root='(hd0,msdos5)'

search --no-floppy --fs-uuid --set=root fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4

linux /kernel-genkernel-x86_64-3.6.11-gentoo root=UUID=fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4 ro quiet splash $vt_handoff

initrd /initramfs-genkernel-x86_64-3.6.11-gentoo

}


### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

   0.069830894 = 0.074980352    grub2/grub.cfg                                 1
   0.063409805 = 0.068085760    initramfs-3.6.6-3.fc18.x86_64.img              5
   0.069666862 = 0.074804224    initramfs-gento.img                            1
   0.012184143 = 0.013082624    initrd-plymouth.img                            1
   0.021128654 = 0.022686720    vmlinuz-3.6.6-3.fc18.x86_64                    1

================= sda1: Location of files loaded by Syslinux: ==================

           GiB - GB             File                                 Fragment(s)

   0.266346931 = 0.285987840    extlinux/cat.c32                               1
   0.260437965 = 0.279643136    extlinux/chain.c32                             1
   0.266347885 = 0.285988864    extlinux/cmd.c32                               1
   0.266352654 = 0.285993984    extlinux/config.c32                            1
   0.266358376 = 0.286000128    extlinux/cpuid.c32                             1
   0.260453224 = 0.279659520    extlinux/cpuidtest.c32                         1
   0.260458946 = 0.279665664    extlinux/disk.c32                              1
   0.260494232 = 0.279703552    extlinux/dmitest.c32                           1
   0.266386032 = 0.286029824    extlinux/elf.c32                               1
   0.266413689 = 0.286059520    extlinux/ethersel.c32                          1
   0.266434669 = 0.286082048    extlinux/gfxboot.c32                           1
   0.260497093 = 0.279706624    extlinux/gpxecmd.c32                           1
   0.260816574 = 0.280049664    extlinux/hdt.c32                               1
   0.266439438 = 0.286087168    extlinux/host.c32                              1
   0.260819435 = 0.280052736    extlinux/ifcpu64.c32                           1
   0.266458511 = 0.286107648    extlinux/ifcpu.c32                             1
   0.266461372 = 0.286110720    extlinux/ifplop.c32                            1
   0.260825157 = 0.280058880    extlinux/kbdmap.c32                            1
   0.266477585 = 0.286128128    extlinux/linux.c32                             1
   0.260834694 = 0.280069120    extlinux/ls.c32                                1
   0.261067390 = 0.280318976    extlinux/lua.c32                               1
   0.261099815 = 0.280353792    extlinux/mboot.c32                             1
   0.261105537 = 0.280359936    extlinux/meminfo.c32                           1
   0.266560555 = 0.286217216    extlinux/menu.c32                              1
   0.266602516 = 0.286262272    extlinux/pcitest.c32                           1
   0.261117935 = 0.280373248    extlinux/pmload.c32                            1
   0.261120796 = 0.280376320    extlinux/pwd.c32                               1
   0.261122704 = 0.280378368    extlinux/reboot.c32                            1
   0.261142731 = 0.280399872    extlinux/rosh.c32                              1
   0.266563416 = 0.286220288    extlinux/sanboot.c32                           1
   0.261167526 = 0.280426496    extlinux/sdi.c32                               1
   0.261205673 = 0.280467456    extlinux/sysdump.c32                           1
   0.261214256 = 0.280476672    extlinux/vesainfo.c32                          1
   0.261360168 = 0.280633344    extlinux/vesamenu.c32                          1
   0.261365891 = 0.280639488    extlinux/vpdtest.c32                           1
   0.261368752 = 0.280642560    extlinux/whichsys.c32                          1
   0.261378288 = 0.280652800    extlinux/zzjson.c32                            1

============== sda1: Version of COM32(R) files used by Syslinux: ===============

 extlinux/cat.c32                   :  COM32R module (v4.xx)
 extlinux/chain.c32                 :  COM32R module (v4.xx)
 extlinux/cmd.c32                   :  COM32R module (v4.xx)
 extlinux/config.c32                :  COM32R module (v4.xx)
 extlinux/cpuid.c32                 :  COM32R module (v4.xx)
 extlinux/cpuidtest.c32             :  COM32R module (v4.xx)
 extlinux/disk.c32                  :  COM32R module (v4.xx)
 extlinux/dmitest.c32               :  COM32R module (v4.xx)
 extlinux/elf.c32                   :  COM32R module (v4.xx)
 extlinux/ethersel.c32              :  COM32R module (v4.xx)
 extlinux/gfxboot.c32               :  COM32R module (v4.xx)
 extlinux/gpxecmd.c32               :  COM32R module (v4.xx)
 extlinux/hdt.c32                   :  COM32R module (v4.xx)
 extlinux/host.c32                  :  COM32R module (v4.xx)
 extlinux/ifcpu64.c32               :  COM32R module (v4.xx)
 extlinux/ifcpu.c32                 :  COM32R module (v4.xx)
 extlinux/ifplop.c32                :  COM32R module (v4.xx)
 extlinux/kbdmap.c32                :  COM32R module (v4.xx)
 extlinux/linux.c32                 :  COM32R module (v4.xx)
 extlinux/ls.c32                    :  COM32R module (v4.xx)
 extlinux/lua.c32                   :  COM32R module (v4.xx)
 extlinux/mboot.c32                 :  COM32R module (v4.xx)
 extlinux/meminfo.c32               :  COM32R module (v4.xx)
 extlinux/menu.c32                  :  COM32R module (v4.xx)
 extlinux/pcitest.c32               :  COM32R module (v4.xx)
 extlinux/pmload.c32                :  COM32R module (v4.xx)
 extlinux/pwd.c32                   :  COM32R module (v4.xx)
 extlinux/reboot.c32                :  COM32R module (v4.xx)
 extlinux/rosh.c32                  :  COM32R module (v4.xx)
 extlinux/sanboot.c32               :  COM32R module (v4.xx)
 extlinux/sdi.c32                   :  COM32R module (v4.xx)
 extlinux/sysdump.c32               :  COM32R module (v4.xx)
 extlinux/vesainfo.c32              :  COM32R module (v4.xx)
 extlinux/vesamenu.c32              :  COM32R module (v4.xx)
 extlinux/vpdtest.c32               :  COM32R module (v4.xx)
 extlinux/whichsys.c32              :  COM32R module (v4.xx)
 extlinux/zzjson.c32                :  COM32R module (v4.xx)

=================== sda6: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

 562.125000000 = 603.577122816  boot/initramfs-genkernel-x86_64-3.6.11-gentoo  2
 562.114479065 = 603.565826048  boot/initramfs-gento.img                       1
 562.125000000 = 603.577122816  initramfs-genkernel-x86_64-3.6.11-gentoo       2
 562.114479065 = 603.565826048  initramfs-gento.img                            1

=============================== sda4/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>         <mountpoint>   <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda6      /boot      ext2      noauto,noatime   1 2
/dev/sda4      /      xfs      noatime      0 1
/dev/sda5      none      swap      sw      0 0
/dev/cdrom      /mnt/cdrom   auto      noauto,ro   0 0
/dev/fd0      /mnt/floppy   auto      noauto      0 0
--------------------------------------------------------------------------------

=================== sda4: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

 506.004760742 = 543.318474752  boot/initramfs-genkernel-x86_64-3.6.11-gentoo  1

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda3

00000000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
*
000001b0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff 00 fe  |................|
000001c0  ff ff 82 fe ff ff 00 08  00 00 00 00 fa 00 00 fe  |................|
000001d0  ff ff 05 fe ff ff 00 08  fa 00 00 38 1f 00 00 00  |...........8....|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

Unknown BootLoader on fedora-swap'


Unknown BootLoader on fedora-home'


Unknown BootLoader on fedora-root'



=============================== StdErr Messages: ===============================

File descriptor 9 (socket:[37999]) leaked on lvscan invocation. Parent PID 4929: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvscan invocation. Parent PID 4929: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvscan invocation. Parent PID 4929: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvscan invocation. Parent PID 4929: /bin/bash
File descriptor 9 (socket:[37999]) leaked on lvdisplay invocation. Parent PID 4932: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvdisplay invocation. Parent PID 4932: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvdisplay invocation. Parent PID 4932: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvdisplay invocation. Parent PID 4932: /bin/bash
  One or more specified logical volume(s) not found.
File descriptor 9 (socket:[37999]) leaked on lvdisplay invocation. Parent PID 4935: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvdisplay invocation. Parent PID 4935: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvdisplay invocation. Parent PID 4935: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvdisplay invocation. Parent PID 4935: /bin/bash
  One or more specified logical volume(s) not found.
File descriptor 9 (socket:[37999]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
  One or more specified logical volume(s) not found.
hexdump: /dev/mapper/fedora-swap': No such file or directory
hexdump: stdin: Bad file descriptor
hexdump: /dev/mapper/fedora-swap': No such file or directory
hexdump: all input file arguments failed
File descriptor 9 (socket:[37999]) leaked on lvdisplay invocation. Parent PID 4964: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvdisplay invocation. Parent PID 4964: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvdisplay invocation. Parent PID 4964: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvdisplay invocation. Parent PID 4964: /bin/bash
  One or more specified logical volume(s) not found.
File descriptor 9 (socket:[37999]) leaked on lvdisplay invocation. Parent PID 4967: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvdisplay invocation. Parent PID 4967: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvdisplay invocation. Parent PID 4967: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvdisplay invocation. Parent PID 4967: /bin/bash
  One or more specified logical volume(s) not found.
File descriptor 9 (socket:[37999]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
  One or more specified logical volume(s) not found.
hexdump: /dev/mapper/fedora-home': No such file or directory
hexdump: stdin: Bad file descriptor
hexdump: /dev/mapper/fedora-home': No such file or directory
hexdump: all input file arguments failed
File descriptor 9 (socket:[37999]) leaked on lvdisplay invocation. Parent PID 4996: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvdisplay invocation. Parent PID 4996: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvdisplay invocation. Parent PID 4996: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvdisplay invocation. Parent PID 4996: /bin/bash
  One or more specified logical volume(s) not found.
File descriptor 9 (socket:[37999]) leaked on lvdisplay invocation. Parent PID 4999: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvdisplay invocation. Parent PID 4999: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvdisplay invocation. Parent PID 4999: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvdisplay invocation. Parent PID 4999: /bin/bash
  One or more specified logical volume(s) not found.
File descriptor 9 (socket:[37999]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 10 (socket:[37411]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 20 (socket:[36177]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
File descriptor 21 (socket:[36178]) leaked on lvchange invocation. Parent PID 3734: /bin/bash
  One or more specified logical volume(s) not found.
hexdump: /dev/mapper/fedora-root': No such file or directory
hexdump: stdin: Bad file descriptor
hexdump: /dev/mapper/fedora-root': No such file or directory
hexdump: all input file arguments failed
mdadm: No arrays found in config file or automatically


Help would be awesome. Thanks
Back to top
View user's profile Send private message
midnightnerd
n00b
n00b


Joined: 28 Dec 2012
Posts: 26
Location: UT

PostPosted: Wed Jan 02, 2013 1:07 am    Post subject: A little more... Reply with quote

Forgot this.... I put this in my grub.cfg file...

Code:
menuentry "gentoo" {

recordfail


insmod part_msdos

insmod ext2

set root='(hd0,msdos5)'

search --no-floppy --fs-uuid --set=root fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4

linux /kernel-genkernel-x86_64-3.6.11-gentoo root=UUID=fea4ccfc-b768-4328-9f6d-97d3c3b2e4c4 ro quiet splash $vt_handoff

initrd /initramfs-genkernel-x86_64-3.6.11-gentoo

}
Back to top
View user's profile Send private message
midnightnerd
n00b
n00b


Joined: 28 Dec 2012
Posts: 26
Location: UT

PostPosted: Wed Jan 02, 2013 2:02 am    Post subject: lol.... Reply with quote

Well I found the problem.... I forgot to set the boot flag on the boot partition..... Figures.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum