Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: GRUB can't see Windows 7 - Boot Info Script Included

  1. #11
    Join Date
    Jun 2011
    Beans
    2

    Re: GRUB can't see Windows 7 - Boot Info Script Included

    having the same problem
    i`ve try
    dmraid -ani get (The program 'dmraid' is currently not installed.)
    can any one help me ?
    Attached Files Attached Files

  2. #12
    Join Date
    Dec 2011
    Beans
    1

    Re: GRUB can't see Windows 7 - Boot Info Script Included

    Hello, please help me if you can. I can't see the GRUB2 boot menu for selecting windows7 or linux after BIOS POST. (sorry for my english) Thank you.

    Code:
                      Boot Info Script 0.60    from 17 May 2011
    
    
    ============================= Boot Info Summary: ===============================
    
     => Grub2 (v1.97-1.98) 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 6 for /boot/grub.
    
    sda1: __________________________________________________________________________
    
        File system:       ntfs
        Boot sector type:  Windows Vista/7
        Boot sector info:   No errors found in the Boot Parameter Block.
        Mounting failed:   $MFTMirr does not match $MFT (record 3).
    Failed to mount '/dev/sda1': Input/output error
    NTFS is either inconsistent, or there is a hardware fault, or it's a
    SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
    then reboot into Windows twice. The usage of the /f parameter is very
    important! If the device is a SoftRAID/FakeRAID then first activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for more details.
    $MFTMirr does not match $MFT (record 3).
    Failed to mount '/dev/sda1': Input/output error
    NTFS is either inconsistent, or there is a hardware fault, or it's a
    SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
    then reboot into Windows twice. The usage of the /f parameter is very
    important! If the device is a SoftRAID/FakeRAID then first activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for more details.
    
    sda2: __________________________________________________________________________
    
        File system:       Extended Partition
        Boot sector type:  -
        Boot sector info:  
    
    sda5: __________________________________________________________________________
    
        File system:       ntfs
        Boot sector type:  Windows Vista/7
        Boot sector info:   According to the info in the boot sector, sda5 starts 
                           at sector 67. But according to the info from fdisk, 
                           sda5 starts at sector 92229232.
        Operating System:  
        Boot files:        
    
    sda6: __________________________________________________________________________
    
        File system:       ext4
        Boot sector type:  -
        Boot sector info:  
        Operating System:  BackTrack 5 R1 - Code Name 
                           Revolution 32 bit
        Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
    
    sda7: __________________________________________________________________________
    
        File system:       swap
        Boot sector type:  -
        Boot sector info:  
    
    ============================ Drive/Partition Info: =============================
    
    Drive: sda _____________________________________________________________________
    
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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    *             64    76,562,426    76,562,363   7 NTFS / exFAT / HPFS
    /dev/sda2          92,229,230   312,580,095   220,350,866   5 Extended
    /dev/sda5          92,229,232   260,012,024   167,782,793   7 NTFS / exFAT / HPFS
    /dev/sda6         260,012,032   310,315,007    50,302,976  83 Linux
    /dev/sda7         310,317,056   312,580,095     2,263,040  82 Linux swap / Solaris
    
    
    "blkid" output: ________________________________________________________________
    
    Device           UUID                                   TYPE       LABEL
    
    /dev/loop0                                              squashfs   
    /dev/sda1        D03C64E73C64C9D4                       ntfs       c_system_win7
    /dev/sda5        02FC4428FC4417F5                       ntfs       data
    /dev/sda6        11c440b0-3e2c-476b-bb31-b9a89d3f2737   ext4       
    /dev/sda7        6168d57c-9971-4a82-b0ff-3e309b48b133   swap       
    
    ================================ Mount points: =================================
    
    Device           Mount_Point              Type       Options
    
    /dev/loop0       /rofs                    squashfs   (ro,noatime)
    /dev/sr0         /cdrom                   iso9660    (ro,noatime)
    
    
    =========================== sda6/boot/grub/grub.cfg: ===========================
    
    --------------------------------------------------------------------------------
    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by /usr/sbin/grub-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="0"
    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 recordfail {
      set recordfail=1
      if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
    }
    insmod ext2
    set root='(hd0,6)'
    search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
    if loadfont /usr/share/grub/unicode.pf2 ; then
      set gfxmode=1024x768
      set gfxpayload=keep
      insmod gfxterm
      insmod vbe
      if terminal_output gfxterm ; then true ; else
        # For backward compatibility with versions of terminal.mod that don't
        # understand terminal_output
        terminal gfxterm
      fi
    fi
    insmod ext2
    set root='(hd0,6)'
    search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
    set locale_dir=($root)/boot/grub/locale
    set lang=en
    insmod gettext
    if [ ${recordfail} = 1 ]; then
      set timeout=-1
    else
      set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    ### END /etc/grub.d/05_debian_theme ###
    
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Ubuntu, with Linux 2.6.39.4' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
        linux    /boot/vmlinuz-2.6.39.4 root=UUID=11c440b0-3e2c-476b-bb31-b9a89d3f2737 ro   text splash vga=791
        initrd    /boot/initrd.img-2.6.39.4
    }
    menuentry 'Ubuntu, with Linux 2.6.39.4 (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
        echo    'Loading Linux 2.6.39.4 ...'
        linux    /boot/vmlinuz-2.6.39.4 root=UUID=11c440b0-3e2c-476b-bb31-b9a89d3f2737 ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-2.6.39.4
    }
    menuentry 'Ubuntu, with Linux 2.6.32-36-generic' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
        linux    /boot/vmlinuz-2.6.32-36-generic root=UUID=11c440b0-3e2c-476b-bb31-b9a89d3f2737 ro   text splash vga=791
        initrd    /boot/initrd.img-2.6.32-36-generic
    }
    menuentry 'Ubuntu, with Linux 2.6.32-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
        echo    'Loading Linux 2.6.32-36-generic ...'
        linux    /boot/vmlinuz-2.6.32-36-generic root=UUID=11c440b0-3e2c-476b-bb31-b9a89d3f2737 ro single 
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-2.6.32-36-generic
    }
    ### END /etc/grub.d/10_linux ###
    
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
        linux16    /boot/memtest86+.bin
    }
    menuentry "Memory test (memtest86+, serial console 115200)" {
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set 11c440b0-3e2c-476b-bb31-b9a89d3f2737
        linux16    /boot/memtest86+.bin console=ttyS0,115200n8
    }
    ### END /etc/grub.d/20_memtest86+ ###
    
    ### BEGIN /etc/grub.d/30_os-prober ###
    if [ ${timeout} != -1 ]; then
      if keystatus; then
        if keystatus --shift; then
          set timeout=-1
        else
          set timeout=0
        fi
      else
        if sleep --interruptible 3 ; then
          set timeout=0
        fi
      fi
    fi
    ### 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 ###
    --------------------------------------------------------------------------------
    
    =============================== sda6/etc/fstab: ================================
    
    --------------------------------------------------------------------------------
    # /etc/fstab: static file system information.
    #
    # Use 'blkid -o value -s UUID' to print the universally unique identifier
    # for a device; this may be used with UUID= as a more robust way to name
    # devices that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    nodev,noexec,nosuid 0       0
    # / was on /dev/sda6 during installation
    UUID=11c440b0-3e2c-476b-bb31-b9a89d3f2737 /               ext4    errors=remount-ro 0       1
    # swap was on /dev/sda7 during installation
    UUID=6168d57c-9971-4a82-b0ff-3e309b48b133 none            swap    sw              0       0
    --------------------------------------------------------------------------------
    
    =================== sda6: Location of files loaded by Grub: ====================
    
               GiB - GB             File                                 Fragment(s)
    
     132.345710754 = 142.105124864  boot/grub/core.img                             1
     126.635810852 = 135.974166528  boot/grub/grub.cfg                             1
     124.146705627 = 133.301510144  boot/initrdf.img-2.6.39.4                      1
     129.014648438 = 138.528423936  boot/initrd.img-2.6.32-36-generic              2
     126.041030884 = 135.335526400  boot/initrd.img-2.6.39.4                       2
     124.162330627 = 133.318287360  boot/initrds.img-2.6.39.4                      1
     132.341384888 = 142.100480000  boot/vmlinuz-2.6.32-36-generic                 1
     132.114303589 = 141.856653312  boot/vmlinuz-2.6.39.4                          1
     129.014648438 = 138.528423936  initrd.img                                     2
     126.041030884 = 135.335526400  initrd.img.old                                 2
     132.341384888 = 142.100480000  vmlinuz                                        1
     132.114303589 = 141.856653312  vmlinuz.old                                    1
    ************************************************
    OK I fixed it using win7 boot DVD, repair mode,
    Code:
    bootsect.exe /nt60 all
    commad and then, back in the linux the
    Code:
    update-grub
    command
    Last edited by zaciatocnik; December 6th, 2011 at 01:22 AM.

Page 2 of 2 FirstFirst 12

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
  •