Wednesday, 23 January 2019

Cheap SSDs for your E2B USB drive from Amazon



The TC Sunbow SSD 120GB $21 ($29 for 240GB) plus a $10 enclosure is a cost-effective alternative to a Corsair GTX 128GB $73 or Sandisk Extreme Pro $39.50.




You can buy an Inatek USB SATA disk enclosure for just $10.

And when you don't need it anymore or if you want to buy a bigger drive, you can use it to upgrade your old laptop.

We all need plenty of flash memory...

The rover's Mars mission was almost a failure on 21st January 2004 due to software, a DOS-based filesystem and not enough flash memory - here's what happened...

Monday, 21 January 2019

Boot Windows Install ISOs from the E2B grub2 menu system

If you want to, you can add all your Windows Install ISOs to the E2B grub2 menu system which uses wimboot to load the boot.wim from inside the ISO and then uses ImDisk to load the ISO as a virtual DVD under WinPE. You do not need to modify the Microsoft Windows Install ISO in any way.

BUT you can only MBR-boot from them, UEFI-booting from ISO files is not supported.

I have added instructions at the bottom of Tutorial 145 on the RMPrepUSB site for the E2B grub2 menu system.


E2B v1.A9a Beta available

v1.A9a Beta



  • New version of Make_E2B.exe with graphical buttons (because many non-English speaking users seem to ignore the big red button and click on the small Make_E2B_USB_Drive.cmd button and then they don't understand all the English questions!). 
  • Changes to \_ISO\e2b\grub\menu.lst for small speed improvements.
  • Improve speed on Windows ISo counting and remove countiso.g4b batch file.
  • Bugfix in .imgPTN code in QRUN.g4b now checks for grub4dos backup sector at LBA1 to prevent unnecessary LBA30 error message. 
  • Add netrunner+persistence sample mnu file.
  • Bugfix QRUN.g4b - redir not suppressing all output if NOSUG set.
  • Bugfix in TimeAccess.g4b - sometimes miscalculated.
  • Bugfix in QAUTO.g4b and AUTOMN.g4b (used reserved memory at (md)0x230).

Saturday, 19 January 2019

How to switch back to the E2B partition from a linux OS when using .imgPTN files and UEFI-booting

When you UEFI-boot from a FAT32 .imgPTN file (after you have 'switched' it in), then there is no front-end boot manager. Whatever payload you have used is directly booted to. In this way E2B can secure-UEFI-boot to many different types of payloads without any issues or complications caused by other bootloaders/bootmanagers getting in the way.

The problem is that if you only have access to systems which will ONLY UEFI-boot, then it is difficult to change the payload to something else!

Friday, 18 January 2019

Fix issues with VirtualBox v6 and VMUB (fix --startvm error)

The new version 6 of Oracle VirtualBox has changed executables and so it has (deliberately!) broken backwards compatibility with all earlier scripts, shortcuts and applications which call VirtualBox.



This includes DavidB's VMUB application. To make VMUB work with the new VBox 6 version:

Thursday, 17 January 2019

Add NetRunner ISO with persistence to E2B

You can add persistence to a NetRunner Live ISO using a .mnu file.



Here is one for 19.01. Just follow the instructions in the .mnu file. I used a 500MB persistence file.

The kernel parameters were discovered by looking at the live.cfg file from inside the ISO.

The name of the persistence file does not have to be netrun-rw. You can have multiple .mnu files and multiple persistence files if you wish.

If you want to move the persistence file to the same folder as the .ISO file, then specify $HOME$/netrun-rw for the PF variable value.


Prevent Windows 10 from blocking 'infected' downloads

If you have the default Windows 8\10 antivirus features  active, you may find that sometimes Windows will prevent you from downloading a file that it 'thinks' is infected with malware but that you know is clean.

If you have installed a 3rd-party AV solution, you are often given the choice to keep and use the file anyway, but not with the standard Windows 10 download manager.

The registry fragment below allows you to download the file and keep it (but you may still get a warning from Windows Defender if it thinks it contains malware).

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"ScanWithAntiVirus"=dword:00000002


Save these 3 lines to a file called DontBlockDownloadedFiles.reg and double-click on it to change your Registry setting.

Then reboot (or log off and on again) to make the setting active.

The default value is normally 3. A value of 1 prevents any warning from being given.

1 = always allow downloads
2 = warn if positive
3 = block if positive

Tip: After downloading the file, check it using virustotal.com (if you install the app, you can right-click on the file to check it).

Tuesday, 15 January 2019

E2B v1.A8 is now released!

The new v1.A8.exe download is released and can be downloaded here.

It can also be used to update the DPMS version of E2B.

The E2B website will be updated with this new version in a day or so.

Note: If you updated to RC1 previously, you may find two copies of Memtest86 (MBR+UEFI) in the \_ISO\UTILITIES_MEMTEST folder, delete the Memtest86 (MBR+UEFI).imgPTN file and keep the Passmark Memtest86 (MBR+UEFI).imgPTN file.

I have also updated the two E2B eBooks. You can use the link in your confirmation email to download the new version(s) if you wish. The changes are very minor and just add that you may no longer need a WinHelper flash drive if your E2B drive is of the fixed-disk type.

List of changes since v1.A7:

Sunday, 13 January 2019

E2B v1.A8 Release Candidate 1 now available

v1.A8_RC1 is now available for testing.

E2B v1.A8 RC1
Press ENTER to Skip WIMBOOT if it causes a problem (e.g. <1GB RAM)

List of changes since v1.A7:

Saturday, 12 January 2019

Has anyone ever seen this error when using E2B?

One user gets this error after selecting any .imgPTN file...



I have never seen it so I would like to know if anyone else is having problems with .imgPTN files before I release the new version of E2B.

You can email me at steve (at) easy2boot (dot) com.