Saturday 10 June 2017

How to add the UBCD4WIN ISO to E2B

The UBCD4WIN ISO is now quite old and development has been discontinued and the website is no longer available.

UBCD4WIN miniXP (BartPE) lacks drivers for modern systems and so is really only suitable for older systems and chipsets.



Friday 9 June 2017

Offline Chocolatey for Win7 installs

I was asked yesterday (using online 'Chat') about using the E2B SDI_Choco offline feature to install Windows 7.

The problem here is that Chocolatey requires .Net 4 Framework and this is not included in Windows 7.

If you download the standalone install package for .Net 4 and try to install it, it requires a reboot before it will work. However, we cannot reboot during the Specialize pass or Windows Setup will complain about it when it reboots and will not proceed.

Equally, we cannot allow a reboot during MyStartup.cmd because this only runs once on first user login and so the code to install the offline choco apps will never run.

The solution was to install the .Net 4 package at the end of MySetupComplete.cmd when a reboot is imminent anyway.

I have added the necessary instructions to the Offline Choco page on the E2B website here under the Requirements heading.

If you have any questions, you can chat with me by clicking on the chat icon on the E2B website.

Click to chat

Thursday 8 June 2017

Old PC won't boot from E2B USB drive (flashing cursor)

To ensure that your E2B USB flash drive will boot from as many systems as possible, it should have the following characteristics:

  1. Have the boot partition marked as Active (bootable)
  2. Have grub4dos boot code in both the first sector (master boot record or MBR) and the first sector of the first partition (partition boot record or PBR)
  3. Have two primary partitions in the MBR partition table
  4. Have all boot files and E2B files within 137GB (128GiB) from the beginning of the drive
If you use the Make_E2B.exe GUI to make your E2B USB drive, then it will have these properties already.

It has been rumoured that some BIOSes will only boot from a USB FAT partition and not from an NTFS partition (although I have never seen this personally and I have never had any specific confirmation of this phenomenon!).

However, even if your drive is correctly made, some early PCs with USB 1.0 and early USB 2.0 ports may not boot to grub4dos\E2B.

Wednesday 7 June 2017

E2B v1.93g available

Changes from 1.93f are:
  • latest \grldr grub4dos version
  • UUID and volume label of ISOs now displayed briefly in some cases
  • NoSpeak.tag and NoBeep.tag files can be used with SDI_CHOCO to suppress talking and beeping
Now you can stop SDI_Choco speaking to you and also stop it beeping by adding two tag files to your configuration folder.

Please update your existing E2B drive(s) with 1.93g and let me have your feedback.

Note that in the final v1.93 version, I will delete the chocolatey.nupkg file from the \_ISO\WINDOWS\INSTALLS\INSTALLCHOCO folder and make the file available as a separate download. This will prevent a later E2B update from overwriting your chocolatey package and also reduce the size of the E2B download back to 17MB.

P.S. if you use ChocBox.cmd, there is a small bug. It says to use the command
choco install %appx% --source C:\DRIVERS\choco -y -r
but this should be
choco install %appx% --source C:\DRIVERS\chocbox -y -r


Change History

v1.93a - Addition of offline choco package support for SDI_CHOCO function (adds 6MB)
v1.93b - Improved \_ISO\docs\Chocbox\ChocBox.cmd for making offline choco packages.
v1.93c - GIFtoIMA script and improved ChocBox.cmd script
v1.93d - improved GIFtoIMA script to delete files > 0255.bmp and save as BMP or JPG, new grub4dos 0.4.6a
v1.93e - new Snappy Driver Installer Origin version, latest grub4dos 0.4.6a 2017-05-29, QRUN.g4b small change to .imgPTN so if second *. image file present it will get a partition type number of 7 if grub4dos does not give it one, improved ChocBox.cmd (now can get specific app version)
v1.93f - Switch_E2B.exe v1.0.16 hidden file fix, new Chocolatey version 0.10.6.1, openmandriva ISO sample mnu file
v1.93g - latest grub4dos, NoSpeak.tag and NoBeep.tag for SDI_CHOCO

