Repair Windows 7 boot menu on UEFI

Page 3 of 6 FirstFirst 12345 ... LastLast

  1. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #21

    boyans said:
    Volumes and Partitions are not the same thing.
    Can you list partitions and post output ?

    diskpart
    >sel disk 0
    >list par

    And unhiding is just changing the id of partition
    >sel par # - # is partition number
    >set id=07 - NTFS
    >set id=17 - NTFS hidden


    And for transferring .iso to USB I would use "Windows 7 USB DVD Download Tool".
    Here it is:

    Code:
    Partition ###    Type                  Size            Offset
    Partition 1        System               200MB         1024KB
    Partition 2        Reserved             128MB         201MB
    Partition 3        System               140GB          329MB
    Partition 4        Primary               138GB          141GB
    Partition 5        Primary               393GB          279GB
    Partition 6        Primary               25GB            673GB
    From what I heard, Windows 7 USB DVD Download Tool format the USB under NTFS :-?

    Saltgrass said:
    The more I think about it, the possibility of the Logical partition causing a problem is a good conclusion.

    Your flashdrive showing as NTFS, when you show it being FAT32, plus the Hidden Partition, and other things.

    I would use Partition Wizard, the Home version, bootable which free, and remove any partitions placed on the drive. Then use it to change your logical partitions to primary, or just remove them also if you can.

    I am currently installing the test bed....
    As you can see in the partition list, there is no logical partition . I think maybe there is a problem with the BIOS that it can not identify the correct properties of the partitions ?

    Unfortunately, I run out of blank CD. I cannot create a bootable CD of Partition Wizard. I will try diskpart or Gparted instead.
      My Computer


  2. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #22

    Saltgrass said:
    Sorry, I had to edit a response. I suggest removing just the partitions placed on the drive by Ubuntu. And converting the logical ones to primary.

    Logical partitions have shown some problems when dealing with UEFI
    What do you mean by saying "removing just the partitions placed on the drive by Ubuntu" ? Since I install Ubuntu alongside Windows 7, there is no dedicated partition for Ubuntu. The ubuntu folder is in Partition 4. Do I need to reformat it ?
      My Computer


  3. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #23

    boyans said:
    Volumes and Partitions are not the same thing.
    Can you list partitions and post output ?

    diskpart
    >sel disk 0
    >list par

    And unhiding is just changing the id of partition
    >sel par # - # is partition number
    >set id=07 - NTFS
    >set id=17 - NTFS hidden


    And for transferring .iso to USB I would use "Windows 7 USB DVD Download Tool".
    I just tried to set id=07 for the OS partition. There is an error, the error mesage is The specified type is not in the correct format.

    Using HELP SET, I found out that id=07 is only use for MBR disk. I will try GParted instead.
      My Computer


  4. Posts : 1,031
    Windows 7 x64
       #24

    Just finished the Trial Ubuntu Legacy (MBR) install on a Windows 7 UEFI install drive. Both OSes boot normally when the correct boot device is selected.

    During the install, I added a 100 mb boot partition for Ubuntu to use. I will assume if you did not do that, Ubuntu probably would not boot.

    But I have attached some pictures to show the setup. I have NO logical partitions. I will try that next to see what happens and post back.
    Attached Thumbnails Attached Thumbnails Repair Windows 7 boot menu on UEFI-ubuntudisk.gif   Repair Windows 7 boot menu on UEFI-ubuntu_mbr.gif  
      My Computer


  5. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #25

    Saltgrass said:
    Just finished the Trial Ubuntu Legacy (MBR) install on a Windows 7 UEFI install drive. Both OSes boot normally when the correct boot device is selected.

    During the install, I added a 100 mb boot partition for Ubuntu to use. I will assume if you did not do that, Ubuntu probably would not boot.

    But I have attached some pictures to show the setup. I have NO logical partitions. I will try that next to see what happens and post back.
    So this may be the problem that I was unable to boot to Ubuntu since I have no MBR for Ubuntu only a Ubuntu option that is not bootable.

    Thank you very much. I will add a boot partition for Ubuntu next time

    I'm using GParted to hide the OS partition and then unhide to see whether it can be accessed.
      My Computer


  6. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #26

    I just used GParted to hide the Windows partition. It was hidden as show in diskpart. Then I used Gparted to unhide it (Gparted now showed that the partition was hidden). However, diskpart still identified the Windows partition as hidden.

    More bad news, the Windows Boot Manager is now showing error. The error status is 0xc000000f. File \EFI\Microsoft\Boot\BCD. Info: An error occurred while attempting to read the boot configuration data.

    I don't know what to do next. It seems if the Windows partition is not unhidden, nothing can be done
      My Computer


  7. Posts : 1,031
    Windows 7 x64
       #27

    As far as I know, you cannot install another OS in the same partition as a previous OS.

    So, I would suggest you restore you system back to a factory default and start over. This time, if you want to install Ubuntu, use the UEFI version and make partitions for it during the install.
      My Computer


  8. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #28

    Saltgrass said:
    As far as I know, you cannot install another OS in the same partition as a previous OS.

    So, I would suggest you restore you system back to a factory default and start over. This time, if you want to install Ubuntu, use the UEFI version and make partitions for it during the install.
    The problem is I cannot restore the system back to the factory default since the recovery wizard from the OEM requires access to the Windows partition (it assumes that the Windows partition is C, which is incorrect).

    Maybe I must do a clean install to start over and ignore the recovery partition. :-s
      My Computer


  9. Posts : 240
    Win 8 RP, Win 7, XP
       #29

    Yes I was wrong "Windows 7 USB DVD Download tool" cannot be used for EFI USB install as it formats the USB with NTFS.

    All you need to make USB bootable is format to FAT32,
    copy the contents of DVD to USB using explorer and
    copy \bootmgr.efi to \efi\boot\bootx64.efi.

    GPT partitions have GUIDs to be identified as SYSTEM, BASIC, MS_RESERVED in the partition table but the first sector of a GPT partition has the filesystem (FAT32, NTFS) type stored so it can be interpreted by the OS.

    It is strange that diskpart cannot change filesystem type (at least 07 to 17)
    (NTFS to hidden NTFS). EFI GUID type and filesystem type are two different notions.
      My Computer


  10. Posts : 27
    Windows 7 Home Premium x64
    Thread Starter
       #30

    boyans said:
    Yes I was wrong "Windows 7 USB DVD Download tool" cannot be used for EFI USB install as it formats the USB with NTFS.

    All you need to make USB bootable is format to FAT32,
    copy the contents of DVD to USB using explorer and
    copy \bootmgr.efi to \efi\boot\bootx64.efi.

    GPT partitions have GUIDs to be identified as SYSTEM, BASIC, MS_RESERVED in the partition table but the first sector of a GPT partition has the filesystem (FAT32, NTFS) type stored so it can be interpreted by the OS.

    It is strange that diskpart cannot change filesystem type (at least 07 to 17)
    (NTFS to hidden NTFS). EFI GUID type and filesystem type are two different notions.
    Do you have any suggestion that I can make the Windows partition unhidden ?
      My Computer


 
Page 3 of 6 FirstFirst 12345 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:47.
Find Us