Sunday 21 January 2018

E2B v1.98a BETA available (with new .isopersist file extension for ubuntu-based ISOs)

v1.98a Beta changes are:
  • patchme script now removes the grub4dos startup message 'If hangup, use 'geometry --lba1sector (128)'
  • Variables SIZE_E2B and SIZE_HD1 can now be used in MyE2B.cfg files in HEADING and FOOTER (size of drive in GB)
  • 'GodMode' folder added to \_ISO\docs\Download URLs for easy access to Windows GodMode list
  • DrWeb900_Persistent.mnu added
  • .isopersist ubuntu file extension supported (no .mnu file required for persistence)

.isopersist file exension details

Thursday 18 January 2018

Tuesday 16 January 2018

Set up a different E2B wallpaper for each menu

It is possible to configure E2B so that each menu loads a different background wallpaper.

For the AUTO and WINDOWS menus, we just need to add these 800x600 files:
  • \_ISO\AUTO.bmp
  • \_ISO\SVR2K8R2.bmp
  • \_ISO\SVR2012.bmp
  • \_ISO\VISTA.bmp
  • \_ISO\WIN7.bmp
  • \_ISO\WIN8.bmp
  • \_ISO\WIN10.bmp
  • \_ISO\SVR2016.bmp
  • \_ISO\WINMENU.bmp (background for the Windows Install Menu - if any of the other Windows .bmp are used, this should also exist)
Note that the file extension should be .bmp, even if the actual contents are .jpg files or .gz or LZMA compressed .bmp files. For instance, you can just rename VISTA.jpg to VISTA.bmp, etc.


For the other 9 menu folders (MAINMENU, DOS, ANTIVIRUS, etc.), we can add a .mnu file to each of the menu folders as described at http://www.easy2boot.com/configuring-e2b/multiple-backgrounds/

However, I have added an alternative method now which may be easier for you to change and update...

Saturday 13 January 2018

RMPrepUSB v2.1.740 released

v2.1.740 has better support for grub4dos when installing to an exFAT drive and also has the most recent version of WinContig.

Sunday 7 January 2018

MPI Tool Pack v0.079/0.080 released

Just a few small bugs and tidy-ups.

MPI Tool Pack v0.079
  1. Fix CreateDesktopShortcuts.cmd so it now works with Windows systems with a non-standard Desktop path.
  2. Small change to menu.lst for clover boot patch (should have no discernible affect).
  3. Fix menu.lst for detection of 3rd ptn for FreeBSD images when Switch_E2B.exe is used.
Update by downloading and unpacking to your Desktop and then running CreateDesktopShortcuts.cmd again.

MPI Tool Pack v0.080

  1. Update with latest SWITCH_E2B.exe version
  2. Bugfix for when syslinux\isolinux is in root of drive

Thursday 4 January 2018

How to add an animated GIF to your E2B menu

Here is an example of how to add the 'TeaTime' optical illusion animated GIF to E2B.

It takes about 2 minutes!


Adding animation is really quite easy now...

Saturday 23 December 2017

Add jokes to your E2B menu for Xmas

One way to add jokes to your E2B menu would be to convert a series of PowerPoint slides into an animated GIF and display it on the E2B Menu, however, this would always show the jokes in the same order each time you booted to E2B.

Here is a small grub4dos script that allows you to display one of 36 randomly-chosen jokes on your E2B menus.

You must update to E2B v1.97A or later for this to work properly due to some bugs in older versions of grub4dos.


Instructions...

E2B v1.97A released

The bugs in grub4dos have been fixed by the developer now and v1.97A is now released.

Please update your E2B drives.

Changes from v1.97 to v1.97A:
  • bugfix in grub4dos \grldr for helptext colour and --string= issues.
  • E2B_Editor.exe - small bugfix for colours 6, 7 and 8 not quite correct shade.
  • WinLite10 XML sample files updated to add amd64 section.

Tuesday 19 December 2017

Design a Decomputo-like theme for E2B

A few people have asked about the theme used by Decomputo in their E2B YouTube video:




An example of the Decomputo menu is shown below:


I do not know the exact details of how this was configured, however I can give you a few hints on how to add a similar menu system...

Small bug in E2B v.1.97

I have just noticed a bug in E2B v1.97.

The issue is that the helptext just under the menu does not appear in the correct colour.

This is due to a bug in the new grub4dos version 2017-12-05 which I hope will be fixed soon.

The issue can be fixed by changing your MyE2B.cfg file so that the helptext color command follows the normal colour command, e.g.

#this does not change the helptext colour!
color helptext=0x0001FF
color normal=0x808040

#this does change the helptext colour correctly.
color normal=0x808040
color helptext=0x0001FF

It seems the color normal command also changes the helptext colour.
If you wish, you can use a previous version of \grldr instead.

I have reported the bug here and will re-release v1.97 as v1.97A when it is fixed.