Tuesday 6 December 2016

PEPassPass for XP to Win10

PEPassPass is a Windows-executable version of PassPass written by boulcat.

If you can boot to the E2B menu (MBR-boot), then you can use the E2B PassPass version.

The 64-bit + 32-bit modified boulcat versions of PEPassPass.exe (updated by Ner0 for Win10) is now available from the Easy2Boot alternate download areas (Google drive and OneDrive).

You can add these PEPassPass files to your E2B drive (or add them inside a UEFI-bootable .imgPTN file if you want to UEFI-boot to WinPE).


You can boot from any Windows or WinPE OS on a USB drive or CD (64-bit or 32-bit OS) and run PEPassPass to patch a Windows OS so you can bypass the local user account password entry.

Under WinPE, I use SHIFT+F10 to open a command console and then run NotePad and use the File Open menu in NotePad to find and run the PEPassPass exe file using right-click.

PEPassPass is useful if your system cannot MBR boot to E2B and can only UEFI-boot.

Follow the reboot.pro discussion for more details on PEPassPass (note the first version by Ner0 had a bug).

Sunday 4 December 2016

How to directly boot to different grub4dos payloads from the Windows boot menu

I have added Tutorial 134 to the RMPrepUSB website which describes how you can add multiple grub4dos payloads to the Windows 7/8/10 boot menu.

This method is useful because the user does not see any intermediate grub4dos menu, only the bootmgr BCD menu is seen.

For instance, a Windows bootmgr menu can contain BCD entries for:

Windows 10
Memtest 86
Ubuntu Live ISO
Parted Magic ISO

When you select any of these menu options, it will immediately boot to that payload.

Friday 2 December 2016

E2B v1.87d (PassPass improved)

I have improved the PassPass batch file a bit in v1.87d.
When you Restore the DLL file (after first backing it up), it will now check the first 512 bytes to make sure you are restoring the same file and same version.



Alternate Download Area


Thursday 1 December 2016

Add a Manjaro Live install image to E2B

The manjaro live cd ISO does not seem to support a live persistence volume (AFAIK).



However, we can add a full manjaro image (MBR boot only) to E2B so that we can boot to a fully installed OS which will be updatable and persistent just like a normal installation.

Here are the steps to add a full linux OS to an Easy2Boot USB drive.

Tuesday 29 November 2016

E2B v1.87c Beta available with PassPass for XP up to Win10

Ner0 on reboot.pro has posted a way to patch Windows 10 in a similar manner to that used by Holmes.Sherlock's PassPass.

I have added some new code to the E2B version of PassPass (v1.7a) so that you can now patch Windows 10 to bypass the password entry. The new E2B version is in the Alternate Download Areas.

Sunday 27 November 2016

How to add secret, hidden menu entries to E2B

Paul wanted to prevent certain payloads from being listed in the E2B menu system so that the normal user would not be aware that they even existed.

He wanted a secret hotkey + password which would allow the hidden payloads to appear in the E2B menu system.

We can stop any file from being listed as a payload in E2B by using a .txt file and the iftitle test feature. For instance, we can test for the environment variable 'SECRET' and if it does not exist then the menu entry will not be shown...

iftitle [if exist SECRET] Windows 10 English International (32-bit)\n My Secret ISO

We can set the SECRET variable using a hotkey + password.

In the example below, if you type CTRL+F9 (in any menu) then a blank screen will appear with a password prompt.

You can then type the password SECRET  (in capital letters), and any hidden menu items will then magically appear in the E2B menus!

To make them disappear again, type CTRL+F9 again and press ENTER instead of entering the correct password or press F8 when in the Main menu to reload E2B. Or you could define a CTRL+F10 key to hide them all again more quickly (see below).

Here is how to set this up...

Friday 25 November 2016

Pentoo ISO with persistence on E2B

The pentoo FAQ says you can use changes=/dev/sdXY kernel cheat code to specify the persistence volume. This is incorrect!
It seems that we must use aufs=/dev/sdXY for pentoo.
As pentoo is based on gentoo, we can use a similar .mnu file for persistence with pentoo.


The .mnu file is shown below:

Thursday 24 November 2016

Add LibreELEC Live to E2B (Kodi)

You can add OpenElec Live to E2B by following my previous blog here.

You can follow a similar procedure to add LibreELEC to E2B (and also have UEFI-booting) as follows:

Tuesday 22 November 2016

Add CHKCPU to your E2B drive to display CPU Info

CHKCPU is available as a MD-DOS\FreeDOS compatible freeware program by Jan Steunebrink that will display details of your CPU.

I have created a FreeDOS image that will auto-run this utility and then run checkpci.exe to display the systems PCI IDs.
CHKCPU running under VBox

Monday 21 November 2016

Over 1000 E2B USB drives are made every day!

If you use the MAKE_E2B_USB_DRIVE.cmd script to create an E2B USB drive, the script will display the latest released version of E2B, so that you can see if there is a newer version and download it.

The script finds out what the current version is, by downloading a file called LatestE2B.txt from the www.easy2boot.com website. The file contains the current latest version number and it's release date.

A nice side-effect of this is that, as the Easy2Boot websites statistics report the number of 'hits' on that file, I can see that in the last 30 days, the LatestE2B.txt file has had over 31,000 hits. So this means that the script, on average, is being run 1000 times a day - and that is not counting the people that use RMPrepUSB to make E2B drives!

Why not make an E2B drive for your friends as a Christmas present? You can design the menu background to personalise it and add some linux distros with persistence, Gandalf WinPE, Lakka + games, Kodi (Xbox Media Centre), Cub Linux (a version of Chrome), various antivirus payloads in case of emergencies, android x86 with persistence, Tails for safe browsing, a Windows10ToGO VHD file, etc. etc. Check out this blog's 'Tutorials' page for all these and many other possibilities.