Windows 8 Bootloader problem :|

Discussion in 'Windows 8' started by takui, Sep 19, 2012.

  1. takui

    takui MDL Novice

    Sep 11, 2007
    41
    0
    0
    Hi guys, I've messed up my windows8 bootloader but fortunally fix it back with bootrec. What I wanted to do was to add a new entry for a windows 7 vhd image. I've tryed to add it with easybcd but now I've the old windows7 bootloader instead of the new windows 8. How can I get back the new one? I'm loooking around the net but nothing was successul until now... plus how I can add an entry for my vhd image without kill the new bootloader? :|


    thanks and sorry for my english
     
  2. inzane

    inzane MDL Novice

    Sep 8, 2009
    42
    8
    0
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #3 s1ave77, Sep 19, 2012
    Last edited by a moderator: Apr 20, 2017
    use old win 7 bootloader
    Code:
    bcdedit /set {default} bootmenupolicy legacy
    restore win 8 bootloader
    Code:
    bcdedit /set {default} bootmenupolicy standard
    regards
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...