FreeBSD equivalent of Rufus

I need to install a 32 bit version of Windows to be able to apply a BIOS upgrade to a laptop.

I have ISOs in WinXP and Win7 but it seems that I can only install them via Rufus which is a Windows program.

Is there a FreeBSD equivalent of Rufus?
 
I need to install a 32 bit version of Windows to be able to apply a BIOS upgrade to a laptop.

I have ISOs in WinXP and Win7 but it seems that I can only install them via Rufus which is a Windows program.

Is there a FreeBSD equivalent of Rufus?
Some BIOS has the function to upgrade directly from BIOS. I have ASUS laptop with Fedora and I upgrade BIOS without booting from USB. So no need to prepare XP on USB.
 
To make a MBR/Legacy/CSM boot media, I'd use WoeUSB from a Linux LiveUSB; it's likely possible to do the boot flag and hookups from FreeBSD, but I wasn't a fan of figuring that out years ago on Windows and just used Rufus :p


UEFI boot is easy: You can copy the contents of an iso directly to a FAT32 or NTFS drive (fresh formatted da0 from FreeBSD; afaik doesn't matter MBR/GPT/no partition table) and then select the bootx64.efi from BIOS/firmware.

install.wim needs to be below 4GB for FAT32 (haven't seen UEFI firmware not boot from NTFS but afaik FAT32 is supposed to be always-supported); Win10 21H2's is like 3GB but iirc 11 24H2's is 5GB (Rufus has some UEFI-NTFS thing if UEFI firmware doesn't have NTFS support and/or can split the install.wim for 4GB FAT limits)

On FreeBSD I do FAT32 to a USB drive and 7-zip to extract an iso directly to the drive and have notes here (doesn't do MBR/Legacy 32-bit support)


Depending on the BIOS image and firmware locks, I'd sooner try flashrom from a Linux LiveUSB :D
 
If you can boot some system from Ventoy, what bios you want install? Bios mod and official bios available as bootable ISO images with DOS, so you dont need Windows.
It is not available as bootable ISO image. It is an unofficial BIOS.

Installation​

The flasher is an EXE-file which updates the BIOS directly. Note that the BIOS flasher only works on 32-bit versions of Windows.

It is available here
 
What about this? (sounds like they have a pre-built iso somewhere)
I must check that out.....

Just now I noticed


Middleton_BIOS.rar
  • 7luj27uc.iso
so I'll have to extract the RAR file. Haven't use one of those for a decade. I'm guessing there is a FreeBSD version of unrar...
 
The Hiram boot cd is 64 bit.
It runs Win11 PE which has the wow6432 subsystem which runs 32 bit binaries.

Otherwise how would anybody update their bios since all new machines are 64 bit?

Try first before giving up
 
Back
Top