Monday 4 May 2015

E2B 1.67BetaC

A few tweaks to the scripts

  • Update_E2B_drive now uses Xcopy if Robocopy is not available (for XP users). Also problem with paths containing spaces now fixed.
  • Now includes RMPartUSB.exe and grubinst.exe so it is not necessary to download and install RMPrepUSB to make an E2B USB drive using Make_E2B_USB_Drive.cmd.
  • Latest version of E2B_Editor included.

Thursday 30 April 2015

Get the day of the week from grub4dos

The next E2B 1.67 Beta c will include the grub4dos batch file dow.g4b

dow.g4b takes 3 parameters:   year    month    day-of-month
and returns the grub4dos variable dow which is a number from 0-6 (0-Sunday, 1-Monday, etc.).
This means you can call it to test what day of the week it is.
For instance, you can call dow.g4b like this:

call /%grub%/dow.g4b   %@date:~0,4%    %@date:~5,2%   %@date:~8,2% 

and test dow like this:

# only allow use at weekends
if not "%dow%"=="0" if not "%dow%"=="6" halt

# don't allow at weekends, just shutdown!
if "%dow%"=="0" halt
if "%dow%"=="6" halt

Tuesday 28 April 2015

E2B 1.67 Beta available

As well as recognising $HOME$ in .txt and .mnu files, E2B now will replace $NAME$ with the filename of the .txt or .mnu file.

This means that a .mnu file can contain $NAME$ and all you have to do is make sure the .mnu file has exactly the same filename as the ISO that it uses.

e.g. before we had this type of .mnu which we had to edit, in order to use a different ISO file.

Puppy_Precise_USB_HDD_Persistence.mnu
================================
iftitle [if exist $HOME$/precise-5.4.3.iso] Puppy Precise 5.4.3\n Puppy with persistence (save on reboot/shutdown)
set ISO=$HOME$/precise-5.4.3.iso
if "%E2BDEV%"=="" set E2BDEV=hd0 && pause E2BDEV forced to hd0!
partnew (%E2BDEV%,3) 0x00 %ISO%
map %ISO% (0xff) 
map --hook 
root (0xff) 
kernel /vmlinuz pmedia=usbhd psavemark=1 fix=fsck 
initrd /initrd.gz 

It can now be re-written as:

precise-5.4.3.mnu
=============
iftitle [if exist $HOME$/$NAME$.iso] Puppy Precise ($NAME$)\n Puppy with persistence (save on reboot/shutdown)
set ISO=$HOME$/$NAME$.iso
if "%E2BDEV%"=="" set E2BDEV=hd0 && pause E2BDEV forced to hd0!
partnew (%E2BDEV%,3) 0x00 %ISO%
map %ISO% (0xff) 
map --hook 
root (0xff) 
kernel /vmlinuz pmedia=usbhd psavemark=1 fix=fsck 
initrd /initrd.gz


As long as the filename of the .mnu is identical to the filename of the .ISO file, you do not have to edit the contents of the .mnu file to use it on different ISOs - just copy it and change it's filename.

Monday 27 April 2015

E2B v1.66 released

Basically same as v.1.65 with + a few Spanish/German tweaks and the E2B_Editor.exe added.

Sunday 26 April 2015

E2B_Editor update (v1.0.53-v1.065)

More changes - I can't stop tinkering!
  • If you tick 'Other E2B options -  AUTONUM'  then the display now reflects the changes in the menu (i.e. numbers are removed from the menu)
  • Can now click on CENTREHD and bdwidth fields to auto-increment/cycle the values
  • v1.0.58 - mouse tooltip displays RGB value under cursor
  • v1.0.61 - CTRL+Z Undo added + help button
  • v1.0.65 - file + extension show in menu items (no file extension if EXTOFF=1)

Saturday 25 April 2015

E2Bed now reads and writes UTF-8 .cfg files

                                               Checkout the accent over the Ú  in  MENÚ PRINCIPAL.
  • ANSI language sets supported (not Chinese/Japanese/Persian glyphs)
  • %@DATE% and %@TIME% now interpreted by E2Bed
  • Improved parsing of color commands
  • standard (console) color now supported
  • (config file path) - click on text to edit the .cfg file in Notepad
  • (image file path) - click on text to launch the file (view\edit) - depends on Windows file association for .bmp on your system
v1.0.50
  • Extra dropdown list options added

Note that the grub4dos password will never be ticked after  loading a .cfg file (even if it has a password set or reset in it). Before saving the .cfg file you must tick the 'No grub4dos password' checkbox each time if you want that option.
Also note that the AUTONUM=0 will be ticked if your .cfg file contains any type of AUTONUM setting (it assumes you have set AUTONUM=0 even if it was set to something else!).