What is the best way to speed up my notebook?

A friend recently asked me this question.

Saturday 3 June 2017

How to super-hide E2B files from Windows Explorer

A simple way to hide an ISO, .imgPTN or other payload files on an E2B drive is to simply set the Hidden attribute (right-click - Properties - tick Hidden - OK). But you knew that already right?...

But what if the user has 'Show hidden files' enabled in Explorer? He will still be able to see the files - so how can we prevent this?

Well, to make the file super-hidden (hidden+system), simply make sure the filename starts with a ~ symbol (as well as having the Hidden attribute set).

e.g. \_ISO\LINUX\~kali.iso

Explorer will not show the file, even if the user has 'Show hidden files' enabled (you may need to press F5 to refresh Explorer after you have changed the name, before it will disappear).

The user (and you) will still be able to see the file if  'Hide protected operating system files' is unticked however, but using ~ is easier than using the attrib +h +s command on the command line because you can add a ~ using Explorer.

WARNING: DO NOT USE SWITCH_E2B.exe on a ~xxx.imgPTN file - it will corrupt the drive! This bug is fixed in SWITCH_E2B v1.0.16.

Of course, this won't stop linux or the  dir /ah command from listing the files, but it is a simple tweak and will fool most Windows users.

Reference: Raymond Chen from here.

Adding OpenMandriva to E2B

The OpenMandriva ISO does not boot as a .ISO file when simply placed on an E2B drive.



Instead we need to make a .mnu file for it and specify the Volume Label of the ISO.

Here is an example menu:

Friday 2 June 2017

E2B v1.93e available

Change History
v1.93a - Addition of offline choco package support for SDI_CHOCO function
v1.93b - Improved \_ISO\docs\Chocbox\ChocBox.cmd for making offline choco packages.
v1.93c - GIFtoIMA script and improved ChocBox.cmd script
v1.93d - improved GIFtoIMA script to delete files > 0255.bmp and save as BMP or JPG, new grub4dos 0.4.6a
v1.93e - new Snappy Driver Installer Origin version, latest grub4dos 0.4.6a 2017-05-29, QRUN.g4b small change to .imgPTN so if second *. image file present it will get a partition type number of 7 if grub4dos does not give it one, improved ChocBox.cmd (now can get specific app version)

Tuesday 30 May 2017

Snappy Driver Installer is dead-ish - long live Origin!

It seems that that old Snappy Driver Installer has forked to a new 'Origin' version (SDIO).
'The old sdi-tool.org project  is no longer in the hands of the original developers, is no longer open source and is not safe to use.'

This is rather confusing because the old site clearly says it is free and open source, but apparently does contain adware now...

For the new Origin version is here but cannot simply replace the old version because the executables have different names (AUTO.cmd requires changes).

E2B v1.93e will include the new forked version but if you want the sdi-tool.org version, then remove all the SDIO files from the SNAPPY folder (except for the AUTO.cmd file) and replace them with the download from sdi-tool.org.

The new version of AUTO.cmd will call the SDIO version by default, but if the SDI executable is present, it will use that instead (if you have replaced SDIO with SDI from the sdi-tool site).

Monday 29 May 2017

Do you have a StarTech S2510BU3ISO Virtual DVD emulator enclosure?

A few months ago I contacted StarTech support about the bug in their S2510BU3ISO product.
Many users on Amazon and elsewhere have reported difficulties with the product.
You can read my review in a previous blog post here.

If you freshly format the drive and then add a single ISO file to the \_ISO1 folder, then it should work correctly.

But, I gave them a simple Windows cmd test script (StarTechFormatTest.cmd in Easy2Boot Alternate Download Areas - Other Files) which will format the hard disk in the USB enclosure and then copy 1GB files to it. You just need to download the debian-live-8.1.0-amd64-mate-desktop.iso file from t'internet and rename it to 1GB.ISO first. You will need a 60GB+ disk fitted (SSD recommended for speed).

E2B v1.93d BETA available

