Tuesday, 26 February 2019

E2B v1.B0b Beta available (install windows 7 on modern USB 3 systems)

Download latest E2B v1.B0 Beta
  • Bugfix in countfiles.g4b for windows ISOs with .iso324GB suffixes not being counted properly (the Windows folder had to have at least one .iso or .imgPTN file to be shown in menu - now it will work even if only one .iso32 or .iso4GB etc. file is present).
  • ALT_ISO variable support added and \_ISO\docs\Sample mnu files\Windows\Install Windows 7 with USB 3 (WinNTSetup).mnu for installing Win7 on modern systems.

Saturday, 23 February 2019

E2B v1.B0a Beta now available


This version (E2B v1.B0a Beta) has a few new features:
  • Some new file extension suffixes are now recognised:
       NCQ (non-contiguous+quiet)
       QUIETP (redir+redirp)
       QUIET   (redir)
  • .isoboot file extension now supported - will boot a non-contiguous linux iso using isoboot only

Tuesday, 19 February 2019

E2B v1.A9 is now released!

v1.A9 2019-02-19 Includes a new file extension override feature, a new WinNTSetup feature and a new filename sort prefix feature.

Saturday, 16 February 2019

E2B v1.A9k Beta available (with new sort override prefix feature)

This version also has a new 'sort prefix override' feature,

As you know, E2B will alphabetically sort the menu entries.

This means that Mint.iso will always be listed before Ubuntu.iso unless you rename the Mint.iso file to zMint.iso.

However, the E2B menu will then list the file as zMint.iso, so then you need to make a .txt file (zMint.txt) so that the menu entry looks nice.

The new feature in E2B 1.A9k allows you to avoid having to make a .txt file - you just rename the payload file using a sort prefix override.

The new sort prefix override

Sunday, 10 February 2019

E2B v1.A9h and v1.A9i

Note: Version 1.A9i has now been added.

1.A9h has the following changes from v1.A8:
  1. New feature: can use extension override xxxxxx_.(override).iso in filename - e.g. hirens_.isowinvh.iso - override must start with _. and works for any extension. The extra _.fileext.xxx text is removed from the menu entry if EXTOFF=1 is set.
  2. New feature: xxxxx_.WinNTSetup.iso now causes any Windows install ISO (except XP) to run WinNTSetup automatically and supports dual x86+x64 ISOs - you can also use your own batch file to automate WinNTSetup by using the STARTUP variable in a .mnu file (blog here).
  3. Improvement: Make_E2B.exe now has graphical buttons.
  4. Improvement: E2B_Editor.exe revised to add 4 extra options for centering menu text, etc.
  5. Improvement: minor changes to \_ISO\e2b\grub\menu.lst for small speed improvements.
  6. Improvement: remove countiso.g4b to speed up enumeration of Windows ISOs.
  7. Improvement: .imgPTN code in QRUN.g4b now checks for grub4dos backup sector at LBA1.
  8. Improvement: QRUN.g4b now detects HAIKU ISOs and suggests using the .HAIKU file extension.
  9. Improvement: Windows Install ISO 'Repair only' prompt now changed to 'Repair\Setup' because pressing ENTER will now boot using WIMBOOT and so the ISO will be loaded as a virtual DVD and Setup will run without using an XML file.
  10. Improvement: Util_Man.exe hack now launches control panel automatically.
  11. Extra: added netrunner+persistence sample mnu file.
  12. Bugfix: in QRUN.g4b for redir not suppressing all output if NOSUG is set.
  13. Bugfix: fix QEMU_MENU_TEST bug when 9 or more drives in system.
  14. Bugfix: TimeAccess.g4b sometimes miscalculated.
  15. Bugfix: QAUTO.g4b and AUTOMN.g4b now does not use reserved memory at (md)0x230.
  1. Improvement: extension override now works for '32', '64', '3GB' and '4GB' suffixes so the menu entry is not listed in the E2B menu - e.g. Win10x64_.isodef64.iso - the menu entry is only listed on 64-bit systems.
  2. Improvement: use --mem --top instead of --mem where the payload may be very large, e.g. Win10.vhdmem.



Wednesday, 30 January 2019

Microsoft have now blocked the Windows UtilMan.exe password hack... but you can still use it - if you know how!

Since about September 2018, Microsoft's malware detection software will attempt to detect if the UtilMan.exe file has been changed and will delete the 'bad' UtilMan.exe file.

This should mean that replacing the UtilMan.exe file with the cmd.exe file as a means of gaining access to a Windows OS without knowing any user password should no longer be possible and the E2B UtilMan Hack will no longer work.

However, if you boot to Windows in Safe Mode, it delays the removal of a 'bad' UtilMan.exe file by approx. 30 seconds and this is long enough for us to use it to run a cmd batch file and create a new ADMIN user account.

I have updated the UtilMan hack instructions now and revised the .cmd files in E2B v1.A8f Beta to work around the new protection.

Monday, 28 January 2019

E2B v1.A9e Beta available

I have improved the WinNTSetup and WIMBOOT support in E2B.

Download v1.A9e here.

Changes are:

Sunday, 27 January 2019

E2B v1.9Ad Beta available

The v1.9Ad Beta version supports the automatic launching of WinNTSetup from a Windows ISO.

You can now cause a Windows NT6-based install ISO (Vista to Server 2019) to boot and run WinNTSetup and automatically load the same Windows install ISO as the WinNTSetup source file.

Thursday, 24 January 2019

E2B v1.A9b Beta has new extension override feature

By special request, you can now make an ISO run as if it had a different file extension under E2B by changing it's filename...

v1.A9c allows any extension to be used (not just ending in .iso) and does not display the ._xxxxx part in the menu either (so Ubuntu 64-bit_.imgptn23auto.imgptn appears in the menu as Ubuntu 64-bit).

ubuntu64_.isodef.iso will run without prompting the user.

Force a different file extension (E2B v1.A9+)


Filename format:                filename_.forceextension.iso

Note: _. is mandatory, forceextension can be any extension recognised by E2B.

Examples:       msdart6_.isoPE01.iso                    (runs as if .isoPE01)
                       Windows8_x64_.isodef.iso            (does not prompt user with suggestions)

For example, if you have an ISO file but you want it to run as if it had a .isofira01 file extension, you can add _.isofira01 as a file override to the end of the filename but before the file extension of .iso.

A file  'myxp.iso' can be run as if it had the .isofira01 file extension if you give it a name myxp_.isofira01.iso.

This means that the file will keep the .ISO extension which may be more convenient if you are using a Zalman\IODD device as your E2B drive or if you want to keep the file extension unchanged for other reasons such as loading it into ImDisk or an ISO editor or mounting it with Windows Explorer.

E2B grub2 menu system Beta10 is now available

You can download the new grub2 menu system files from the Alternate Download Areas or click here.

The web page http://www.easy2boot.com/uefi-grub2-ptn2/ has been updated with the new changes.

Secure Boot