VOGONS


memtest86 that works for 486

Topic actions

Reply 20 of 23, by mb1106

User metadata
Rank Newbie
Rank
Newbie

Just for the case that anyone is reading this, and has problems getting the binary of Memtest86+ onto a floppy like me, there are some things to try.

- If you run the script "install" or "install64" from the windows explorer, you will be unlikely to succeed as the script will not be able to find the files that are located in the exact same directory. I assume this has something to do with the over-observing Windows Defender of Win10/Win11. To solve this, launch a command prompt with administrative rights, navigate to the "floppy" folder of the desired Memtest version that has been unzipped before, and launch the command from there.

- I could not get any of the Memtest86+ images onto a floppy, it always said "Error 86 Wrong Parameter". I managed to find out that usually if writing a floppy image with "dd.exe" the "block size" should be specified with 1440k for 1.44MBytes on a standard 3.5 inch 2HD floppy. I don't know why but for all the install.bat and install64.bat scripts, the creator has specified a block size of 18k. If you right click on the batch file, and edit the command

dd.exe if=memtestp.bin of=\\.\a: bs=18k

to

dd.exe if=memtestp.bin of=\\.\a: bs=1440k

it worked for me. (There was still an error message 87 Wrong Parameter, however the created floppy was able to boot up and run Memtest with no problems on my DX4).

Reply 21 of 23, by arncht

User metadata
Rank Oldbie
Rank
Oldbie

the memtest86 (non-plus) 4.1 iso version has multiboot setup, the 3.5b version works on 486dx4 (i did not test the 3.5b directly).
another interesting thing, i could write out on windows xp to an sdcard with rufus. then it could boot on a 486 with an sd-ide adapter, no floppy needed.

My little retro computer world
Overdoze of the demoscene

Reply 22 of 23, by holoprox

User metadata
Rank Newbie
Rank
Newbie

https://youtu.be/zQ6iNAABuzY

IBM PS/1 2133-642 Memtest86 v4.10 visual Loading...

150+ retro computers on board!
80+ flightsticks!

Reply 23 of 23, by mkarcher

User metadata
Rank l33t
Rank
l33t
holoprox wrote on 2024-08-09, 08:19:

IBM PS/1 2133-642 Memtest86 v4.10 visual Loading...

That's memtest86+ v4.10, which is known to be working on 486 computers, so it does not contradict

arncht wrote on 2024-02-04, 19:41:

the memtest86 (non-plus) 4.1 iso version has multiboot setup, the 3.5b version works on 486dx4 (i did not test the 3.5b directly).

(bold-face added in post production)

Furthermore:

arncht wrote on 2024-02-04, 19:41:

boot on a 486 with an sd-ide adapter, no floppy needed.

Another way to avoid the floppy is to boot in a quite clean DOS environment and then load memtest86+ using loadin. As memtest86 recycles the linux kernel loading scheme it can be loaded by loadlin just like a "real" linux kernel.