v1.93d has an improved GIFtoIMA script.
http://www.easy2boot.com/configuring-e2b/animation/ has been updated.

GIFtoIMA.cmd now only uses frames up to frame #255 (maximum for grub4dos) and can also now save as JPG instead of as BMP to save space.

Note that using a transparent background setting for JPGs does not work well because some of the background pixels may be a slightly different RGB value, so if you want to use a transparent background for your animation, choose the BMP option (default).

I spent a LOT of time looking for a GIF editor, but eventually I found a utility

Saturday 27 May 2017

E2B v1.93c with new 'GIFtoIMA' script for making animation files using drag-and-drop

Changes in v1.93c

  • Improved ChocBox.cmd script for making offline Chocolatey packages (with website lookup for packages)
  • New GIFtoIMA.cmd script for converting animated GIFs to a .IMA image file for use with E2B
\_ISO\docs\E2B Utilities\GIFtoIMA\GIFtoIMA.cmd is a script which will convert an animated GIF to a floppy disk .IMA file ready for use with E2B. It even generates the required grub4dos code that you can paste into your \_ISO\MyE2B.cfg folder.

P.S. E2B v1.92d version will also delete any frame_00256.bmp and over files because maximum is 255 for grub4dos\E2B anyway.

Thursday 25 May 2017

E2B v1.93b with SDI_CHOCO offline package support

The E2B v1.93b BETA download is now available from the Alternate Download areas. You can use it to update your E2B Flash drive.

v1.93b has an improved version of the ChocBox.cmd script which makes choco offline packages.

We can now add almost any Chocolatey application to an SDI_CHOCO configuration as an offline install.

This means we no longer need an internet connection to use SDI_CHOCO and can now install drivers, Windows updates and applications offline  using any unmodified Microsoft Windows ISO install file (Win7+).

P.S. There is now a Chat facility on www.easy2boot.com, if you have a quick question for me.

E2B OFFLINE DEMO STICK (280MB)

WARNING: Do NOT use the Update E2B button as this DEMO version will overwrite your current SDI_CHOCO configuration files!

If you want to make an E2B DEMO USB stick without having to configure anything or add apps, you can download E2B_v1.93a_OFFLINE_SDI_CHOCO_DEMO.exe from the Alternate Download Area (280MB), add your Microsoft Win10 ISO and then pick any SDI_CHOCO XML file to wipe your hard disk and install Windows 10 + a few drivers + a few apps automatically. This version has some Snappy Drivers and app packages (Foxit, ProduKey, notepad++ and WinMerge) which is why it is so big. I will remove it in a few days.
To add more Snappy drivers, run the Snappy executable. To add more apps, read the E2B web page here.

Note: This version has an older (buggy) version of ChocBox.cmd - you can quickly update it using the Update button in v1.93b or later.

Wednesday 24 May 2017

Install Chocolatey and Chocolatey packages offline

I have now added a set of files which will install Chocolatey onto a system to the Alternate Downloads Area.
The install package for Chocolatey itself is now in the E2B v1.93 downloads.

It includes the current Chocolatey.nupkg file and a script to install Chocolatey onto a Windows system.

This means you can install Chocolatey and Chocolatey packages completely offline and so the whole SDI_Choco process can be done offline.

Since many app packages are in Chocolatey, you are to pick from 1000's of ready-made install packages.

See the previous blog post for details.

P.S. E2B v1.93 has the required utilities and SDI_CHOCO support for choco offline installs. I have this working and I can now do a completely automated offline install with drivers, WSUS updates and any offline choco apps apps I want with no Ethernet cable attached.

P.P.S. E2B v1.93a BETA and DEMO now contain these scripts, so I have removed the separate downloads from the Alternate Download areas. Download the latest v1.93 instead!

Tuesday 23 May 2017

ChocolateStore - offline Chocolatey packages for SDI_CHOCO (E2B)

If you use the SDI_CHOCO feature of Easy2Boot to install drivers, Windows updates and applications completely unattended, you will know that applications are installed using Chocolatey.

