Find the answer to your Linux question:
Results 1 to 6 of 6
Hello, I am having a problem getting Fedora 16 to run in a dual boot mode. I have installed Fedora with LVM and Luks encryption. I was using Fedora 15 ...
  1. #1
    Just Joined!
    Join Date
    Nov 2011
    Posts
    3

    Question [solved] Fedora 16 | Welcome to GRUB! error: no such device:

    Hello,

    I am having a problem getting Fedora 16 to run in a dual boot mode. I have installed Fedora with LVM and Luks encryption. I was using Fedora 15 before and everything was working like a charm. After the installation process I get this error message while booting:

    Code:
    GRUB loading.
    Welcome to GRUB!
    
    error: no such device: 6af00c9c-1094-4c28-ad20-...
    Entering rescue mode...
    grub rescue>
    fdisk -l
    Code:
    Disk /dev/sda: 750.2 GB, 750155292160 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465147055 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
    Disk identifier: 0x1fc8c52f
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
    /dev/sda2          206848  1465143295   732468224    7  HPFS/NTFS/exFAT
    
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
    
    
    Disk /dev/sdb: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 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
    Disk identifier: 0x00000000
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1               1  1465149167   732574583+  ee  GPT
    
    Disk /dev/sdc: 1007 MB, 1007419392 bytes
    255 heads, 63 sectors/track, 122 cylinders, total 1967616 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
    Disk identifier: 0x91f72d24
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1   *          63     1959929      979933+   6  FAT16
    
    Disk /dev/mapper/live-rw: 4294 MB, 4294967296 bytes
    255 heads, 63 sectors/track, 522 cylinders, total 8388608 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
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/live-rw doesn't contain a valid partition table
    
    Disk /dev/mapper/live-osimg-min: 4294 MB, 4294967296 bytes
    255 heads, 63 sectors/track, 522 cylinders, total 8388608 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
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/live-osimg-min doesn't contain a valid partition table
    
    Disk /dev/mapper/udisks-luks-uuid-2913fcc2-b498-4ec7-ba4b-7a03383407d3-uid1000: 749.6 GB, 749626982400 bytes
    255 heads, 63 sectors/track, 91136 cylinders, total 1464115200 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
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/udisks-luks-uuid-2913fcc2-b498-4ec7-ba4b-7a03383407d3-uid1000 doesn't contain a valid partition table
    
    Disk /dev/mapper/vg_big-lv_swap: 6308 MB, 6308233216 bytes
    255 heads, 63 sectors/track, 766 cylinders, total 12320768 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
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/vg_big-lv_swap doesn't contain a valid partition table
    
    Disk /dev/mapper/vg_big-lv_home: 689.6 GB, 689610686464 bytes
    255 heads, 63 sectors/track, 83840 cylinders, total 1346895872 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
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/vg_big-lv_home doesn't contain a valid partition table
    
    Disk /dev/mapper/vg_big-lv_root: 53.7 GB, 53687091200 bytes
    255 heads, 63 sectors/track, 6527 cylinders, total 104857600 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
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/vg_big-lv_root doesn't contain a valid partition table

    grub2/grub.cfg
    Code:
    #
    # 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 [ "${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 {
      insmod vbe
      insmod vga
      insmod video_bochs
      insmod video_cirrus
    }
    
    set timeout=5
    ### END /etc/grub.d/00_header ###
    
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Fedora Linux, with Linux 3.1.0-7.fc16.x86_64' --class fedora --class gnu-linux --class gnu --class os {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='(hd1,gpt2)'
        search --no-floppy --fs-uuid --set=root da340bd1-62ed-46b6-8a84-5026f19261cc
        echo    'Loading Linux 3.1.0-7.fc16.x86_64 ...'
        linux    /vmlinuz-3.1.0-7.fc16.x86_64 root=/dev/mapper/vg_big-lv_root ro rd.luks.uuid=luks-2913fcc2-b498-4ec7-ba4b-7a03383407d3 rd.md=0 rd.dm=0 rd.lvm.lv=vg_big/lv_swap rd.lvm.lv=vg_big/lv_root  KEYTABLE=de quiet SYSFONT=latarcyrheb-sun16 rhgb LANG=en_US.UTF-8
        echo    'Loading initial ramdisk ...'
        initrd    /initramfs-3.1.0-7.fc16.x86_64.img
    }
    menuentry 'Fedora Linux, with Linux 3.1.0-7.fc16.x86_64 (recovery mode)' --class fedora --class gnu-linux --class gnu --class os {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='(hd1,gpt2)'
        search --no-floppy --fs-uuid --set=root da340bd1-62ed-46b6-8a84-5026f19261cc
        echo    'Loading Linux 3.1.0-7.fc16.x86_64 ...'
        linux    /vmlinuz-3.1.0-7.fc16.x86_64 root=/dev/mapper/vg_big-lv_root ro single rd.luks.uuid=luks-2913fcc2-b498-4ec7-ba4b-7a03383407d3 rd.md=0 rd.dm=0 rd.lvm.lv=vg_big/lv_swap rd.lvm.lv=vg_big/lv_root  KEYTABLE=de quiet SYSFONT=latarcyrheb-sun16 rhgb LANG=en_US.UTF-8
        echo    'Loading initial ramdisk ...'
        initrd    /initramfs-3.1.0-7.fc16.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/30_os-prober ###
    menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
        insmod part_msdos
        insmod ntfs
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set=root D442F17642F15DA4
        chainloader +1
    }
    ### 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.
    ### END /etc/grub.d/40_custom ###
    
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f  $prefix/custom.cfg ]; then
      source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    
    ### BEGIN /etc/grub.d/90_persistent ###
    ### END /etc/grub.d/90_persistent ###
    I hope somebody can help me.

    Thanks in advance.
    Last edited by nexustux; 11-12-2011 at 08:08 AM.

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,943
    error: no such device: 6af00c9c-1094-4c28-ad20-.
    I don't know where it is getting the above uuid? Did you install Fedora 16 to the same partition as your earlier installation? If you look at your grub.cfg file, the uuid number for your Fedora partition is:

    search --no-floppy --fs-uuid --set=root da340bd1-62ed-46b6-8a84-5026f19261cc
    Did you install the Fedora 16 Grub2 to the mbr? The most detailed thing you could do to resolve this is to download and run the bootinfoscript and post it here.

    Boot Info Script | Free System Administration software downloads at SourceForge.net

    Instructions on using it are in the link under Description.

  3. #3
    Just Joined!
    Join Date
    Nov 2011
    Posts
    3
    Thank you for your help. Yes i have installed Fedora 16 on the partition where I had Fedora15 installed, but I made a fresh installation by erasing the old partition.

    I have run the Boot Info Script. Unfortunatly it doesn't say much to me. Here is the output:

    Code:
    [root@localhost /]# cat /root/RESULTS.txt 
                      Boot Info Script 0.60    from 17 May 2011
    
    
    ============================= 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 1 for ??.
     => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 2048 
        of the same hard drive for core.img. core.img is at this location and 
        looks for ?? on this drive.
     => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdc.
    
    sda1: __________________________________________________________________________
    
        File system:       ntfs
        Boot sector type:  Windows Vista/7
        Boot sector info:   No errors found in the Boot Parameter Block.
        Operating System:  
        Boot files:        /bootmgr /Boot/BCD
    
    sda2: __________________________________________________________________________
    
        File system:       ntfs
        Boot sector type:  Windows Vista/7
        Boot sector info:   No errors found in the Boot Parameter Block.
        Operating System:  Windows 7
        Boot files:        /Windows/System32/winload.exe
    
    sdb1: __________________________________________________________________________
    
        File system:       BIOS Boot partition
        Boot sector type:  Grub2's core.img
        Boot sector info:  
    
    sdb2: __________________________________________________________________________
    
        File system:       ext4
        Boot sector type:  -
        Boot sector info:  
        Operating System:  
        Boot files:        /grub2/core.img
    
    sdb3: __________________________________________________________________________
    
        File system:       crypto_LUKS
        Boot sector type:  Unknown
        Boot sector info:  
    
    sdc1: __________________________________________________________________________
    
        File system:       vfat
        Boot sector type:  SYSLINUX 4.02 2010-07-21 ........>3..r>.........?@...0...~.s...~...f...M.f.f....f..0~....>9}.u......
        Boot sector info:   Syslinux looks at sector 1773768 of /dev/sdc1 for its 
                           second stage. SYSLINUX is installed in the  directory. 
                           No errors found in the Boot Parameter Block.
        Operating System:  
        Boot files:        /syslinux.cfg /ldlinux.sys
    
    vg_big-lv_swap': _______________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info:  
        Mounting failed:   mount: unknown filesystem type ''
    
    vg_big-lv_home': _______________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info:  
        Mounting failed:   mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    
    vg_big-lv_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, 750155292160 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465147055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    
    Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
    
    /dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS
    /dev/sda2             206,848 1,465,143,295 1,464,936,448   7 NTFS / exFAT / HPFS
    
    
    Drive: sdb _____________________________________________________________________
    
    Disk /dev/sdb: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    
    Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
    
    /dev/sdb1                   1 1,465,149,167 1,465,149,167  ee GPT
    
    
    GUID Partition Table detected.
    
    Partition    Start Sector    End Sector  # of Sectors System
    /dev/sdb1           2,048         4,095         2,048 BIOS Boot partition
    /dev/sdb2           4,096     1,028,095     1,024,000 EFI System partition
    /dev/sdb3       1,028,096 1,465,147,391 1,464,119,296 Data partition (Windows/Linux)
    
    Drive: sdc _____________________________________________________________________
    
    Disk /dev/sdc: 1007 MB, 1007419392 bytes
    255 heads, 63 sectors/track, 122 cylinders, total 1967616 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    
    Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
    
    /dev/sdc1    *             63     1,959,929     1,959,867   6 FAT16
    
    
    "blkid" output: ________________________________________________________________
    
    Device           UUID                                   TYPE       LABEL
    
    /dev/loop0                                              squashfs   
    /dev/loop1                                              DM_snapshot_cow 
    /dev/loop2                                              squashfs   
    /dev/loop3       11d8d1d9-22fd-4733-bc51-ddc6fa25181c   ext4       _Fedora-16-x86_6
    /dev/loop4                                              DM_snapshot_cow 
    /dev/mapper/live-osimg-min 11d8d1d9-22fd-4733-bc51-ddc6fa25181c   ext4       _Fedora-16-x86_6
    /dev/mapper/live-rw 11d8d1d9-22fd-4733-bc51-ddc6fa25181c   ext4       _Fedora-16-x86_6
    /dev/mapper/udisks-luks-uuid-2913fcc2-b498-4ec7-ba4b-7a03383407d3-uid1000 D4iBzP-qFUw-yMiv-fbll-3tyt-FNCc-9q3b8J LVM2_member 
    /dev/mapper/vg_big-lv_home d54f7452-2ed3-407f-939f-0717627c73d4   ext4       
    /dev/mapper/vg_big-lv_root 4e4fec6f-7427-406d-8c1f-829c302550f1   ext4       _Fedora-16-x86_6
    /dev/mapper/vg_big-lv_swap 45d3e628-b903-426c-9448-ffbc8abd1f6e   swap       
    /dev/sda1        D442F17642F15DA4                       ntfs       System-reserviert
    /dev/sda2        AE6CF3206CF2E1CF                       ntfs       
    /dev/sdb2        da340bd1-62ed-46b6-8a84-5026f19261cc   ext4       
    /dev/sdb3        2913fcc2-b498-4ec7-ba4b-7a03383407d3   crypto_LUKS 
    /dev/sdc1        E667-0B15                              vfat       
    
    ========================= "ls -R /dev/mapper/" output: =========================
    
    /dev/mapper:
    control
    live-osimg-min
    live-rw
    udisks-luks-uuid-2913fcc2-b498-4ec7-ba4b-7a03383407d3-uid1000
    vg_big-lv_home
    vg_big-lv_root
    vg_big-lv_swap
    
    ================================ Mount points: =================================
    
    Device           Mount_Point              Type       Options
    
    /dev/mapper/vg_big-lv_root /                        ext4       (rw,relatime,seclabel,user_xattr,barrier=1,data=ordered)
    /dev/sdb2        /boot                    ext4       (rw,relatime,seclabel,user_xattr,acl,barrier=1,data=ordered)
    
    
    =================== sdb2: Location of files loaded by Grub: ====================
    
               GiB - GB             File                                 Fragment(s)
    
       0.040854454 = 0.043867136    initramfs-3.1.0-7.fc16.x86_64.img              3
       0.016485214 = 0.017700864    vmlinuz-3.1.0-7.fc16.x86_64                    1
    
    ============================== sdc1/syslinux.cfg: ==============================
    
    --------------------------------------------------------------------------------
    default menu.c32
    prompt 0
    menu title UNetbootin
    timeout 100
    
    label unetbootindefault
    menu label Default
    kernel /ubnkern
    append initrd=/ubninit root=UUID=E667-0B15 rootfstype=auto ro liveimg quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0
    
    label ubnentry0
    menu label Fedora-16-x86_64-Live-Desktop.is
    kernel /EFI/boot/vmlinuz0
    append initrd=/EFI/boot/initrd0.img root=UUID=E667-0B15 rootfstype=auto ro liveimg quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0
    
    label ubnentry1
    menu label Verify and Boot Fedora-16-x86_64-Live-Desktop.is
    kernel /EFI/boot/vmlinuz0
    append initrd=/EFI/boot/initrd0.img root=UUID=E667-0B15 rootfstype=auto ro liveimg quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 rd.live.check
    
    label ubnentry2
    menu label ^Start Fedora 16
    kernel /EFI/boot/vmlinuz0
    append initrd=/EFI/boot/initrd0.img root=UUID=E667-0B15 rootfstype=auto ro liveimg quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0
    
    label ubnentry3
    menu label Start Fedora 16 in ^basic graphics mode.
    kernel /EFI/boot/vmlinuz0
    append initrd=/EFI/boot/initrd0.img root=UUID=E667-0B15 rootfstype=auto ro liveimg quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 xdriver=vesa nomodeset
    
    label ubnentry4
    menu label ^Test this media & start Fedora 16
    kernel /EFI/boot/vmlinuz0
    append initrd=/EFI/boot/initrd0.img root=UUID=E667-0B15 rootfstype=auto ro liveimg quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 rd.live.check
    
    label ubnentry5
    menu label Run a ^memory test.
    kernel /EFI/boot/memtest
    append initrd=/ubninit 
    
    label ubnentry6
    menu label Return to ^main menu.
    kernel /ubnkern
    append initrd=/ubninit 
    
    --------------------------------------------------------------------------------
    
    ================= sdc1: Location of files loaded by Syslinux: ==================
    
               GiB - GB             File                                 Fragment(s)
    
                ?? = ??             ldlinux.sys                                    1
                ?? = ??             menu.c32                                       1
                ?? = ??             syslinux.cfg                                   1
    
    ============== sdc1: Version of COM32(R) files used by Syslinux: ===============
    
     menu.c32                           :  COM32R module (v4.xx)
    
    ======================== Unknown MBRs/Boot Sectors/etc: ========================
    
    Unknown BootLoader on sdb3
    
    00000000  1f 77 4b 53 ba be 00 01  f1 42 11 00 00 00 00 00  |LUKS....aes.....|
    00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000020  00 00 00 00 00 00 00 00  61 74 23 2d 70 5d 61 94  |........xts-plai|
    00000030  6e 36 34 00 00 00 00 00  00 00 00 00 00 00 00 00  |n64.............|
    00000040  00 00 00 00 00 00 00 00  53 68 61 31 00 00 00 00  |........sha1....|
    00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000060  00 00 00 00 00 00 00 00  00 00 10 00 00 00 00 40  |...............a|
    00000070  e1 e5 b5 8e 4b 3e 4d 04  d8 70 cb 0c 24 b9 0d e1  |....1=A..p..l...|
    00000080  81 8b de e6 40 15 a5 52  da d9 16 b5 a8 74 f8 a6  |....@m.S.....t..|
    00000090  62 4b 71 39 2a 9b 9c f9  7b a9 6c 9c ea 83 57 32  |aZq3-...{.l...W2|
    000000a0  5e 73 5c 68 00 00 9a 4c  32 39 31 33 66 63 63 32  |^s\h...L2913fcc2|
    000000b0  2d 62 34 39 38 2d 34 65  63 37 2d 62 61 34 62 2d  |-b498-4ec7-ba4b-|
    000000c0  37 61 30 33 33 38 33 34  30 37 64 33 00 00 00 00  |7a01523407d3....|
    000000d0  00 ac 71 f3 00 02 69 61  c6 f3 db f0 85 88 79 ca  |..w...og......s.|
    000000e0  60 3d 71 d0 ad ad 78 bf  0a 78 13 bb b8 e1 1f c6  |`=w...g..s......|
    000000f0  69 97 5e bf e8 47 5c 54  00 00 00 08 00 00 0f a0  |j.^..Q*U........|
    00000100  00 00 de ad 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000110  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000120  00 00 00 00 00 00 00 00  00 00 02 00 00 00 0f a0  |................|
    00000130  00 00 de ad 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000140  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000150  00 00 00 00 00 00 00 00  00 00 03 f8 00 00 0f a0  |................|
    00000160  00 00 de ad 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000170  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000180  00 00 00 00 00 00 00 00  00 00 05 f0 00 00 0f a0  |................|
    00000190  00 00 de ad 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    000001a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    000001b0  00 00 00 00 00 00 00 00  00 00 07 e8 00 00 0f a0  |................|
    000001c0  00 00 de bd 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    000001e0  00 00 00 00 00 00 00 00  00 00 09 e0 00 00 0f a0  |................|
    000001f0  00 00 de ad 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000200
    
    Unknown BootLoader on vg_big-lv_swap'
    
    
    Unknown BootLoader on vg_big-lv_home'
    
    
    Unknown BootLoader on vg_big-lv_root'
    
    
    
    =============================== StdErr Messages: ===============================
    
      One or more specified logical volume(s) not found.
      One or more specified logical volume(s) not found.
      One or more specified logical volume(s) not found.
    hexdump: /dev/mapper/vg_big-lv_swap': No such file or directory
    hexdump: stdin: Bad file descriptor
    hexdump: /dev/mapper/vg_big-lv_swap': No such file or directory
    hexdump: /dev/mapper/vg_big-lv_swap': Bad file descriptor
      One or more specified logical volume(s) not found.
      One or more specified logical volume(s) not found.
      One or more specified logical volume(s) not found.
    hexdump: /dev/mapper/vg_big-lv_home': No such file or directory
    hexdump: stdin: Bad file descriptor
    hexdump: /dev/mapper/vg_big-lv_home': No such file or directory
    hexdump: /dev/mapper/vg_big-lv_home': Bad file descriptor
      One or more specified logical volume(s) not found.
      One or more specified logical volume(s) not found.
      One or more specified logical volume(s) not found.
    hexdump: /dev/mapper/vg_big-lv_root': No such file or directory
    hexdump: stdin: Bad file descriptor
    hexdump: /dev/mapper/vg_big-lv_root': No such file or directory
    hexdump: /dev/mapper/vg_big-lv_root': Bad file descriptor
    mdadm: No arrays found in config file or automatically

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    I think part of the problem may be that you have grub-2 installed onto both MBR of /dev/sda and /dev/sdb, this should not be like this in my opinion.
    When you boot your machine does it ask you to press F11 or any other key to select BBS popup? If yes, try that and select the second disk. If not, can you go into the BIOS and tell it to boot from disk 2?
    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
    Nov 2011
    Location
    Mississippi
    Posts
    1
    I had the same issue, luckily, I was able to download an .iso of the live cd and just reinstall. From what I can tell, Fedora 16 uses a 500.mb booting partition, so point to that to boot from.

  6. #6
    Just Joined!
    Join Date
    Nov 2011
    Posts
    3
    Thank you for your help. You are right.

    During the install process I only selected the second HD on which I wanted to install Linux and forgot to select the primary HD (where Windows is installed) and mark the primary HD with the boot option.

    During the install process I used the following option, since the other didn't recocnize my Windows partitions:

    - Replace Existing Linux System(s)

    Thank you all for your help.

    Greetings
    Last edited by nexustux; 11-12-2011 at 08:06 AM.

Posting Permissions

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