Jump to content

JFX

Member
  • Posts

    1,228
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Yeah, better let's wait for Win10 final Well, bmzip.exe does compress better, so the new bootmgr will be slighlty smaller. I use the same compression code MS uses, so the size will stay more or less equal. Maybe next year I'll add "ABC" feature. This should be the offsets for 6.3.9600.16415 0000CF0E: 0F 900000CF0F: 88 900000CF10: AE 900000CF11: 02 900000CF12: 00 900000CF13: 00 90000194A9: 74 EB000194D3: 75 EB At address D84 you have the \Boot\BCD string that you can change.
  2. congnt92, please re-download and try again. http://1drv.ms/1plzVcu
  3. @Atari800XL WinNTSetup, does not change the drive letter, it just tells the Windows to do it. But Vista ignores this in the fast install way, so it will always stay with the drive letter it was installed. @Steve6375 Thanks for the dir command, this /aL switch it's quite useful. But /NoRpFix is only for junctions that point outside the image.
  4. "Unsupported OS, newer ntdll.dll needed!" Means your running this tool not under Windows 8, and your ntdll.dll has not the functions to decompress and recompress bootmgr.You can put ntdll.dll from a win8 install next to the program an try again. If the offset has changed, then please don't change these bytes.If I have some time I take a look at the new version.But seriously you don't need a win10 bootmgr, do you?
  5. Yes, you will need to make a normal install before, with original setup.exe or you boot from the DVD / ISO. This usually results in a system drive C:. This installation sysprep, generalize and capture. The new WIM can be used with WinNTSetup and will always have C: as letter.
  6. No, there has nothing changed til now. I could replace all D:\ strings in the registry, but I guess there are also xml and some binary files. Just do a normal install once and make a new sysprep image.
  7. @kreker Bootice can't create a "Recovery image" partition. But It can create a GPT partition scheme with ESP and MSR. You have to use diskpart, to set the right ID to the recovery partition. @mariella That actually strange because I just use IsProcessorFeaturePresent API to determine if the CPU has PAE, NX and SSE2 for Windows 8 installs. And the Win8.1 x64 required CX16 and LAHF are also very easy to receive. Not sure whats going wrong, but you can simply ignore this warning.
  8. Hmm, can you post the output of Sysinternals Coreinfo Coreinfo.exe -f
  9. Hi mariella, For the ISO mounting yes imdisk have to be installed. Does it help if you move WinNTSetup_iso.cmd from the tools folder next to the WinNTSetup_x86.exe? The red icon should have a tooltip if you hover the mouse a while. It's properly the CPU check, that telling the current machine doesn't support this OS.
  10. Thanks for the update kreker, 1) A single NTFS partiton would be enough for wimboot, but the size is a good question. With every upate you install your wimboot installation grow more, cause the obsolete files in the wim can't be deleted.. Depending on your usage and hibernate and page file size, I would say at least 25 GB. Keep in mind that you have to place the install.wim on an NTFS drive before using WinNTSetup. Also it have to be a install.wim not install.esd nor install.swm. 2) Disable security warning for downloaded files is the following reg tweak Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001
  11. @josywong It doesn't look easy to find out what edition is supported by oem:dm. I guess the original setup is checking if the product key in the MSDM table matches an edition in the wim. No sure if I can implement something like that.
  12. A new Beta version is available with many fixes and I also added the new Win10 Taskbar tweak. For wimlib users, please make sure your use latest version 1.7.3
  13. What check do you mean, a mark in the top right like the it's currently for SLP1 and SPL2?
  14. @simplex It should be fixed now.
  15. Hi Maanu, nice to hear from my friend, I'm glad to hear you doing well. There isn't actually much WinNTSetup does for EFI. Just 1 command BCDBoot.exe C:\Windows /s S: / f ALL, where S: is the EFI partiton A read Icon for EFI PART means the partition does not have the EFI SYSTEM partition GUID. So a strict uEFI should not accept this partition.
  16. This is not a standard windows setup, these are upgrade images thought to be used with windows update.
  17. Hmm, I don't really think decrypting on the fly would make much sense. Making changes to the source isn't something I like. However, you can ask synchronicity, what he thinks about adding that decrypting code to wimlib.
  18. An even more simple way to explain? Well, I give it a try: IT IS NOT POSSIBLE!!! You simply can NOT hibernate a system that was booted from a VHD.
  19. Devdevadev I just mean you should use VHD instead of VHDX. For the hibernate, it's a limitation of VHD booting, there is nothing I could do about.
  20. I don't now about sleep but hibernate is not supported in nativeVHD boot environment. WinNTSetup will disable hibernate only, if you tell it to do. If you disable pagefile.sys and have not enough RAM, than you will get an error message by windows if you reach your RAM limit. BTW: Why do you use VHDX, you know they require more size, do you?
  21. You don't need to fix MBR and PBR, they will be updated by default. The Only thing you need to take care is the BOOTFLAG But your's is green so everything is okay.
  22. @devdevadev Advanced users, not advanced features. You right, the Technical Preview version wasn't recognized for Wimboot usage. It's wired how MS uses version numbers these days, they skip some and forgot some others completly. So re-download and try wimboot now.
  23. It's an optional feature, for advanced users, and they can usually download the right files. The 2nd is the right zip for you.
  24. Well I didn't change much, just some smaller fixes I noticed the last weeks. Also added compatibility setting to the app manifest so it will not run in compatibility mode of Windows 8.1. What I thing about Windows 10? I guess I'm dissapointed like everyone. It looks just like a tiny update to the current Windows 8.1 and by no means something that worth of skipping a version number. First fate took my Opera now it takes even my OS, what next? Seems I will use Windows 7 until very end, maybe even after 2020 But at least the new wimgapi has a new feature to add files ...
  25. I made small fixes for Windows 10. Please report if you find anything that's not right.
×
×
  • Create New...