The SDI Snappy Driver Installer and the WSUSOffline updater are both offline utilities, however Chocolatey is an online utility. Every time it runs, it will download the latest version of an application from the internet and automatically install it onto the target system. This takes time depending on your internet download speeds and also means we may get a different version of the software now than we got last week.

I have utilised the ChocolateStore github software by BahKoo on github so that we can now add offline chocolatey packages to the SDI_Choco process.

By installing the apps offline using Chocolatey, we get faster installation and we will always get the same app versions (unless we manually update them). We can still remove the USB drive after Setup reboots.

Not quite completely offline...

Note that we still have to get Chocolatey itself installed on the target system. Although the apps do not require an internet connection, the installation of Chocolatey using the standard SDI_CHOC scripts does require an internet connection. However, I have made an offline package to install Chocolatey (see end of this bog post). This means that you can now choose from 100's of ready-made Chocolatey apps and install Chocolatey itself completely offline.

P.S. E2B v1.93 will have the required utilities and SDI_CHOCO support for choco offline installs. I have this working and I can now do a completely automated offline install with drivers, WSUS updates and any offline choco apps apps I want with no Ethernet cable attached.

Watch this space!

How to use ChocBox

Sunday 21 May 2017

Add Webconverger to E2B

Webconverger is a professional Kiosk Browser which you can run from a LiveCD ISO or as an installed OS on a hard disk or USB drive (it is based on Debian and FireFox). It can also be configured as a 'signage' panel.

Kai Hendy of Webconverger offers a 30-day free trial which is needed if you want to make use of the 'control-panel' configuration features (though it seemed to mostly work without subscription for me).

Kai Hendy tells me:
The way it works is once your credit card is provided, you have a 30 day
free trial. So no deductions are made if you want to experiment for a
month. If there is a charge on a test machine, I can refund it, don't
worry.
For those customers, if they want to cancel for any reason, I offer a 30
day money back guarantee.

The online configuration form can control many machines
all registered to the same email account.

Once a machine is 'subscribed', all remote control-panel seemed to work well and as expected, although for some changes, a reboot was required.

If your E2B USB drive is a Removable drive (e.g. most USB Flash drives) then you can just directly boot from it as an .iso file from E2B (or use .isodefault to suppress the suggestion messages). You can enter the email address that you can also use for your subscription.

However, if your E2B USB drive is of the Fixed-disk type (e.g. USB HDD) then it will not boot directly from the ISO because the pre-defined linux boot parameters include the cheat code bootfrom=removable so that it will only boot from removable media.

A simple way to remove the bootfrom=removable code is...

Add Lenovo diagnostics and BIOS Updates to E2B

The linux bootable Lenovo Diagnostics ISOs can simply be copied to any E2B menu folder (e.g. \_ISO\UTILITIES). The diagnostics will only run on Lenovo-branded systems.



The linux-bootable-cd-41308857.iso is also UEFI 64-bit bootable.

Install the E2B MPI Tool Kit and then drag-and-drop the ISO onto the Windows MPI_FAT32 shortcut (I suggest you rename the ISO first because the CSM menu title has the same name as the ISO file).


Lenovo also supply UEFI-bootable versions of their diagnostics (see below).

Saturday 20 May 2017

Hit by WannaCry? There is a decryptor now for XP and Win7.

If you or one of your users have a Windows XP or Windows 7 system and have been hit by the WannaCry ransomware virus, do not despair!


The first thing to do is to warn all users that if they are hit (and their systems are Win7 or XP),

do NOT turn off the system - do NOT reboot it - do not use it - just leave it alone!