Tuesday 21 April 2015

New E2B_Editor version available


Latest beta version now does not need the OCX file.
Can load any .cfg file or .bmp file.
Keep checking for the latest version!

OneDrive download area
Google Drive download area


Monday 20 April 2015

Easy2Boot Menu Editor

If you are feeling adventurous, try the new E2B Menu editor (written in VB6).
A Beta version can be found in the E2B Alternate Download pages.
Note: the first version required COMDLG32.OCX control - there is a separate ZIP file to install and register this. Subsequent versions don't require the OCX.





























Thursday 16 April 2015

The Cheryl's Birthday problem and others


The 'Cheryl's Birthday' maths test for the top 15/16 year olds in Singapore - can you solve it?

Here is a link to the problem that's taken the world by storm and a video on how to solve it.

For the 'What colour hat am I wearing' puzzle - click here.

Two students arrange to meet - both thought they had arrived at the correct time, but one was 29 minutes late - how come? Click here.

Want some more? Click here.




E2B v.1.65 and MPI Tool Kit 0.048 released

E2B v1.65 2015-04-16
  • New background
  • set CENTREHD=1 will now auto-centre menu headings. 
  • Menu hotkeys changed in all STRINGS.txt files
  • AUTOMENU feature added - can now press first letter of a menu entry to select it, 
  • Current language displayed in footer HELPTEXT (can be changed in MyE2B.cfg). 
  • grub4dos letters, e.g. p for password entry and c and e now only work if SHIFT is pressed at same time. 
  • Small speed improvement in counting Windows ISOs. 
  • New version of hotkey utility (thanks chenall!). 
  • New version of grub4dos 0.4.6a.
See previous blog posts for details.

The new MPI Tool Kit now centres the heading and payload description in the CSM menu and the \menu.lst is re-organised to help you make modifications more easily. It also now has hotkeys for F7/F9/F10 and first-letter menu hotkeys too. New grub4dos 0.4.6a is used too.

If you want your own background and menu for the CSM menu, just use the CUSTOM folder in the download to add any new or replacement files.

Tuesday 7 April 2015

E2B website now in Klingon

I had an email from a very cross guy called Khan today, asking me to provide instructions on how to make an Easy2Boot USB drive that are written in Klingon, as his Earth-English is not very good.

So Khan, please click HERE.

 (OK, not really)... ;-)

E2B 1.65d Beta available


  1. Chenall has fixed a few bugs in new grub4dos and the new hotkey utility.
  2. The Menu hotkeys have changed (they all use Ctrl key now).
    The Windows Install Menu is now Ctrl+I not W plus some others have changed!
  3. New wallpaper to signify change of hotkeys
  4. Grub4dos password entry now needs SHIFT key before pressing p. Same for c, b and e.
  5. Changed the way I detect Admin rights in Make_E2B_USB_Drive.cmd and QEMU_MENU_TEST.cmd.
  6. Grub4dos 0.4.5c/0.4.6a menu and USB driver menu moved from Main menu to Utilities menu.
As soon as chenall fixes and releases new grub4dos 0.4.6a I will release this new version.


Spot the changed hotkey assignments and new wallpaper!

Monday 6 April 2015

E2B v1.65b with auto-hotkey feature

This new Beta has the updated grub4dos hotkey utility which chenall has kindly enhanced for us!

I have also improved the speed of the code that counts Windows ISOs.

Menu on my E2B drive used for testing, etc.

The new AUTOMENU hotkey jump feature is now enabled by default. e.g. press the f key and the Fedora menu #18 will be selected (but not run). Press the f key again and Fedora menu #19 will be selected.

Sunday 5 April 2015

Which is the best Portable app. Launcher for your USB drive?

It is often useful to have portable apps on your USB drive, so that you do not have to install any applications or drivers on the system that you are trying to use or fix.

Portable apps launchers are great, but most often you will need to run a launcher from a WinPE environment rather than a full Windows OS with .Net and WoW64 (the Windows-on-Windows 'thunking' which allows Windows to run a 32-bit application in a 64-bit OS).

Many of the portable apps themselves are 32-bit only apps (and thus require a full 64-bit OS or WoW add-ins), but what about the Launcher apps? If these require a full blown OS to run in with .Net, etc. then we cannot even run the Launcher app to choose a portable app!

Note: Check out PEStartup for a 32-bit and 64-bit alternative for WinPE OS's here.

pendriveapps.com - A 'library' of all free portable apps with links. Useful for finding and adding portable apps to your launcher!

Friday 3 April 2015

E2B v1.65a (Beta) supports centered headings

