Anyone help fix the bcdedit and move bootmanager

Hultramann

New Member
Messages
4
In detail, I had Win7 installed, I got Win8, but since I dont have a CD-ROM, i managed to install it by doing this:
1 Create a partition, NTFS, and set as the ACTIVE partition
2. Put all the Win8 files on that partition
3. Opened Command prompt and typed boosect /n60 [drive letter of Win8 installation files]

I restarted and the windows installation setup appeared, I installed Win8 on the partition C: containing Win7, after the installation finished, there is a multiple choice screen that reads WINDOWS 8 and WINDOWS SETUP

and it seems that the bootmanager or system files installed on the partition containing the Win8 installation files, and that partition is the ACTIVE one, not C: where my OS is installed

I believe my problem was that I forgot at the Win8 setup to set partition C: back as the ACTIVE one,


Windows Boot Manager
--------------------
identifier {bootmgr}
device device partition=\Device\HarddiskVolume6
description Windows Boot Manager
locale en-US
inherit {globalsettings}
integrityservices Enable
default {current}
resumeobject {d83e2461-3627-11e2-b0f9-efb109b9309a}
displayorder {current}
{7619dcc9-fafe-11d9-b411-000476eba25f}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 8
locale en-US
inherit {bootloadersettings}
recoverysequence {d83e2463-3627-11e2-b0f9-efb109b9309a}
integrityservices Enable
recoveryenabled Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {d83e2461-3627-11e2-b0f9-efb109b9309a}
nx OptIn
bootmenupolicy Standard

Windows Boot Loader
-------------------
identifier {7619dcc9-fafe-11d9-b411-000476eba25f}
device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411
-000476eba25f}
path \windows\system32\boot\winload.exe
description Windows Setup
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411
-000476eba25f}
systemroot \windows
bootmenupolicy Standard
detecthal Yes
winpe Yes
ems No


what I would like you to help me, is to fix everything so it looks like I installed Win8 from a CD-ROM, I want to delete the windows setup entry, and move the bootmanger to partition C: or where the OS is installed, please tell me in commands using bcdedit, I dont want to use a software...

my goal is that everything looks like this:


Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
integrityservices Enable
default {current}
resumeobject {d83e2461-3627-11e2-b0f9-efb109b9309a}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 0

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 8
locale en-US
inherit {bootloadersettings}
recoverysequence {d83e2463-3627-11e2-b0f9-efb109b9309a}
integrityservices Enable
recoveryenabled Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {d83e2461-3627-11e2-b0f9-efb109b9309a}
nx OptIn
bootmenupolicy Standard
 

My Computer

System One

  • OS
    Windows N
Back
Top