I was in a difficult position. I had an older family member drive a decent distance to get their PC fixed on-the-spot. Long story short, they use their PC to upload insulin results and without these uploads, they have mandatory visits to the endocrinologist.
After determining the motherboard was the culprit (swapping RAM, PSU, CPU) I swapped their hard drive to another system. Yes, I know a clean install would have been the preferred method. However this is the “real world” and I decided to swap the hard drive rather than struggling to get Java 1.6 working (required for the insulin pump uploads; yes, I know its terrible; thank healthcare vendors), some audio recording software, and a user who needs the same icons, workflows, printer, and Quattro Pro.
Enough introduction. The old system was a Dell Dimension 3100 Windows 7 x86 PC running in AHCI mode. I anticipated boot issues related to different storage controller(s) after the swap. Typically when I am planning to move from one motherboard to another, I will run “sysprep /generalize” before moving. This “preps” Windows for the move and usually gracefully handles new hardware/HAL/storage controller(s).
In this example, I could not boot the original system, so this brings me back to the title of this post: easy2boot. In short, easy2boot is by-far the best USB drive creation tool/utility out there. I needed to run the HDC_fix which attempts to detect the new storage controllers and injects the appropriate drives to an offline system. The HDC_Fix is found on many Windows PE boot .ISOs; e.g. UBCD4Win, Hiren. In this case I used UBCD4Win. My typical bootable USB sticks were not working (the new Acer motherboard seemed to have major issues booting USB devices) and my older boot CDs either were too old or the optical drive was unable to read the burned media.
In frustration, here were the steps that saved the day:
Step 1: Read the easy2boot “Introduction” page.
Step 2: Go to the Download page and get the “Download E2B+DPMS” version (v1.69 at the time of posting). Extract the .zip. I inserted a blank 32GB USB drive. Run the “Make_E2B_USB_Drive.cmd” script to make the 32GB drive bootable with easy2boot. I choose to format the drive as NTFS so it can handle files >4GB without any major drawbacks.
Step 3: Download the UBCD4Win ISO.
Step 4: Copy the UBCD4Win .ISO file to \_ISO\MAINMENU\ on the newly formatted, bootable 32GB USB drive. E.g. E:\_ISO\MAINMENU\.
Step 5: Enjoy. The new Acer system booted easy2boot without issue and the easy2boot menu auto-populated the UBCD4Win .ISO. I ran the HDC_fix on the D:\ drive (the actual physical disk). When booting Windows off a USB drive, the C:\ is typically the “RAM Disk” or virtual drive not the actual physical disk/hard drive. It will typically be mounted to another drive letter; e.g. D:\ or E:\. It should be obvious because it will be the correct size and and hopefully an informative partition label. Upon reboot, Windows 7 was happily booting. A few minutes later with new drivers and my relatives were on their way.
Now, the post could end here, but this is where easy2boot really shines. It can boot Windows installer .ISOs. It can even boot UEFI Windows installers; e.g. Windows 8.1 and Server 2012 R2.
So I went to town and copied Windows 7 SP1 x86, x64 and Windows 8.1 x64, and Server 2012 R2 x64, and Windows XP SP3 (for nostalgia) to their respected folders; i.e. \_ISO\WINDOWS\XXX. I also went back to the easy2boot Download page and got the “MPI Tool Pack (MakePartImage)“. (“MPI Tool Pack + Clover Lite v0.048 2015-04-16″ at the time of posting). After extracting the .zip, I ran \ImDisk\imdiskinst.exe to install the virtual disk driver. Then I easily drag-n-dropped the Windows 8.1 .ISO onto the “MakePartImage_AutoRun_FAT32.cmd” batch file and used all the defaults to generate a .imgPTN for Windows 8.1. I placed this new .imgPTN in the \_ISO\MAINMENU\ (not the \_ISO\WINDOWS\XXX folders) and I was able to UEFI boot to install Windows 8.1. Very impressive.
Kudos to rmprep (SteveSi) for developing easy2boot. You earned my donation to support your project.
Lastly, to make my 32GB USB drive even more useful (and since it is NTFS I can put anything else I want on it), I added WSUS Offline.
WSUS Offline is another wonderful project that I have been using and supporting for years. Download WSUS Offline (v9.6 at the time of posting) , extract it to your USB drive, and run the “\wsusoffline\UpdateGenerator.exe”. Pick what versions of Windows you updates for, in my case “w61”, “w61-x64” and “w63-x64” (none of my Windows 8.1/2012 R2 installs are x86), and hit “Start”.
Wait for the updates to download. Depending on your connection speed, it will take some time. Once complete, you now have a USB drive where you can install Windows 7/8.1/2012R2/X and run Windows Updates all from one USB drive. To run the WSUS Offline updates, go to “\wsusoffline\client\UpdateInstaller.exe” and hit “Start”. I usually set it to “Automatic reboot and recall”. It automatically brings a system current on Windows Updates.
Lastly I added a few other root directories on the 32GB USB drive for DRIVERS and UTILITIES.
So to recap, I have a 32GB USB stick that 1) can install different flavors of Windows in BIOS or UEFI modes, 2) can easily and efficiently patch the new Windows install using WSUS Offline, and 3) contains drives and utilities to get the system online and setup. Enjoy.
One thought on “easy2boot & WSUS Offline; a must-have USB stick for Technology professionals”