Sunday 5 February 2023

Where have all the birds and insects gone - and should we care?



Anyone over 30 will probably have noticed (if they think about it) that there are a lot less insects, birds and other wildlife now than there used to be in the UK and Europe. 

When gardening now, I hardly ever find any insects these days and very rarely hear a bird sing (despite living in a small rural village), but when I was a boy, the skies were full of birds and the lawn and gardens were crawling with all sorts of insects.

I can remember driving at night when I was much younger (1980s) and always seeing hundreds of insects caught in the beam of the car headlights and they were also stuck to the windscreen of the car. These days, I am lucky if I see one moth on my windscreen in a month!

The weight of insects caught per trap per day in 63 nature reserves in Germany declined by 76% between 1989 and 2014, a decline which is, statistically speaking, highly unlikely to be due to chance (p<0.001) [Hallmann et al. 2017].

No one seems to care, but it is really very important for our health, our food production and our planet because we are not only killing all the wildlife on the planet but also the human race.

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.

Wednesday 28 December 2022

Latest eBook (PDF) 'Getting started with Ventoy v1.14' is now available

I have updated the eBook for Ventoy v1.0.86 and added some more exercises, etc.

If you have already purchased an older version of the PDF, just use the link in the confirmation email to download the new version of the PDF for free.

The Ventoy eBook contains many hints and tips such as how to make an external F6 user menu that can run grub and grub4dos commands (including how to use grub4dos paths/filenames with spaces).

I have also revised some of the other eBooks to bring them up to date.

Here is a list of the current versions, most have been updated within the last few months:
  • E2B #1 - Getting started with Easy2Boot_v2.22.pdf
  • E2B #2 - How to install Microsoft Windows using Easy2Boot_v1.9.pdf
  • E2B #3 - How to make a UEFI multi-boot Easy2Boot USB drive using .imgPTN files v1.03.pdf
  • E2B #4 - UEFI-multiboot using the a1ive grub2 File Manager_v1.26.pdf
  • Getting started with Ventoy v1.14 (for Ventoy v1.0.86).pdf
  • Getting started with grub4dos_v1.03.pdf
Just use the download link in your conformation email to download the latest version. All updates are free.

Thursday 22 December 2022

Free Christmas games

Don't just watch TV at Christmas, enjoy the time that you are together!

After a hearty and boozy Xmas lunch, many families play Charades, but here are two more games my family like and play quite often:

Call my Bluff

This is just like the TV game. You will need two large dictionaries (or online dictinaries) and split into two teams each with a captain.

1. Each team finds an obscure word in their dictionary. One person in the team must give the true definition and the others must make up false definitions.
2. One team starts first, states the word and then each team member 'defines' the meaning of their chosen word. The person giving the true definition can, of course, adjust it and embelish it, as long as they don't change the core meaning. The person(s) giving their own made-up but plausible definition must sound as convincing as possible.
3. The other team can ask questions (say 2 each) and then the captain must decide which one was giving the true meaning and then ask if they were correct. They score one point if they guess right.
4. Now its the other teams turn.

This can be quite hilarious, especially if you can lie well and can keep a straight face!

Like or Hate

Going round the table or room one person at a time, each person must say out loud one thing that they either hate or love, e.g. horror movies, Marmite crisps, oysters, Mr Bean, yellow cars, etc. and write either LOVE or HATE on a card.  The others must put their hand on their heart if they think you love that thing or stick their finger in their mouth if they think you hate it. You then must show the card and explain why you love/hate it. You record the scores as one point for anyone who guessed correctly and as you take the scores, each person must explain if they agree with you or not and why, as they lower their 'voting' hand.

 Instead of points, you can substitute shots (but maybe not for granny).

What are your favourite family games?


Tuesday 13 December 2022

How to prevent DropBox interfering with compilers and other programs

I have good internet performance and I use a local DropBox folder which is synchronised to the 'Cloud'. This works well for all the files that I want to backup and preserve.

I also put all my development folders in the DropBox folder so that, should I have a disk failure or damaged/corrupted filesystem, I will not lose any recent changes and days of work.

Of course, I make offline backups too, but this maybe only once a month or at the finish of a new project or project update.

One of my projects uses Inno Setup to make a self-installing .exe file, however, I noticed that very often the Inno Setup compile operation would fail to complete when using a project which contained files situated in a DropBox folder. I could try compiling maybe five times before the last attempt would work. If I used a non-DropBox folder then there was never any problem. Presumably, DropBox was busy synchronising any recently changed files and this interfered with the compiler.

To fix the issue I decided to write a small batch file to temporarily suspend dropbox, run Inno Setup and then re-enable DropBox. Here is a simplified example:

REM suspend dropbox
pssuspend dropbox  >nul 2>&1
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" .\_InnoE2B.iss > nul
if errorlevel 1 echo FAILED! & PAUSE
REM re-enable dropbox
pssuspend dropbox -r > nul

This seems to do the trick!

Sunday 4 December 2022

E2B v2.19c Beta available with INDONESIAN language menu option

A user, Mikail, has kindly spent a lot of time and effort adding the two language files to support INDONESIAN for the E2B menu system.

If you can understand Indonesian, please test the latest E2B v2.19c Beta and check all menu entries, help text and the F1 help menu pages.

Check the 'Latest Beta' folder in the 'Alternate Downloads' 1Drive or Box depositories to download the new Beta.

Saturday 26 November 2022

Quickly improve the Windows Explorer right-click context menu

The Windows Explorer right-click menu seems to be getting worse (especially in Windows 11)!

For many years we have had to put up with the 'Send To'  option not sending a file to somewhere else but instead copying that file to somewhere else! If I send a parcel or letter to someone, I don't expect it to be cloned first!

