Sunday, 25 August 2019

E2B eBook #1 'How to make a multiboot USB drive using Easy2Boot' v2.13 now available

I have made a few small tweaks to eBook #1 '

How to make a multiboot USB drive using Easy2Boot

'Getting started with Easy2Boot' v2.13


If you have already purchased this eBook, you can download v2.13 using the link that was sent to you in the confirmation email from Payhip.

Not my video...

Saturday, 24 August 2019

E2B v1.B5 now released

Changes from  v1.B4:

  • Allow file extension suffixes on .wim and .vhd files - e.g. boot.wim64, Windows 7 Ultimate.vhd64pwd.
  • Spaces in .vhd and .wim filenames are now allowed.
  • Bugfix - fix 'force'ing of file extension from menu - allows 'QRUN.g4b force.iso xxxxx._yyyy.iso' to override the yyyy file extension override. 
  • Bugfix - animation sometimes not shown on submenus.
  • New E2B_Editor.exe now displays opaque STAMPs (1-10) when a .cfg file with STAMPs is loaded (transparent stamp background is not supported).
  • New default wallpaper background.
  • New feature - display date & time anywhere on menu (updates each second)
  • Add a $$TrueHidePtn2.mnu sample menu file
  • Add Display_Disk_Partitions.mnu to Sample mnu Files\E2B to display MBR partition table of disks in system.
  • Add Display_DateAndTime.mnu Sample mnu file
  • Add latest grub4dos with enhanced setmenu command.

https://www.fosshub.com/Easy2Boot.html

v1.B5 will update both 1.B5 and 1.B5DPMS.

Monday, 19 August 2019

Easy2Boot is featured in today's WebUser magazine

This just arrived through my letterbox today!


'BOOT ANYTHING FROM A USB STICK'

I'm reading this with a nice cup of tea in my official E2B mug!
If anyone would like to buy an Easy2Boot mug (USA, Canada and UK only) then let me know. If there is enough interest I will try to set it up. OR Why not print your own mug with your own Easy2Boot menu\wallpaper on it?

Thursday, 8 August 2019

E2B v1.B5c beta now available

Changes from  v1.B4:

  • Allow file extension suffixes on .wim and .vhd files - e.g. boot.wim64, Windows 7 Ultimate.vhd64pwd.
  • Spaces in .vhd and .wim filenames are now allowed.
  • Bugfix - fix 'force'ing of file extension from menu - allows 'QRUN.g4b force.iso xxxxx._yyyy.iso' to override the yyyy file extension override. 
  • Bugfix - animation sometimes not shown on submenus.
  • New E2B_Editor.exe now displays opaque STAMPs (1-10) when a .cfg file with STAMPs is loaded (transparent stamp background is not supported).
  • New default wallpaper background.
  • New feature - display date & time anywhere on menu (updates each second) - see screenshot below.
  • Add a $$TrueHidePtn2.mnu sample menu file
  • Add Display_Disk_Partitions.mnu to Sample mnu Files\E2B to display MBR partition table of disks in system.
  • Add Display_DateAndTime.mnu Sample mnu file
  • Add latest grub4dos with enhanced setmenu command.
Time and Date can update every second

With the dynamic date&time command, you can use 24-hour or 12-hour time format and 2-digit month ("08") or three-letter English month ("Aug").

A simplified example to add to the end of your MyE2B.cfg file is:

Tuesday, 30 July 2019

SysRescueCD MBR+UEFI+persistence

The latest SysRescueCD v6.0.3  now uses Arch Linux, so I have updated the instructions in the previous SysRescueCD blog article.


Wednesday, 24 July 2019

WARNING! Don't buy this 'BAD USB' cable from Amazon - it could start a fire!

I purchased this USB cable from Amazon yesterday for use in the car with my smartphone.

TECHGEAR: USB C Cable, 30cm USB Type C 90 Degree Right Angle Sync & Fast Charge Reversible Cable

I was intrigued by the 'reversible' design of the USB 2.0 connector as well as the right-angle connectors. I have never seen a USB Type-A male connector with a set of contacts on each side and I wondered how it worked...

So today I used it to connect my phone (a Moto G7) to the USB socket of my new VW Golf, but the Golf console failed to detect that any USB device was connected to it!

So I disconnected the phone from the cable but left the USB 2.0 cable connected to the car's USB port.

After driving back home from the supermarket, I went to unplug the USB 2.0 connector from the car in order to test it...

Updated version of E2B_Editor.exe with support for STAMPs

E2B_Editor.exe v1.0.97 now displays any STAMPs that you have specified in your .cfg file.

It is also in E2B v1.B5a Beta.


All ten stamps (STAMP1 to STAMP10) are supported but the transparency value (0x80) will be ignored - all stamps will be opaquely overlaid onto the wallpaper when displayed by E2B_Editor.

You can quickly experiment with the position of your STAMPs by editing the MyE2B.cfg file and then reloading it back into the E2B_Editor.exe to see how it looks.

If a non-existent STAMP file is specified then there will be no error message or warning - it just won't appear.

Please let me know if you find any bugs!

Tuesday, 23 July 2019

E2B v1.B5a Beta now available

Booting Windows NT6 .VHD and .WIM files

Previously although .wim and .vhd files did not need to be contiguous, their file extension had to be unaltered so you could not use a file extension of say .wim64 so that it would only be listed on 64-bit systems, or perhaps  Win7Ult.vhd64ncq so that it would only be listed on 64-bit systems and so E2B would not complain about the fact that it was not contiguous.

Sunday, 21 July 2019

E2B v1.B4 now available

I just noticed that the file extension suffixes '64', '32', '4GB' and '3GB' no longer work on recent versions of E2B!

e.g.  Ubuntu 64.iso64 should only be listed in the menu if the CPU is a 64-bit CPU. Similarly, Ubuntu.iso3GB should only be listed in the E2B menu if the system contains less than 4GB of RAM.

E2B extension suffixes (not case sensitive)

These should work with most file extensions (v1.B5 will also allow .wim and .vhd extensions to have these suffixes)...

32 - file is only listed in menu on systems with 32-bit CPU
64 - file is only listed in menu on systems with 64-bit CPU
3GB - file is only listed in menu on systems with less than 4GB of RAM
4GB - file is only listed in menu on systems with more than 4GB of RAM
pwd - user must enter a password before the payload file can be run
NCQ -  (non-contiguous+quiet), the payload will not prompt the user with suggestions, redir will be set and will not try to make the file contiguous
quiet - redir will be set so that most messages will be suppressed
quietp - redir and redirp will be set so that all messages including warnings will be suppressed

e.g.
Ubuntu amd64.iso4GB64pwdquietp
Ubuntu i386.iso3GBncq

Read more: http://www.easy2boot.com/add-payload-files/list-of-file-extensions-recognised-by-e2b/

New feature in v1.B4

I have also added support for Debian\Kali + persistence by using the new .isopersistdebian file extension in E2B v1.B4 (details here). Although you still have to create the persistence file, you don't need to create a .mnu file for it now.

I noticed the issue '64' extension suffix bug because I tested .isopersistdebian64 as a file extension and found it was still being listed on a 32-bit system!

The new 1.B4 version is also available on the two Alternate Download Areas.


Tuesday, 16 July 2019

Last Minute Amazon Prime deals!

Get them whilst they are hot!

Samsung 860 2TB SSD
Samsung 240GB SSD  (less than half-price!)
Crucial 1TB M.2 PCIe 
WD 500GB M.2 SATA  (combine with SilverStone USB for super-fast E2B drive)

P.S. If you are reading this you are too late now!