The next thing to do is (as quickly as possible) download the decrypting software wanakiwi.exe onto a USB stick (don't use the infected system!), plug it in to the affected system and run it.

If possible, it would be better to make sure every computer had a copy of wanakiwi.exe already on their hard disk because connecting a USB drive may destroy the keys which are left in memory.

More info and an animated GIF of it in action on Windows XP and Windows7 here.

Although this has been demonstrated on a freshly infected system and wanakiwi was run as soon as the ransomware had completed encryption, I am not sure if any cases have been reported yet of wanawiki successfully working in a real life situation...

Can't boot to Windows but need some important files?


Scenario

  • You are given a Windows computer which will not boot to Windows any more.
  • You have tried to boot to Recovery Media/ISO and repair it, but it did not work.
  • The NTFS filesystem and memory seem to be OK (you ran memory test and chkdsk).
  • The issue seems to be that the Windows OS is broken.
  • The internal hard disk is pretty full, so you cannot install a second copy of Windows as there is not enough free file space.
  • The customer wants only a small number of certain important files recovered from the hard disk, but he doesn't know exactly where they were stored. The customer does remember a bit of the file name as does know that he used MS Word to edit the documents.
Your Mission (should you decide to accept it), is to backup those important files to an offline USB drive before you start messing around with the customers OS or the files on his hard disk.

Discussion

At this point, you could decide to take an image of the internal hard disk using any decent backup package. This is a very sensible thing to do, but it will take a while.

Friday 19 May 2017

Install proxmox v4 from E2B

After a LOT of problems, I have managed to work out how to install the later versions of proxmox from E2B direct from the ISO file.

You will need to make a .mnu file.

See the bottom of this old post for details.

Thursday 18 May 2017

Wednesday 17 May 2017

Add a BitLocker encrypted Windows 10 To Go OS to Easy2Boot

Windows 10 1703 (Build 15063) or later will mount all formatted partitions of a USB Removable media Flash drive.

This means we can not only boot from a flat-file installation of Windows 10 now, but because we can create a multi-partition USB flash drive, we can also encrypt the Windows volume using BitLocker.

Windows 10 will allow us to MBR-boot (not UEFI-boot) to an encrypted volume either by entering a short password (e.g. 8 characters or more) or by inserting a USB flash drive containing a .BEK key file for the encrypted volume.

Monday 15 May 2017

E2B v1.92l and MPI Tool Pack 074 now available

I am hoping to release this as v1.92 Full Release version in a few days!

Includes latest grub4dos 0.4.6a (hopefully with all bugs fixed!).

MPI v0.074 has improved detection of the isolinux version.

Alternate OneDrive Download Area

Saturday 13 May 2017

Adding the HP PC Hardware Diagnostics 3-in-1 USB Key to E2B

The HP Vision Diagnostics ISO can be added to an E2B Removable USB drive if you use the .ISOPE01 file extension. It will boot straight to WinPE and you should briefly see the blue console shell window which will load the ISO as a virtual drive and allow it to find the drivers and diagnostic programs inside the ISO.

If you have a E2B HDD, you will need to convert the ISO to a FAT32 .imgPTN file (or if you boot it as .isoPE01, you could use the SHIFT+F10 key and run \_ISO\e2b\firadisk\LoadISONP.cmd from the E2B USB drive to load the ISO file as a virtual DVD to allow the diagnostic files to be seen).

The HP PC Hardware Diagnostics 3-in-1 USB Key software however, does not come as an ISO file.

Here is how to add it (or the Vision Diagnostics ISO) to E2B.

Friday 12 May 2017

Add DLC Boot 2016, 2017, 2019 and 2022 to E2B

'DLC Boot 2016 v3.2' .rar file (Build 160727) can be downloaded from the official dlcboot.com site.
As it contains copies of Windows and other licensed utilities, you should ensure you have the appropriate licences (or morals) before you use it however!

DLC2019 video with download links.

See end of page for DLCBoot 2022 .imgPTN instructions.

After unpacking the .rar file, you can run DLCBoot.exe from Windows as Administrator to either create a new bootable USB flash drive (use FAT32 for UEFI x64 booting) or a bootable ISO file or run any of the tools directly.

Run as Admin and click the CD icon to make an .ISO file

Tuesday 9 May 2017

E2B v1.92k BETA now available (fixes problem when formatting as NTFS)

I had problems formatting a new USB drive using Make_E2B.exe today and discovered Windows 10 Creator is still causing RMPartUSB problems due to it recognising all partitions on a removable USB drive.

There is now a new version of RMPrepUSB and RMPartUSB (v2.1.739A) and the E2B download has also been updated. If you still get any problems making an NTFS E2B drive, please let me know!

Add ASCII art to E2B

If you have a text file which contains ASCII art, you can display it on the E2B boot screen by adding this line to your \_ISO\MyE2B.cfg file:

cat /%grub%/ASCII_E2B.txt && pause --wait=1 > nul

This will display the text file briefly as E2B boots...





The next version of E2B will contain the ASCII_E2B.txt file (but you have to add the line into your MyE2B.cfg file to see it).




If you are displaying lines longer than 79 characters, you will need to switch to 800x600 first to change from the initial boot screen resolution of 640x480 (80x30 characters).

graphicsmode -1 800 ;; cat /%grub%/ASCII_E2B.txt && pause --wait=1 > nul


Make your own ASCII art

Add netboot.xyz to E2B and PXE boot

If you want some of the payloads mentioned below (see list), but don't have room on your E2B drive for all of them and you can always boot on a system which has fast internet access, you can add the small kernel 339KB netboot.xyz.lkrn PXE boot file (or the iso) to your E2B drive and get all of them!

netboot.xyz.iso now also supports UEFI booting - see FAQ for full list.

Sunday 7 May 2017

E2B v1.92j available

Changes from 1.91B (changes from v1.92h are in bold)
  • Ukrainian language added (thanks to 'ruffian')
  • Small bugfix to XPWINNT.g4b to allow SVR2016 folder to be selected
  • New Make_E2B to add Ukrainian and Vietnamese language support
  • Check added in Make_E2B_USB_DRIVE.cmd to check Windows find command is working
  • Revised English F1.cfg help file
  • New version of RMPartUSB to format the 2nd small hidden partition to prevent Win10 Format pop-up dialogue box and also sometimes failing to format as NTFS
  • Bugfix to XP DPMS2 for AMD chipsets - was sometimes getting wrong PCI ID and hence wrong driver
  • New \_ISO\PimpMyDrive.cmd to add extra options to Main menu
  • UtilMan account hack XML and CMD files added to new \_ISO\docs\utilman folder
  • Delay added to linux fmt.sh scripts after parted command, 
  • WinLite10 Sample XML files added
  • \_ISO\mybackground.jpg will be used if \_ISO\mybackground.bmp is not present
  • \_ISO\docs\SysInfo\SysInfo2.hta added for convenient way to get system info under Windows
  • Commodore PET theme added into Templates and mythemes folder
  • New SanFrancisco Bridge default wallpaper
  • New \grldr grub4dos 0.4.6a 2017-05-05
  • Improved Utilities Menu - list files and dirs menus
  • Change to .cmd files to use PowerShell to run as Admin if available (MAKE_DRIVE_CONTIGUOUS.cmd now only requires one UAC prompt)
  • SDI version updated
  • Vietnamese language added (thanks TN)
  • Strings.txt language files changed to add new 'List files' string

Saturday 6 May 2017

E2B v1.92i available

This version has a new version of grub4dos (\grldr) which has a nice new vol command, so I have also tweaked the UTILITIES menu commands for  'ls (DIR)' and 'List BIOS Disks' to improve the text output and show the volume labels.

I have also tried to improve some of the .cmd scripts which require Admin access so that they will now use Powershell to request Admin access (if Powershell is available). I have tested it on XP, Win7 and Win10 so I hope that I have not broken anything! The main advantage is that the MAKE_THIS_DRIVE_CONTIGUOUS.cmd script now only gives you one UAC prompt instead of two.

Let me know if you find any issues.

Running a .cmd script with Admin rights

If you are interested, I used this single line near the top of each .cmd file

if not "%1"=="am_admin" call powershell -h | find /i "powershell" > nul && if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin > nul & exit)

The extra code is added so that under WinPE and WinXP, it does not just abort with a 'bad command' error if 'powershell' is not understood.

It checks to see if PowerShell is present and if so, it runs itself again using runas, so the beginning of the script actually runs twice.