After making the YouTube video about configuring the menu and centering menu headings, I thought that maybe I should support automatically centered menu headings. This would save having to manually modify all the STRINGS.txt files just to have centred menu headings.

So E2B v1.65a will now centre Menu headings if you add

set CENTREHD=1

to the \_ISO\MyE2B.cfg configuration file.

If the value is 1, then E2B will use the menuw  (menu width) setting to calculate where the centre point of the menu is. This would be the normal use for it. So if menuw is 65 then E2B will use 65 as the menu width for centering the headings.

However, you can specify your own value for CENTREHD. For instance if your menu width is 65 characters, but you want your menus to appear a little bit to the left of centre, use a CENTREHD value of say, 60 instead of 1.

The Beta is available in the Alternate Download areas. Let me know if you find a problem!

Tidbit: Freda, a female acquaintance of mine, named her red setter puppy Heathcliff because she is a big fan of Emily Bronte. However, it turned out not to be such a good idea, She takes it for walks on the Chiltern hills, and if it gets lost, she goes wandering all over the hills shouting 'Heathcliff, Heathcliff'! The other dog walkers look at her like she has just escaped from the local asylum!

New E2B YouTube video - how to change the menu position, colours and headings

I have had a few requests by people to make a MyE2B.cfg for them and also a request on more info on how to change and/or center headings.
So here is a new (quite long!) video.
Hope you don't fall asleep watching it!


Monday 30 March 2015

E2B 1.64 released

Just fixes two issues in 1.63

  1. Long-standing issue - If you run XP Setup, when it gets to the first 'Welcome to Setup' blue screen, it will change the Disk Signature of the internal hard disk that you are about to install XP to. If you then abandon the install by rebooting, the OS that you had on the internal hard disk may no longer boot (BSOD - 0xc000000e  inaccessible boot device).  This has now been fixed.
    Tip: It could be repaired by using 'bcdboot D:\Windows /s C:' after booting to a Windows Install ISO console window.
  2. The new version of  \_ISO\docs\E2B Utilities\E2B TXT Maker.cmd caused a problem if you try to make a .txt file for a Windows Vista/7/8/10 ISO file. The 'if exist' conditional code has now been removed because it is not needed in .txt files, because the .txt file is only used if the ISO already exists.
Files are available from here as usual.

To update your E2B USB drive, download and extract the smaller non-DPMS version to a new, empty folder and then run the UPDATE_E2B_DRIVE.CMD script.

Saturday 28 March 2015

Add HitManPro to your Easy2Boot USB drive

A previous blog post here described how you can add and run HitManPro from an E2B USB Removable Flash drive (NTFS or FAT32). The E2B USB drive must be of the 'Removable' type - it won't work if your E2B  flash drive is of the Fixed-disk type (a USB HDD will not work either - Hitman will not auto-run when you boot to Windows).

HitmanPro needs to see a Removable USB drive which has some special code in the sectors at the very end of the USB drive (currently they use the very last 55 sectors).

I have written a grub4dos batch file HitManXfer.g4b (included in Easy2boot) which will transfer these sectors from a valid HitManPro USB Flash drive to the end of your E2B USB flash drive.


Friday 27 March 2015

UEFI-booting Ubuntu\Xubuntu\Voyager with persistence

As a follow-on from my previous blog post, I thought you might like to see how to boot Voyager from a .imgPTN partition image AND have a persistence file too.

Add Voyager Live to your E2B USB drive

I came across the Xubuntu-derivative Voyager today.
It also includes 'Kodi Media Centre' in the hidden right-hand menu which is Xbox Media Centre (XBMC) and it ran fine booting from an E2B USB drive under VBox (set VBox Audio to ICH AC97 to enable audio) and I was quickly watching Al Jazeera (with persistence)!


Thursday 26 March 2015

Easy2Boot v1.63 released

Changes from v1.62
  • QRUN Auto-suggest feature  - now suggests a 'better' file extension, 
  • Make_E2B and Update_E2B cmd files now asks to create a MyE2B.cfg file for language/kbd support. 
  • New grldr grub4dos 0.46a version to fix NTFS bug with + improved USB 2.0 grub4dos driver.
  • \_ISO\isoboot.g4b supported for user's own version of isoboot.g4b.
  • QEMU test boot files added to root. 
  • FreeBSD, pfSense and GhostBSD memstick images now supported. 
  • Make_E2B_USB_DRIVE.cmd now will detect all drives if no USB drive found in system. 
  • XP 32-bit Mass Storage DPMS drivers updated for latest chipsets.
  • Sub-Menu Maker script file improved.


Monday 23 March 2015

