Jump to content

JFX

Member
  • Posts

    1,270
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. Yep, since version 2.1.0.0 Windows 8 is fully supported
  2. JFX

    boot.wim error

    This was wrong, right would have been: imagex /export H:\s1\sources\bootsetup.wim 1 H:\s1\sources\bootpe.wim "Microsoft Windows Setup (x86)" -boot to fix this simply use imagex -info H:\s1\sources\bootpe.wim -boot 2 @Kullenen how does this affect all the pathes inside HKLM\Classes? Will they be auto adjusted during boot or still point to the old location ((X:$windows.~bt\window) ?
  3. JFX

    boot.wim error

    Giving exact commands used would be easier to know what's happen. Seems the boot index is wrong, the winpe index 1 is not suppose to run from WIM Ramboot. Change the index to boot the "setup" image: imagex -info boot.wim -boot 2
  4. Update: Version 2.1.2.0 - fixed WIM file selection only shows "install.wim" Thanks click-click - fixed UniqueID issue with instant VHD creation since version 2.1.0.0 - changed "LANG" folder from 2000/XP/2003 source now always copied - removed option for "XP Partition Mode" - added option "No Reboot on BSoD" - fixed GPT Partitions could not be selected - fixed MountedDevices entrys for MBR/GPT devices - display Alignment for select partitions
  5. Hi click-click, WIM file name should not matter, seems that i have set up the filter for "Choose the install.wim file" dialog wrong. Will be fixed in next release. For now just type "*.wim" and hit Enter, it should display all wim files now.
  6. Hi ilko, great work on WinSetupFromUSB small cosmetic fix: http://ayende.com/blog/4360/how-to-opt-out-of-program-compatibility-assistant Applications with "Setup" in their name need supportedOS entries in their manifest on Windows Vista and later.
  7. Update: Version 2.1.1.0 - ISO File support* - fixed instant VHD creation no longer requires fsutil.exe - add "F" button that bring up the windows format dialog - accept "Preview" edition type for native VHD Boot - added bootice button, if bootice.exe is in same folder - updated tool MSSTMake * check up the WinNTSetup2_iso.cmd batch and define how to mount the ISO
  8. @maanu I truly respect the work on alternative file backed disk drivers like winvblock, firadisk or vboot. But at current development state their are just far cry from Microsoft's own drivers. They never will be supported if this not change. Anyway it's up to the end user to decide. You currently can launch winntsetup with option -DisableVHDChecks which let you install any system on a mounted VHD. Next version will ask on click of the VHD icon. @ghfujianbin Yes i tried all of this, MBR/PBR icon are not important if one choose option to update boot sector (default set). Only active primary icon is highly recommended to be green. 0xc0000225 - means inaccessible device so far it seems that the destination of the boot entry for your new Win2008 install point to an invalid location. maybe it helps if you boot your winxp and try fixing the BCD store with tools like bcdedit/easybcd. most interesting would be the output of: bcdedit -store C:\Boot\BCD -enum all where C: is the drive you selected as boot drive in winntsetup. @jaclaz don't think he meant anything to circumvent the VHDBoot license restrictions. The first time one noticed that a system isn't licensed for nativeVHDBoot is on the first login. To avoid that "useless" install i added a check right before installing into a VHD mounted drive.
  9. @maanu why not let PECmd call a batch file that start both? I found a way to bring up the native format dialog of windows inside default winpe, so next version will have a (F)ormat button. @ghfujianbin that strange, i installed Windows7 several times that way next to Windows XP and never had a problem. If there is an entry in boot menu means, that the update of boot sector did work all right. What exactly is the error message?
  10. Hi maanu, bootice is not included anymore, because of bugs and missing x64 version. an option to format i can properly add. but why not launch Partition Guru before or parallel to Winntsetup and use it to make partitions ready?
  11. Hi zamarac. Thin Client and Embedded versions are not supported, one reason they mssing boot files. Another reason they often gives 0x7b or a blank screen with this direct install method. I never had the time to find out what really happens there. You can run Winntsetup from any OS (Windows XP SP1 up to Windows 8 Pre) It also support running from WinPE and from any read-only device like CD-ROM's Unsingned drivers are only integrated if cmdline option -NT6 -ForceUnsigned -TESTSIGNING is used. A driver that have not a trusted signed cretificated, win7x64 will always need to run in testmode it use bcdboot X:\Windows /s C: /l en-uS there is actually no suppression of error, it would show error message. some people want to create VHD's in their forensic WinPE (no automount, readonly disk access). The 4 NOERR lines are added that this works now. ALIGN and UINT is usually not needed to set by user, Windows 7 default is okay in all cases. Newer harddisk, will often have a recommanded Aligment size, if this case user should select it. higher UINT values can result in slightly better perfomence
  12. You can not! Only Windows 7 and later is supported for direct install to USB device.
  13. ... oh should turn off opera turbo ... anyone can delete this double post
  14. No, it's not mandatory. install will overwrite files and abort if there would be a problem. But yes there will be files remaining from old Windows installation. With removing an old installation without formating, i see 2 problems: 1. NTFS security settings - one would need to take ownership & grant access or using a tool like xdel 2. Junctions and Symlink (and this is the thing that scares me ! ) - junctions and symlinks in Win7 are created with full path. think you have an offline win7 that has C: as normal drive letter and is now under your current running windows mounted as D: It's junctions and symlink will still point to C:, but that could be the current running windows Even Mircosofts own tools like robocopy don't handle symlinks right. It might happen that deleting an offline windows switch the drive and start deleting files/folder one the current system drive !
  15. Hi maanu, alright here, hope everything is okay by you too. Sounds interesting, please send me additional "information" about this GHO image via PM.
  16. You can't remove the wimfltr driver if it was started, without a reboot. Why would you need both versions?
  17. How did you integrated IE8? It has no integrate switch, surely for a reason. IE8 or wmp11, can only be installed via svcpack / runonceex method.
  18. Properly UAC prevent creation files in all user start menu. Seems renaming hh.exe does not "unblock" it I just put a shortcut to xchm.exe inside %APPDATA%\Microsoft\Windows\Start Menu\Programs and have expandable arrow now for help files.
  19. hmm , hh.exe is on the exclusion list for start menu http://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=VS.85).aspx#exclusion_lists Not sure how the the override this, maybe just make a copy of hh.exe to hh2.exe and change file association Of course there have to be a .lnk file inside start menu that has hh2.exe as targetpath.
  20. Yes that's right, WinNTSetup2_x86.exe is all you need. WinNTSetup2_x64.exe is thought to run under a 64Bit Winpe, which does not support 32 Bit applications. like: - Erd Commander x64 - Recovery Console of Windows 7x64 - Windows 7 x64 Setup DVD
  21. Hi xpclient, not sure I understand you right? WinNTSetup2_x86.exe is a standalone exe, that can install from any 32 bit system (at least XP SP1 and higher) all Windows version from Win2000 up to Windows 8 Pre x64. It support installing 64Bit OS form 32 Bit Windows.
  22. hallo my dear friend, Thanks for that thread. And yes with version 2.1 these both entries are set: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet???\Control] "BootDriverFlags"=dword:00000006 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet???\Control\PnP] "PollBootPartitionTimeout"=dword:00007530 also if you integrate NEC USB3 driver, they get BootFlags assigned.
  23. assume you mean a xp install? It does actually nothing special, only disable the sr service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr] "Start"=dword:00000004 enter this in command prompt: Should active System Restore again.
  24. Hi click-click, WinNTSetup, is written mainly in Autoit3. A few months ago, i noticed that it looks awful on Windows with a higher DPI setting. After searching i found a topic: fontgui-resizing. So I changed every GUI coordinates/width,high using a DPI factor. Very Nice if one already have over 150 GUIelements Also added dpiAware entry to the application mainfest.
  25. Ah, thanks think i understand now. Winntsetup creates following boot order: MBR --> PBR --> NTLDR --> Boot.ini --> BOOTSECT.DAT --> $LDR$ of course BOOTSECT.DAT will give an error on different hardware. What you can do before capture: - delete NTLDR and boot.ini - rename $LDR$ to NTLDR this should hopefully solve your problem.
×
×
  • Create New...