Arfan noticed that the F3 Boot Menu was not working properly in agFM v1.64. Please use the latest v1.65 to fix it. You can update by running the update agFM .cmd file in the \e2b folder on partition 2 as usual.
Steve's blog about RMPrepUSB, Easy2Boot, USB booting, Investing and sometimes other stuff too! Don't forget to Subscribe! PDF eBooks here
Visit www.rmprepusb.com for over 140 Tutorials on USB booting or www.easy2boot.xyz for a unique USB multiboot solution.
Sunday, 1 November 2020
Saturday, 31 October 2020
Boot to almost anything using an IODD Mini SSD device emulator
In a recent E2B chat session, a user wanted to use an E2B USB drive to contain lots of special disk images. These images contained multiple partitions. Some of these images used multiple GPT partitions. For instance multiple Mac OS X installers, full multiple-partition Windows To Go with BitLocker, full Linux OS with swap and encrypted data partitions.etc.
Unfortunately, such a scenario is not feasible when using Easy2Boot (at least not easily!) - however, the user did own an IODD DVD emulator, so I suggested using it's VHD feature.
He did not realise that it could be used in this way!
The IODD Mini
agFM v1.64 released
agFM v1.64 2020-10-31
- Update Passmark's memtest86 EFI files to v8.4
- grubfm MBR bugfix for some WinPE .wim files not booting using agFM - e.g. DLCBoot 2019 ISO.
eBooks
- eBook #1 11/09/2020 Getting started with Easy2Boot_v2.18.pdf
- eBook #2 29/10/2020 How to make a UEFI multi-boot Easy2Boot USB drive v1.01.pdf
- eBook #3 21/10/2020 How to install Microsoft Windows using Easy2Boot_v1.7.pdf
- eBook #4 08/10/2020 UEFI-multiboot using the a1ive grub2 File Manager_v1.16.pdf
- 22/07/2020 Getting started with grub4dos_v1.01.pdf
Ventoy
Friday, 16 October 2020
'Hack into Windows' YouTube video uploaded
This video demonstrates how to use the UtilMan XML files to create a new ADMIN account or reset an offline account password.
It should work even if your PC contains multiple Windows installations.
It speeds up and semi-automates the process so that you do not have to type multiple Windows commands.
The latest beta version of E2B v2.06c has the latest version of the .cmd scripts which now also patches the Magnify.exe file.
Wednesday, 14 October 2020
Amazon Prime deals end today!
In case you missed it, today is the last day of the Amazon Prime sale.
If you read my earlier blog posts, you will know that I have recently subscribed to Readly and cancelled all my paper magazine subscriptions. Yesterday, I noticed that the Amazon Fire HD's are now on sale with massive reductions, so I just received my new Fire HD 10 (#ad) this morning - installed Google Play and Chrome - and logged into Readly.com. Wow! Very nice display and it works as an Amazon Echo Show too - bargain!.
agFM v1.63 released
agFM v1.63 just has a very small change to the \boot\grubfm\SAMPLE_startup_menu.txt example menu file. The small change will cause all .pf2 font files that are present in your theme folder to be automatically loaded.
#mymenu=0 standard agFM theme
#mymenu=1 using $mytheme as theme (rename folder \boot\grubfm\themes\sample_slack to slack) NO SPACES - DO NOT USE sample_slack folder as it will be changed on update
#mymenu=2 User wallpaper, no theme (change USER MENU CONFIG section below)
#mymenu=3 Text mode - most compatible and quickest - use if keyboard issues (English only) - see section 3 below
set mymenu=0
#if mymenu=1 then mytheme specifies the theme folder to be used
set mytheme="slack"
######## MYMENU=1 - USERS GRUB2 THEME ########
if [ "${mymenu}" = "1" ] ; then
# Load fonts - if your theme uses special fonts (not unicode) this loads ALL font files
# The .pf2 font files should be inside the theme folder
for font in (${user})/boot/grubfm/themes/${mytheme}/*.pf2; do loadfont ${font} ; done
# You can use the lsfonts command to list the currently loaded fonts
# Rename \boot\grubfm\themes\sample_slack folder to slack then edit background.png to add your own wallpaper
# uncomment 'menu_pixmap_style' in each .txt file to add a grey box behind the menu text
export theme_std="(${user})/boot/grubfm/themes/${mytheme}/theme.txt";
export theme_fm="(${user})/boot/grubfm/themes/${mytheme}/fm.txt";
export theme_info="(${user})/boot/grubfm/themes/${mytheme}/info.txt";
export theme_help="(${user})/boot/grubfm/themes/${mytheme}/help.txt";
export theme=$theme_std
# themes must not contain spaces
if ! [ -f "$theme" ] ; then echo "ERROR: Can't find $theme" ; read ; fi
fi
####################################
This means that if you use your own grub2 theme and it contains .pf2 font files, then they will be automatically loaded.
e.g.
set mytheme="seven14Large"
Friday, 9 October 2020
Tip: How to repair a Windows 8/10 system that won't boot without needing any another copy of Windows or WinPE
Although it is always better to try to repair a Windows OS by booting from the original Windows ISO, it is not always present on your E2B USB drive!
This tip works for most Windows 8 or Windows 10 systems. It allows you to repair the OS without needing to have any ISO or WinPE type payload file on the E2B drive and it will always use the correct matching version of WinRE to repair or access the original OS installation - even if you don't actually know what OS version was installed.
It relies on the fact that most Windows 8/10 systems will already contain a \Recovery folder on the internal hard disk containing a winre.wim file. It could be contained within a separate Recovery partition or it could be in the main NTFS boot partition.
This method allows you to boot to the Recovery console and from there you can use the various repair/troubleshooting repair features or drop to the command shell and type in your own commands.
Since E2B\agFM\Ventoy can boot from .wim files, we can directly boot from the winre.wim file like this...
Thursday, 8 October 2020
KonBoot v3.6 is now available
KonBoot v3.6 is now the latest version and has a few bugfixes, etc.
Kon-Boot is currently the only solution worldwide we are aware of that can bypass Windows 10 online passwords!Main updates:
Updates for macOS Catalina 10.15.7 and macOS Big Sur 10.16 beta
Updates for Windows 10
Installer updates
The more expensive version is about the only software that allows you to get past a Windows Online account on a Windows 10 system.
Of course, a free alternative to bypass a Windows 10 online account login (by creating a new account) can be done by booting to a Windows 10 ISO from Easy2Boot (UEFI or MBR) and choosing the Utilman - Hack Windows.xml XML file.
| Hack into a Windows 8/10 online account - just type '2'! |
agFM v1.62 released
agFM v1.62 has some bug fixes, language improvements and some new features and changes. The main change is that the first-letter auto-jump feature now works in grubfm as well as the startup menu.
The default agFM menu (\boot\grubfm\startup_default.cfg) now sets the three grub2 variables:
Tuesday, 6 October 2020
Readly is free for 2 months (offer ends this month)
This is just a heads up about the end of the Readly special offer. Readly is the online magazine service which I have been enjoying now for over a month. I have now cancelled my three paper magazine subscriptions as I now just use Readly to read all my magazines. This saves me about £9 a month plus I get to read dozens of the other mags that I am interested in!
The Readly special offer of 2 months free ends October 31st.
Photography, cars, games, fashion, DIY, hobbies, finance, etc. it's all there!
Here are a few of my reasons:
- Save money - OK, I admit it, my initial reason was that it was cheaper. If your household subscribes to lots of mags, you can save a small fortune!
- If I don't like it, I have nothing to lose - it's free for 2 months and I can always cancel the subscription at any time.
- I reckon I only actually read 50% of the pages anyway.
- I never re-read or go back to the old mags - every so often I throw them out, so why do I need them in paper format? I can always download a copy now anyway.
- Save the forests - the pages are useless as toilet paper anyway!
- Unlimited! I can now read 100's of magazines for free
- Browse all mags
- Free daily and weekend newspapers
- Access to all back-copies
- Searchable - I can search all mags for keywords instantly
- I don't have to wait for the post to arrive (which is sometimes a day or two late) - the latest issue is available very quickly on Readly.
- I get an email whenever a new issue comes out.
