Antonino Posted January 8, 2024 Posted January 8, 2024 (edited) thank u ever so much jfx, the interface and service tests were successful, but the reg file would not want to merge. the access point was detected, but when I entered the pw and pressed next it left me with an error message of the kind. the exception unknown software exception (0xc0000002) in the application at location 0x00007FFF69AE051C. Edited January 9, 2024 by Antonino
A13950824913 Posted January 9, 2024 Posted January 9, 2024 Hi!windows refs update 3.12 now!So WinNTSetup 5.3.3b can not install Windows!So can you update WinNTSetup now?Thank you so much!
JFX Posted January 10, 2024 Author Posted January 10, 2024 There is nothing I can do about. Looks like MS did only update the ReFS driver, but forgot to update the boot loader.
click-click Posted January 22, 2024 Posted January 22, 2024 (edited) I just noticed that the bcdedit included in the WinNTSetup Tools directory has an invalid signature. What is the difference between that and the bcdedit in \system32 and why is it even included? Edited January 22, 2024 by click-click
JFX Posted January 22, 2024 Author Posted January 22, 2024 The one in system32 folder is to old for users of Windows 7 or 8, so a newer version needs to be downloaded. Current ADK does not support Windows 7 therefore the files will be patched.
mrjonnyHello Posted January 29, 2024 Posted January 29, 2024 Just wanted to say wow, well done sir/madam/other, kudos! Does this site have a thread search? I had a quick peak but couldn't see... or an FAQ sticky, to save you re-answering questions. Thanks again 👍🏻
mrjonnyHello Posted January 31, 2024 Posted January 31, 2024 🆘 I don't want to reset yet as I don't have any recovery option, I've just tried to build my first win11, and think I've broke my BCD. My disks (currently, after installing new "windows 11 reference" volume disk 2 is my current c: , residing on disk 0 partition 2 i:\win11.vhdx Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 931 GB 675 GB * Disk 1 Online 119 GB 55 GB Disk 2 Online 35 GB 0 B * Disk 3 Online 50 GB 1024 KB Disk 4 Online 70 GB 0 B Partitions on main disk - should I have used SYS partition for the new boot partition when installing to new vhd ? partition 1 was S: - I removed, assigned S: to the FAT partition I created in the VHD volume Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 System 100 MB 1024 KB Partition 2 Primary 256 GB 229 MB Disk 4 is the new vhd windows disk that was made disk details Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 7 WIN11REFSYS FAT Partition 128 MB Healthy Volume 8 X win11MAIN NTFS Partition 69 GB Healthy The other disks aren't important for boot. The BCDEdit from C: Windows Boot Loader ------------------- identifier {current} device locate=\windows\system32\winload.efi path \windows\system32\winload.efi description Windows 11 locale en-us inherit {bootloadersettings} volumebandid 1 isolatedcontext Yes allowedinmemorysettings 0x15000075 osdevice partition=C: systemroot \windows resumeobject {062fd573-b645-11ee-bb50-fbd2e6a76d0a} nx OptIn bootmenupolicy Standard A device which does not exist was specified. I noticed this after noticing the app appeared to close (I was awaiting system reboot, which I may have disabled) If I reboot I fear I'm stuck unable to boot into anything, or even kicked out of C: ain't great. Can anyone make any suggestions? Ideally bcdedit steps with any diskpart / bcdboot etc? Thanks!!
mrjonnyHello Posted January 31, 2024 Posted January 31, 2024 (edited) (continue from post 1) The options I used at build time (S and X were partitions 1 and 2 on vhd) Not sure what to try next 😟 Edited January 31, 2024 by mrjonnyHello
mrjonnyHello Posted January 31, 2024 Posted January 31, 2024 (edited) issue.part3 - start) ... This looks good https://woshub.com/how-to-repair-uefi-bootloader-in-windows-8/ but I don't have bootrec - I may be able to access as an emergency, from the usb media I used to build my first vhd on bare metal (winPE environment via shift+f10 at start-setup) bootrec /fixboot bootrec /scanos bootrec /rebuildbcd Edited January 31, 2024 by mrjonnyHello
mrjonnyHello Posted January 31, 2024 Posted January 31, 2024 (edited) 💡Boot Manager (Important!) device should be system volume: according to the repair guide I shared ^ so partition=\Device\HarddiskVolume5 should be partition=\Device\HarddiskVolume1 for me (SYS partition is vol1 according to list vol) Windows Boot Manager -------------------- identifier {bootmgr} device unknown path \EFI\Microsoft\Boot\bootmgfw.efi description Windows Boot Manager locale en-us inherit {globalsettings} default {current} resumeobject {062fd573-b645-11ee-bb50-fbd2e6a76d0a} displayorder {current} toolsdisplayorder {memdiag} timeout 30 change: bcdedit /set {bootmgr} device partition=\Device\HarddiskVolume1 Following this I was able to point the current entry to the vhd files (this was failing with the invalid device error until I fixed unknown {bootmgr} device But I couldn't see this with bcdedit, until I enumerated I don't know if this is right... C:\Windows\System32>bcdedit /v Windows Boot Manager -------------------- identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795} device partition=\Device\HarddiskVolume1 path \EFI\Microsoft\Boot\bootmgfw.efi description Windows Boot Manager locale en-us inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e} default {062fd574-b645-11ee-bb50-fbd2e6a76d0a} resumeobject {062fd573-b645-11ee-bb50-fbd2e6a76d0a} displayorder {062fd574-b645-11ee-bb50-fbd2e6a76d0a} toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d} timeout 30 Windows Boot Loader ------------------- identifier {062fd574-b645-11ee-bb50-fbd2e6a76d0a} device vhd=[I:]\win11.vhdx,locate=custom:12000002 path \windows\system32\winload.efi description Windows 11 locale en-us inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7} volumebandid 1 isolatedcontext Yes allowedinmemorysettings 0x15000075 osdevice vhd=[I:]\win11.vhdx,locate=custom:22000002 systemroot \windows resumeobject {062fd573-b645-11ee-bb50-fbd2e6a76d0a} nx OptIn bootmenupolicy Standard Edited January 31, 2024 by mrjonnyHello
JFX Posted January 31, 2024 Author Posted January 31, 2024 (edited) 2 hours ago, mrjonnyHello said: (continue from post 1) The options I used at build time (S and X were partitions 1 and 2 on vhd) Not sure what to try next 😟 I would say that the problem, you create the boot files inside the VHD. You should select the bootable partition on local disk (I guess on disk 0). Edited January 31, 2024 by JFX
reboot12 Posted February 5, 2024 Posted February 5, 2024 I try 64-bit 4.2.5_Legacy on 64-bit Win7 Ultimate to make dynamic VHD with same OS and not work. Old version 3.8.6 work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now