UEFI/EFI installation tutorial

Discussion in 'Windows 7' started by MaveRick23, Jul 18, 2013.

  1. MaveRick23

    MaveRick23 MDL Member

    Apr 13, 2013
    229
    15
    10
    Hello friends,

    Can you post anyone here a tutorials for how to install windows from UEFI or EFI, how it is called, bios?

    i had problems about that and be glad if here will be post good tutorials using a UEFI/EFI.

    thanks in advanced.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
  3. f33nix

    f33nix MDL Member

    Apr 4, 2012
    153
    84
    10
    #3 f33nix, Jul 18, 2013
    Last edited by a moderator: Apr 20, 2017
  4. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,962
    904
    60
    #4 Flipp3r, Jul 19, 2013
    Last edited by a moderator: Apr 20, 2017
    The above is missing the MSR partition.
    Code:
    sel dis 0
    cle
    con gpt
    cre par efi size=100
    for fs=fat32 label="System" quick
    cre par msr size=128
    cre par pri
    for quick fs=ntfs label="Windows"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,222
    2,272
    240
    #5 pisthai, Jul 19, 2013
    Last edited by a moderator: Apr 20, 2017
    May you need to re-read again! That partition isn't missing in the code above, OP explained to use 100MB - 350MB depend on OS W7 or W8!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,962
    904
    60
    You re-read. He is referring to the EFI partition. No reference to MSR partition.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. f33nix

    f33nix MDL Member

    Apr 4, 2012
    153
    84
    10
    #8 f33nix, Jul 22, 2013
    Last edited by a moderator: Apr 20, 2017