ChrisR Posted February 18, 2014 Author Posted February 18, 2014 (edited) For the 3 services USBHUB3 USBXHCI and UCX01000 related to booting from USB 3.0I have changed the Load Order Group to Boot Bus Extender and Start was changed from 3 to 0It is done now, in "2 - Shell & Config" plugin, it is on server I believe it is good to keep it for MountPEmedia to change the drive to Y: at startup.or maybe add RenewUSB3.cmd (created by the plugin below) in PecmdInit.iniEXEC !=%SystemRoot%\system32\RenewUSB3.cmdbefore EXEC !=%SystemRoot%\system32\MountPEmedia.exeps: after changes, you can rebuild boot.wim and ISO with the button "Create new Target Image and ISO" in Finals\3-PostConfigHmm, wasn't the devcon sourcecode not available somewhere?So compiling it with another name should be enough to have a redistributable one.Also, I could properly add devcon download to GWT Done!Run GetWaikTools -devconGreat, thanks JFX I have not seen your update before and I used an old devcon's compilation that I had made.I wrote a plugin RenewUSB3 plugin (to put in Drivers folder) that use this custom devcons, if you can want to do a first test Wimb.I'll rewrite it with the new GWT to download and use the original devcon if you prefer to wait the final version RenewUSB3.7z Edited February 18, 2014 by ChrisR
wimb Posted February 18, 2014 Posted February 18, 2014 (edited) It is done now, in "2 - Shell & Config" plugin, it is on server I wrote a plugin RenewUSB3 plugin (to put in Drivers folder) that use this custom devcons, if you can want to do a first test Wimb.I added the two new scripts and the RenewUSB3 plugin is doing fine Now when booting from USB 3.0 then Always the USB-harddisk drives are visible.GetWaikTools -devcon is also doing fine and it allows to download devcon in an easy way.Thanks ChrisR and JFX for all improvements Instead of using Grub4dos menu to boot the ISO,I am now trying direct UEFI Secure booting of 8.1SE boot.wim made with x64 Win 8.1 version.In 32-bits Win8.1 OS I tried the supplied Copy to USB BootMGR script for USB-Stick, but booting failed saying NTLDR is missing.I fixed the bootsector by using bootsect /nt60Repeated in 64-bits Win8.1 OS and then the script is doing OK.UEFI Secure booting from USB-Stick with x64 boot.wim of Win8.1SE is doing fine.In x64 OS then UEFI_MULTI.exe can make BootMgr entry on Mult-Boot USB-harddisk for UEFI Secure booting of x64 boot.wim from RAMDISK.http://www.911cd.net/forums//index.php?showtopic=25269It is very nice to have support for 32-bits programs in x64 environment, since that is missing in the Recovery drive of Microsoft.After booting from RAMDISK then I used PENetwork to Connect to Network Drive S:and can use WinNTSetup3 and Win8.1 x64 ISO mounted as ImDisk drive K: for Setup from Network. I have external PStart for using my tools and PStart folder can be found by running PS.exe (in POST_FIX_W8 folder)I can add PS.exe to SysWow64 folder via Components > Additional Files scriptBut how to make PS.exe autorun at boottime ?I guess there must be made an entry in file Win8.1SE.cfg but where can that be done ?Or may be it is better to make a Link on Desktop for launching PS.exe Edited February 18, 2014 by wimb
ChrisR Posted February 19, 2014 Author Posted February 19, 2014 Win8.1 devcon tool downloaded by GetWaikTool is now included The updates are on the server: GetWaikTool, Retrieve Tools, 2 - Shell & Config and RenewUSB3 I will look at Copy to USB BootMGR for the x86 build, it use bootIce to Install /nt60 boot sector normally ! UEFI_MULTI.exe could be a good additional plugin, I would it after my vacation.I have external PStart for using my tools and PStart folder can be found by running PS.exe (in POST_FIX_W8 folder)I can add PS.exe to SysWow64 folder via Components > Additional Files scriptBut how to make PS.exe autorun at boottime ?I guess there must be made an entry in file Win8.1SE.cfg but where can that be done ?You need a little script for this, with for example:If,%sourcearch%,Equal,x86,Set,%PEdirvalue%,#$pSystemRoot#$p\system32Else,Set,%PEdirvalue%,#$pSystemRoot#$p\SysWOW64Add_Shortcut,AutoRun,PS,%PEdirvalue%\PS.exeOtherwise, here a small and simple plugin for PS.exe, no need to add PS.exe in SysWOW64, it is done. I hope it works SearchPstart.7z
wimb Posted February 19, 2014 Posted February 19, 2014 (edited) Otherwise, here a small and simple plugin for PS.exe, no need to add PS.exe in SysWOW64, it is done. I hope it works SearchPstart.7z Thanks a lot Chris Updated and everything is working OK. PStart folder is found easily and It is very nice to have immediate access to PStart menu with Portable Tools. Edited February 19, 2014 by wimb
wimb Posted February 20, 2014 Posted February 20, 2014 (edited) Strange that two System device drivers cannot be installed. What can be the reason ?Remote Desktop Device Redirector Bus and Composite Bus Enumerator are missing and cannot be added.Driver Integration does not work for these drivers, but when these drivers (inf and sys) are simply added at their expected locations,then both drivers are installed on AMD machine and Intel i5 machine booting in Legacy mode (BIOS).In case of UEFI Secure boot then only the CompositeBus driver is installed on Intel i5 machine.In practice I used Components>Additional Files script to add inf and sys to their expected locations Windows\inf and Windows\System32\driversSo there is progress and install of drivers is almost perfect .... Edited February 20, 2014 by wimb
ChrisR Posted February 20, 2014 Author Posted February 20, 2014 Both drivers are installed here now . DriverStore does not seem necessary."1 - Copy Files" with the copied files is on server So there is progress and install of drivers is almost perfect ....Yes, Thanks
RUSerious Posted February 21, 2014 Posted February 21, 2014 This looks like an awsome project; but a simple readme file would be nice.For starters:What are the different versions used for? Thanks
Kelsenellenelvian Posted February 21, 2014 Posted February 21, 2014 The .chm files are help files (readme files)
RUSerious Posted February 21, 2014 Posted February 21, 2014 (edited) Yes, but why 2 winbuilder versions?Is there some advantage to one over the other?I'm guessing one helpfile is for one version, and the other for the other (hard to tell which).... this is likely obvious to someone keeping up with Winbuilder, but discouraging for others. Edited February 21, 2014 by RUSerious
wimb Posted February 24, 2014 Posted February 24, 2014 (edited) PXE wimboot is very handy and fast for booting of Win8.1SE boot.wim from Network. Using iPXE and wimboot, you can boot into Windows PE via HTTP.http://ipxe.org/wimboot In case of Windows 8 then bootmgr.exe must be used instead of bootmgrhttp://blog.devicenull.org/2013/11/14/ipxe-wimboot-and-windows-server-2012r2.html bootmgr.exe is missing in Win8.1SE but can be found in Windows\Boot\PXE folder of boot.wim of Win8.1 x64 ISO More Info on how to use Tiny PXE Server for booting WIM and VHD from Network via iPXEhttp://reboot.pro/topic/19015-boot-mini-windows-vhd-from-network-via-ipxe/ I copied folders Boot and sources from Win8.1SE_2014-01-30\ISO\WIM folder to pxesrv\files folder and added file bootmgr.exe to pxesrv\files folderIt will be nice when the Project copies file bootmgr.exe from the Source so that bootmgr.exe is present in ISO\WIM folder Entry in menu.ipxe for PXE wimboot of Win8.1SE boot.wim file :w81x64_wim kernel ${boot-url}/wimboot initrd ${boot-url}/bootmgr.exe bootmgr.exe initrd ${boot-url}/Boot/bcd bcd initrd ${boot-url}/Boot/fonts/segmono_boot.ttf segmono_boot.ttf initrd ${boot-url}/Boot/fonts/segoe_slboot.ttf segoe_slboot.ttf initrd ${boot-url}/Boot/fonts/segoen_slboot.ttf segoen_slboot.ttf initrd ${boot-url}/Boot/fonts/wgl4_boot.ttf wgl4_boot.ttf initrd ${boot-url}/Boot/boot.sdi boot.sdi initrd ${boot-url}/sources/boot.wim boot.wim imgstat boot || goto failed goto startF12 hotkey can be used for PXE boot when LAN PXE Boot ROM is enabled in BIOSF8 hotkey can be used to select PXE boot in BIOS Boot Menuhttp://www.911cd.net/forums//index.php?showtopic=25269&view=findpost&p=174462 ==> Edited February 24, 2014 by wimb
neon2m Posted February 27, 2014 Posted February 27, 2014 (edited) FTTH use."!" Is seen. Slow Connect Network And disappear.solution? Edited February 27, 2014 by neon2m
wimb Posted March 1, 2014 Posted March 1, 2014 (edited) I can use Add Printer dialog and Print a test page is working OK,but on Finish then Default Printer cannot be set and Icons do not appear in Devices and Printers.How to solve this issue ?Attached is a list of extra files added with Components > Additional Files script using folderWin8.1SE_2014-01-30\Workbench\Common\Win8.1SE\AdditionalFiles\DirCopy_x64 DirCopy_x64.txt Edited March 2, 2014 by wimb
ChrisR Posted March 5, 2014 Author Posted March 5, 2014 (edited) Yes, but why 2 winbuilder versions?Is there some advantage to one over the other?I'm guessing one helpfile is for one version, and the other for the other (hard to tell which).... this is likely obvious to someone keeping up with Winbuilder, but discouraging for others.You can read this topic and reply #7 to understand a bit why the two versions are present.Use Win81SE82_Builder which is faster. If something confuse with an additional plugin check with Win81SE80_Builder.The 2 help files are substantially identical but not written by the same people.My poor English does not allow me to easily write a tuto, readme,.htm,Sorry for the confusion that can occur! Edited March 5, 2014 by ChrisR
ChrisR Posted March 5, 2014 Author Posted March 5, 2014 FTTH use."!" Is seen. Slow Connect Network And disappear.solution?I do not benefit from the fiber and its benefits, I can not help you.Let me know if you find some thing
ChrisR Posted March 5, 2014 Author Posted March 5, 2014 (edited) PXE wimboot is very handy and fast for booting of Win8.1SE boot.wim from Network.Thanks to show iPXE wimboot , seems really interresting, I need to try it It will be nice when the Project copies file bootmgr.exe from the Source so that bootmgr.exe is present in ISO\WIM folder Done, bootmgr.exe is copied to the root now."1 - Copy Files" is on server.About Printer, I still have not watched if I can help a bit.It is not really a priority for me in a PE but but it would be a good feature for the project.Thank you for your advanced and the list of files Edited March 5, 2014 by ChrisR
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now