Sunday 22 January 2023

Add OpenCore to your Easy2Boot USB drive

E2B already includes Clover. You can UEFI64-boot to Partition 2 of the E2B USB drive and from the agFM menu you can browse to and run \EFI\CLOVER\CLOVERX64.EFI. The config.plist file in the \EFI\CLOVER folder will be used. Note that the config.plist file will be overwritten if you update agFM/E2B, so make a backup of it in the same folder if you need to edit it!

You can add the following grub2 menu entry to your \boot\grubfm\startup_menu.txt file if you want a menu entry in the agFM menu to be listed for Clover:

if $EFI64; then
if [ -f "(${user})/EFI/CLOVER/CLOVERX64.EFI" ] ; then
menuentry "Clover (UEFI64)" --class=settings {
set grubfm_file="(${user})/EFI/CLOVER/CLOVERX64.EFI"
grubfm_open "${grubfm_file}"
}
fi
fi


OpenCore is similar to Clover and is highly hardware dependent. The config.plist needs to be correct for your particular target PC and it is not trivial to set up (see Guide here).

However, if you want to boot to the OpenCore boot loader from an E2B USB drive you must add the OpenCore files as follows:

  1. Copy the EFI\OC folder to Partition 2 (which should be FAT32) at \EFI\OC

  2. Copy the \EFI\BOOT\BOOTX64.EFI file from your OC source to the same \EFI\OC folder on Partition 2

  3. Add your \EFI\OC\config.plist file (edit as required)

UEFI64 boot to the E2B agFM menu and browse to the \EFI\OC\BOOTX64.EFI file on Partition 2 and select it and press ENTER key.


If you are using your own startup menu, you can add the following entry into the \boot\grubfm\startup_menu.txt file:

if $EFI64; then
if [ -f "(${user})/EFI/OC/BOOTX64.EFI" ] ; then
menuentry "OpenCore (UEFI64)" --class=settings {
set grubfm_file="(${user})/EFI/OC/BOOTX64.EFI"
grubfm_open "${grubfm_file}"
}
fi
fi

https://easy2boot.xyz/create-your-website-with-blocks/add-payload-files/opencore/

Thursday 19 January 2023

New Windows Update for XP

If have tried to install XP recently, you may have experienced some difficulties!

It is no longer supported by Microsoft and many things no longer work.

You should start off by installing XP using the latest install ISO that you can find (preferably a 'legal' unactivated/unhacked) one. 

Tuesday 17 January 2023

New money saving tips eBook (PDF)


This 39 page eBook (PDF format) contains many of the money saving tips that I use every day (well most of them anyway :-) as well as some crafty tricks. For instance, I get £60 off my normal supermarket shopping bill every month using a simple trick to get £15 money-off vouchers every week. It can be used with other retail stores too and should work in most countries, not just the UK.

It also contains some heating/energy tips too as well as many other tips for other savings. 

You may be familiar with some of these tips already, but even if you only actually use just one of  them you will have saved the cost of the eBook!

It is currently on SALE at just $1 for two weeks only (normally $5).

Steve's Money-Saving Tips for 2023 (39pp.)


Sunday 15 January 2023

Anyone can make a small business website in 2 hours (free PDF eBook)

Help - my kitchen ceiling is leaking!


I recently hired a plumber because there was water dripping from my kitchen ceiling and I couldn't find the source!

So I used Google to search for a local emergency plumber (it was a Saturday!) and I found four in my area that had websites. So I went to their websites to check them out and then called all of them at around 8 a.m. on the Saturday morning but my messages went to their answerphone service and no one has called me back since.

Friday 6 January 2023

Try the new Rescue WinPE from AIOBoot

I just found a interesting new WinPE which consists of a .wim file and a VHD here from the developer of AIOBoot.

It seems to work for Legacy 64-bit and UEFI64 systems. Place the two files in the correct locations as instructed:

\_ISO\WINPE\Win10PE_x64_Boot.wim
\AIO\WinPE\Win10PE_x64_Data.vhd

It claims to be semi-persistent as the “Program Files”, “ProgramData” and “Users” folders in drive X: are moved to drive Y: and data written to these folders and Y: drive will be saved.

Personal settings, time zone, country and region, region format, desktop shortcuts, etc. are also saved.

Desktop shortcuts, pinned apps on the Taskbar, recently used apps are also saved.

It seems to have a few issues with localisaton, etc. and Papps requires network access, etc. but it is an interesting approach as you can install files and programs to the VHD.




Thursday 5 January 2023

Run grub4dos commands from the Ventoy (or any grub2) menu system

Ventoy is based on grub2 and although it is very good at booting most legacy payloads, it is not that good at booting some DOS floppy images and some other legacy BIOS payloads.

If you need to boot using grub4dos, you can define your own grub2 external user menu (\ventoy\ventoy_grub.cfg) which can be run from Ventoy by pressing F6 in the Ventoy menu system.

My eBook 'Getting started with Ventoy' gives a few examples of how to do this.

Monday 2 January 2023

Easy2Boot v2.19 released

Changes to E2B v2.19 (Jan 2 2023 version):
  • New grub4dos /grldr to fix changing wallpaper bmp/jpg whilst animation is running in background.
  • Revise E2B Launcher.exe to add ‘Download and Update E2B’.
  • Update some files - hotkey utility, Add_Ventoy.cmd, CheckForUpdate.cmd, CreatePersistentFile.sh,Download and Update E2B.cmd also tells user which version is installed on USB drive.
  • Add new INDONESIAN menu language (thanks to mikail)
  • Add ‘+DPMS’ or ‘ – No DPMS’ to default MAIN MENU heading so user can tell which version is installed.
  • Add “\_ISO\docs\E2B Utilities\GetWindowsProductKey.vbs” – run this to get the current Windows system Product Key.

Sunday 1 January 2023

Formatting, copying and writing floppy disks

Personally, I have not used a floppy disk in over 15 years, but if you are into retro computers and still use them, then you must check out this excellent Adrian's Digital Basement YT video:

In the video, he describes how to use the DOS ImageDisk program to test, read and write all sorts of  floppy disks.