I made my boot USB following the instructions on this forum:
- Found an old 1GB USB Thumb Drive
- Downloaded the win98boot files and unzipped them into a folder
- Installed and ran the HP USB Disk Storage Format Tool in admin mode.
- Formatted USB Flash Drive in FAT[16] as a Boot Drive, pointing it to the folder with the win98boot files.
- Downloaded Middleton's ISO file. (There are a variety for different machines) http://www.thinkwiki.org/wiki/Middleton's_BIOS
- Opened Middleton's ISO file using an archive extractor and just copied the contents of the folder I wanted (not the disk images, in my case) over to the root directory of my newly formatted USB BOOT drive.
HERE'S WHERE WHAT I DID DIFFERENTLY FROM THE SOLUTIONS IN THIS FORUM
- I downloaded phlash16 v1.7.0.21 from https://www.wimsbios.com/phoenixflasher.jsp. This DOS version is essential, since we are working off a DOS boot.
- I copied PHLASH16.EXE to the root directory of the USB BOOT drive
- I opened FLASH.BAT from the USB root directory and changed it as follows:
Code: Select all
@echo off
echo Updating BIOS. Please wait...
PLASH16 $01B6200.FL1 [This starts Phlash16 for Dos and runs the ROM image file, in my case $01B6200.FL1]
echo BIOS flash completed. Reboot your machine now.
pause- Restarted. Boots into DOS.
- At the Command Prompt typed "Flash" and enter to run the batch file.
- The system ran the ROM update process
- Let it run the process.
- It will restart, press F1 to enter BIOS. Check version number, if matches to Middleton's BIOS version then you successfully flashed to the modified BIOS.
I make no guarantees. Use this strategy at your own risk. Hope it saves someone the hours of trolling through forums finding hints on possible solutions.
My thanks to all those who wrote about this process, including ScaryRaebbit, ThinkWiki, Ahmed Hossan https://www.bios-mods.com/forum/Thread- ... OS-PHOENIX, and even though I didn't have time to try his method, pcapex.
I still haven't gotten my touchscreen working or the buttons on the tablet, but I continue working on it.



