hard disk prep for memtest86+

I would like to boot and run memtest86+ but have no floppies and CDROM boot is not an option for this machine.

I tried writing the binary to a spare hard drive directly, which did not work. Then I tried creating a basic MBR and wrote the binary to the first partition, still no good. Any other ideas?
 
Yeah, I realize that it is not strictly FreeBSD but it is a port and I could see a lot of FreeBSD users wanting to test their memory. This looks to be the best way so far.

I tried writing to /dev/da0 with no dice. Then I created an MBR partition and tried writing to /dev/da0s1 and still would not boot. Not sure what I am doing wrong yet.
 
Did you uncompress the archive after downloading it?

Code:
# tar -xvzf memtest86-usb.tar.gz
# dd if=memtest86-usb.img of=/dev/da0 bs=64k
 
wblock@ said:
Did you uncompress the archive after downloading it?

Code:
# tar -xvzf memtest86-usb.tar.gz
# dd if=memtest86-usb.img of=/dev/da0 bs=64k

Oh, I added from ports and was using the /boot/opt file that resulted. It does not claim to be compressed. I suppose I should try this other distribution, though. Thanks!
 
I think it was a ports problem after all!

When I download the binary direct from the memtest86+ web site it works great. When I use the file installed by the port, it simply hangs forever.
 
Back
Top