Wednesday 28 September 2022

Testing a Ventoy USB drive using VirtualBox under Windows 10/11 (and why it didn't work!)

I usually test Ventoy, Easy2Boot, Rufus bootable USB drives using Oracle Virtual Box 5 under a Windows 10 OS.

To do this I use the VMUB utility (only works with VBox v5 - not v6 or v7). This removes the USB drive from Windows immediately  before running VBox so that VBox will have full rd/wr access to the USB drive and can Lock it for access. If VMUB is not used then strange issues can occur because VBox will snapshot all changes to the USB drive whilst under control of the virtual BIOS\Firmware.

I have always had problems running Ventoy under VBox +VMUB however - usually with Legacy booting which would sometimes fail on VBox but work OK on a real system. However, I did find that some of my Virtual Machines seemed to work better than others with Ventoy.

Monday 26 September 2022

E2B v2.16g and agFM v1.92 now have .vtoy support for full Linux OS VHD\VDI booting

Ventoy has the ability to boot from full Linux installations which have been installed onto a fixed .VHD file, fixed .VDI file or a disk raw image file. However, the code used can also be used under grub2 and grub4dos too. If you have an existing disk with Linux on it, you should be able to use the RMPrepUSB - Disk>File button to capture a .img file (although I haven't tried it with a Linux disk).

This means that a E2B USB drive (or any drive or partition) can contain multiple VHD or VDI Linux files and you can boot to a full Linux and run it at full speed (no persistence file is used). The only problem is that you cannot update the Linux kernel when booting in this way. If you wish to update the Linux version, you should do this by booting the VHD/VDI file under a Virtual Machine again - update the kernel - and then re-run the vtoyboot.sh script again. Then you can copy the new file to the E2B USB drive.

To update your E2B USB drive

See Alternate Downloads - Latest Beta folder for latest E2B version. If you wish to also test grub4efi, you can download the experimental 2.16gEFI version.
agFM v1.92 supports .vtoy files - run Ptn2:\e2b\Update agFM\Download and update agFM_v2.cmd to get the latest version of agFM.

Wednesday 14 September 2022

'Ventoy for Easy2Boot' v1.0.79d released

The current release of the official Ventoy v1.0.79  does not currently support Windows .7z file injection if you use the Ctrl+W  WIMBOOT override key (some PCs will not boot Windows ISOs without using WIMBOOT).

My latest version includes the latest Beta code so that WIMBOOT mode will also work with file injection (the next official version - Ventoy v1.0.80 will probably have this fix too).

Also, my new version will respond to the w, i, u and r keys (with or without the ctrl key) which means you can use those modifier keys on a Mac AirBook or other non-standard computer which does not recognise the Ctrl key.

Please run \e2b\Update agFM\Update_to_latest_Ventoy_version.cmd on Ptn2 to update to the latest version of 'Ventoy for Easy2Boot'.

Saturday 10 September 2022

'Ventoy for Easy2Boot' v1.0.79c released (bugfix)

Another problem was found with 'Ventoy for Easy2Boot 1.0.79' - Windows zip file injection was not working.

The issue has now been fixed in 1.0.79c.

Problem seems to be to do with the FAT code needing to specify ".xz " as file extension rather than ".xz" for FAT32 filesystems (three character extensions worked but not two character extensions) and also a bug in LongPanda's code created a file on X: even if the source file did not exist.

The new version is 1.0.79c (press F7 in Ventoy Menu to show version number).

Please run \e2b\Update agFM\Update_to_latest_Ventoy_version.cmd on Ptn2 to update to the latest version.

Check that the \ventoy\vtoyjump32.exe and vtoyjump64.exe has a date of 2022-09-09.

I have given details of the code changes here.

Monday 5 September 2022

Major bank security loophole exposed - don't be a victim - use this simple fix!

Did you know that there is a major security flaw with most banks?

Did you know that if someone steals your bank card and your phone then they can easily clean out ALL your bank accounts in just a few minutes!

That's right - if a thief has stolen both your bank debit card and your phone - he/she can find out your bank card PIN number very quickly and can then use your bank card + PIN to steal all your money. They can even transfer all your money from your bank's savings accounts into your bank's current account too so that they clean you out completely!

Here is how it works...

Saturday 3 September 2022

E2B v2.16f Beta

I have added the Ctrl+F7 and Alt+F7 hotkeys to the new Beta version of the E2B menu system.
Some people have been experiencing blank screens when booting to the E2B menu system in legacy mode on systems with certain display adapters+monitors. So pressing Alt+F7 or Ctrl+F7 will instantly switch to a different graphic mode and screen resolution which may allow them to see the menu in the new mode.

Current changes in 2.16f are:
  • Add .wimboot file extension support. Use xxxxx_.wimboot.wim to make E2B boot using iPXE wimboot method instead of NTBOOT and bootmgr\BCD.
  • Add Ctrl+F7 hotkey to switch display to text mode. Use Ctrl+F8 to reload menu in default mode.
  • Add Alt+F7 hotkey to switch display to 1024×768 mode. Use Ctrl+F8 to reload menu in default mode.
  • New SWITCH_E2B.exe to fix not switching if partition 4 has start/size parameters but is Type 0
  • New \_ISO\WINDOWS\SVR2022 folder added for Server 2022 with XML and KEY files.
  • F1 ENGlish help text file updated.
Please Contact Me if you have any issues or suggestions.