The Shell utility by Nilesoft solves some of these issues by adding extra useful entries to the Explorer right-click menu list.


Wednesday 23 November 2022

How to run DOS utilities directly from an Easy2Boot USB drive

You may need to run a DOS-based test utility, BIOS Flash update utility or game on an x86 PC or notebook. Quite often the utility will be in the form of a bootable .ISO, .IMG or .IMA file which you can simply copy to a menu folder on your E2B USB drive. In some cases you may need to tweak the extension slightly, e.g. use xxx._isodos01.iso instead of .iso, depending on how the ISO has been constructed. Check the 'Tested Payloads' page to see if any special treatment is needed for any particular payload.

However, sometimes the DOS-based utility is provided as just a bunch of files and folders which you are supposed to copy to a floppy disk (remember those?).

Dr Hardware SysInfo is a typical example of a DOS-based test/report utility provided as a zip file which just contains the DOS files but no boot files...

Sunday 20 November 2022

Black Friday website host deals

Approx. 60% of all websites use Wordpress. So I highly recommend the power and flexability of Wordpres versus any other content management system. By using WordPress you will not be locked in to a particular 3rd-party system where you need to pay for a 'premium' feature and you will also know that if you do have a problem with WordPress or Wordpress plugins, then many other people will also have had the same issue and will be able to help you (or any bug will be fixed very rapidly as it will affect many thousands of sites).

If you have read my eBook 'How to make $1000 a month from the Internet' you will see that I highly recommend (and use) Hostinger (#Ad link) as a WordPress web site host. At the moment they have a special Black Friday deal and offer up to 80% off  a 4-year hosting plan + 1 free domain & 1 free SSL for their 'Premium' web hosting plan. This works out at $2.49/month and it will allow you to create up to 100 websites.


Thursday 17 November 2022

VentoyPlugson 1.0.82 for E2B now available

Ventoy v1.0.82 is released today.

You can add this latest version to your E2B/agFM USB drive as an image file if you want to run the
latest version of Ventoy - see here for details.

If you wish to configure the \ventoy\ventoy.json file you can use official \ventoy\VentoyPlugson.exe, however you will need to first switch in the new v1.0.82 Ventoy Partition 2 image file because the official version of VentoyPlugson.exe checks for 'official' USB drive partitions and MBR boot code.

If you want to run Plugson.exe without needing to switch in the official Ventoy partition image, you can download a modified v1.0.82 version of VentoyPlugson.exe which runs on an E2B USB drive by downloading the zip file in the 'Latest Beta' file store area and extracting it to the \ventoy folder on the E2B Partition 1 volume.

Note: The current 'Ventoy for E2B' version  which is modified to work directly from an E2B USB drive is v1.0.79.


Ventoy 1.0.82 Changes (VentoyPlugson relevant lines show in red)
  1. Ventoy2Disk.exe: Add exFAT/NTFS/FAT32 options in Option-->Partition Configuration for Ventoy installation.
  2. Ventoy2Disk.exe: Display Ventoy partition file system in selected disk
  3. Ventoy2Disk.exe: Fix the issue that string "Status x%" is missing for translations (#1667)
  4. Update Shim/Mokmanager efi file from Fedora 37.
  5. Add VTOY_SHOW_PASSWORD_ASTERISK option in global control plugon. (#1931)
  6. VentoyPlugson: Fix the issue that secondary boot menu option mismatch between web page and json file.
  7. Fix the issue that Linux WEB/GUI version does not restore MBR when updating. (#1935)
  8. Change Ventoy LiveCD GUI default language to English (#1938)
  9. Fix the issue that help line disappears when auto-going to a Fn submenu. (#1939)
  10. Fix an issue that CGI backup tool can not open after boot WePE.
  11. Optimization for Windows unattended install process.
  12. Fix the disk display error when pCloud virtual disk is installed in Windows OS.
  13. languages.json update

Saturday 12 November 2022

Test AMD Radeon GPU RAM memory using Linux Scripts

 First watch the Learn Electronics Repair YT videos (and subscribe :-):

Using Linux to diagnose a fault:




How to run the test scripts:


Adding the test to any E2B USB drive

1. Download and add the ArchLinux ISO and copy to \_ISO\LINUX folder and make the file contiguous.

2. Download the two scripts,  unpack and copy to a \scripts folder on your E2B USB drive.

3. Boot to  the ISO and follow the instructions in the video (see screenshot below):



Type the correct command as explained in the video

I used these commands to get to the scripts folder:

fdisk -l

mkdir /ss

mount /dev/sda1 /ss

/ss/scripts


dmgg - test Polaris and Navi AMD GPU (RX400/RX500/RX5000)

memtest - generic test


This can also be done using Ventoy, but you should use the VTOY_LINUX_REMOUNT option in the global control section of the ventoy.json user config file so that the volume is accessible once booted to Linux.

See Also - other video card tests

See also MATS/MODS test article here and Kings OverKill article here.


Saturday 5 November 2022

Add your own animated gif to E2B

 <<<


You can make your own animation like the shuffle dancer shown in the screenshot above (download here) in just a few minutes. The hardest part is finding an animated GIF in the first place like this one.

Friday 4 November 2022

E2B Theme (Rosalind Franklin + DNA animation)


E2B menu plus DNA gif with transparent background

  • 1024x768
  • Rosalind Franklin wallpaper
  • Animated rotating DNA model
Use \_ISO\E2B_Editor.exe to change colours, wallpaper, etc. as you prefer.

You can download the files from here (Alternate Downloads - Themes folder). Just extract the files to the \_ISO folder.