Add a Clonezilla Backup/Restore menu to your Easy2Boot USB HDD

If you have Easy2Boot on a large (e.g. 2TB) NTFS USB HDD, you can add a clonezilla ISO and a .mnu file to E2B. This allows you to quickly and easily make a backup of the first hard disk in all your systems (PCs, notebooks, tablets). You can then perform a 'bare-metal' restore at any later date.

The Tutorial 118 on the RMPrepUSB website gives you all the details. You don't have to save the backup images onto the E2B drive, you can connect a second USB HDD to act as the backup device and then keep it in a drawer, happy in the knowledge that you can restore any of your systems at any time in the future.

Tuesday 17 March 2015

Easy2Boot DPMS now with updated XP 32-bit Mass Storage Drivers

E2B v1.63 Beta 5 (Easy2Boot_v1.63DPMSBeta5.zip) has the latest XP 32-bit Mass Storage Drivers added + a few bug fixes to fix a few issues in the DriverPack. The new version will hopefully allow XP to be installed from an ISO file onto newer systems that have more modern chipsets - e.g. Z87/Haswell.

If you have any systems (new or old) that you can install XP onto to test it, please do so and let me know if there are any problems as there may be bugs in the new DriverPack files.

As a very quick preliminary test, try the Utilities - List matching XP DriverPack.ini entries  menu option - this should identify your systems Mass Storage (e.g. AHCI) controller and tell you what driver it will use from the DriverPack. If that works then go ahead and try a 2-Stage XP install from ISO and see if it works. If it cannot find a driver, please report the PCI ID to me by using the 'Show Mass Storage Controller PCI IDs' menu entry.

Don't forget to use a USB 2.0 port and not a USB 3.0 port for the E2B USB drive!

The new Beta is in the Alternate Download Areas as usual. Unfortunately, the E2B zip file is larger than before (38MB instead of 31MB), due to the extra drivers.


Saturday 14 March 2015

MPI Tool Kit v0.045

Running .imgPTN Windows Install from a Virtual Machine

If you convert a Win7 Install ISO to a .imgPTN file and then boot in a VM to the .imgPTN file in E2B and run Setup from the CSM menu, there was a problem in that Setup would overwrite the boot code on the USB drive and thus both the E2B USB drive and the Virtual Hard Disk would not be bootable after a reboot!

Wednesday 11 March 2015

MPI Tool Kit 0.044a

Recently, there have been several instances when you cannot run the MPI_FAT32 or MPI_NTFS scripts because you need to enter a larger size than the calculated default size for the .imgPTN file.

This new version has a small change to the MPI_FAT32 and MPI_NTFS scripts.

Instead of running automatically with no user prompts, it now always prompts for the size of the .imgPTN file that it needs to create.

Normally, you will just press [ENTER] to accept the default size, but you can type in a different size instead.

Although this means it is now no longer fully automatic, I don't think pressing the [ENTER] key is too much of a price to pay for being able to override the default size.

If you wish, you can edit the .cmd files and add a * to the command that runs MakePartImage, in order to return it to its normal 'fully automated' mode.

Monday 9 March 2015

Add Knoppix+Persistence to your E2B drive

Note: this must be done using an NTFS E2B USB drive rather than a FAT32 E2B drive, because usually the .imgPTN file will be greater than 4GB for a full Knoppix OS + persistence file.


Sunday 8 March 2015

Easy2Boot 1.63 Beta 3 now supports FreeBSD 9 and 10, GhostBSD and pfSense 'memstick' images



Versions 9 and 10 of FreeBSD will not boot as an ISO, but the 1.63 Beta 3 version of Easy2Boot and the new MPI Tool Pack v0.044 do support FreeBSD 9 and 10 and pfSense 'memstick' non-UEFI images.

E2B v1.A5 and later versions now support the .isoBSD file extension and can directly MBR-boot some BSD ISO files using a small .imgPTN partition image file - see here.




GhostBSD.img files are also in the memstick format and work too.


You will need to make a dummy .imgPTN file and then add and rename the memstick .img file to remove it's file extension, as described below...

Thursday 5 March 2015

Adding FreeBSD, FreeNAS, PCBSD/TrueOS to Easy2Boot


Update: E2B 1.63 now supports FreeBSD, pfSense and GhostBSD .img files! See blog post here.

Recent versions of FreeBSD, FreeNAS, PCBSD/TrueOS ISOs do not 'just work' when copied to the E2B USB drive. However, if you can make a bootable FAT32 USB Flash drive that works correctly (e.g. using Unetbootin), then it is often possible to use the MPI Tool Kit's MakePartImage to make a .imgPTN partition image file directly from the working USB Flash drive.