Export thread

  • Be sure to checkout “Tips & Tricks”
    Dear Guest Visitor → Once you register and log-in please checkout the “Tips & Tricks” page for some very handy tips!

    /Steve.
  • BootAble – FreeDOS boot testing freeware

    To obtain direct, low-level access to a system's mass storage drives, SpinRite runs under a GRC-customized version of FreeDOS which has been modified to add compatibility with all file systems. In order to run SpinRite it must first be possible to boot FreeDOS.

    GRC's “BootAble” freeware allows anyone to easily create BIOS-bootable media in order to workout and confirm the details of getting a machine to boot FreeDOS through a BIOS. Once the means of doing that has been determined, the media created by SpinRite can be booted and run in the same way.

    The participants here, who have taken the time to share their knowledge and experience, their successes and some frustrations with booting their computers into FreeDOS, have created a valuable knowledgebase which will benefit everyone who follows.

    You may click on the image to the right to obtain your own copy of BootAble. Then use the knowledge and experience documented here to boot your computer(s) into FreeDOS. And please do not hesitate to ask questions – nowhere else can better answers be found.

    (You may permanently close this reminder with the 'X' in the upper right.)

Is ReadSpeed.img valid IMG file?

#1

D

Dan Stevens

Is the Readspeed.img file, hosted at https://www.grc.com/files/readspeed-img.zip valid?

When I try to open it with WinImage I get the error "ReadSpeed.img is not image file".

When I try to boot the img file in VirtualBox I get the error "Missing Operating System".

Am I doing something wrong or is there a fault with the file?


#2

P

PHolder

I presume it's valid, or it wouldn't have worked for others, and @Steve wouldn't be hosting it. It's probable it is a "floppy image" and not a "cd image" and that is the difference you're experiencing in the tools?


#3

millQ

millQ

Is the Readspeed.img file, hosted at https://www.grc.com/files/readspeed-img.zip valid?

When I try to open it with WinImage I get the error "ReadSpeed.img is not image file".

When I try to boot the img file in VirtualBox I get the error "Missing Operating System".

Am I doing something wrong or is there a fault with the file?
Are you using Linux/macOS?

^
ReadSpeed IMG file
Linux and macOS users, who do not have access to Windows, may download the ReadSpeed IMG file. After unzipping, the Linux 'dd' command, or other image writing utility, can be used to write the filesystem image to any USB stick to create a bootable 8MB DOS filesystem


#4

danlock

danlock

I tried converting the file from .img to .iso using one utility and was told it was not a valid .img file, FWIW.


#5

Steve

Steve

Is the Readspeed.img file, hosted at https://www.grc.com/files/readspeed-img.zip valid?

When I try to open it with WinImage I get the error "ReadSpeed.img is not image file".

When I try to boot the img file in VirtualBox I get the error "Missing Operating System".

Am I doing something wrong or is there a fault with the file?
Dan...

Can you explain what it is that you're attempting to do? There's no such thing as an "invalid image file" since any file can declare itself to be an image. In this case, as the ReadSpeed page states, it's simply the "business end" of a bootable 8MB DOS file system. So, if it is "raw copied" to the front of any bootable device — at least 8MB would be best — it will be bootable. This has worked for me and others. ;)


#6

millQ

millQ

I tried converting the file from .img to .iso using one utility and was told it was not a valid .img file, FWIW.
ok,
What will you do with the ISO?


#7

D

DanR

Is the Readspeed.img file, hosted at https://www.grc.com/files/readspeed-img.zip valid?
A probably dumb question. But . . .

Did you try =extracting= the readspeed.img file from the zip archive file?


#8

D

Dan Stevens

Dan...

Can you explain what it is that you're attempting to do? There's no such thing as an "invalid image file" since any file can declare itself to be an image. In this case, as the ReadSpeed page states, it's simply the "business end" of a bootable 8MB DOS file system. So, if it is "raw copied" to the front of any bootable device — at least 8MB would be best — it will be bootable. This has worked for me and others. ;)
I'm using YUMI Legacy to create a multi-bootable USB thumb drive. I was able to get SpinRite to boot from the drive via YUMI's boot menu by taking the SpinRite.img file produced by SpinRite.exe and creating a FreeDOS entry in the YUMI setup app and selecting the SpinRite.img. As I understand it, upon at boot time, selecting the 'FreeDOS (SpinRite)' option in the boot menu, YUMI creates an in-memory disk initialised with the img file and boots from it. I thought I'd be able to do the same with the ReadSpeed.img file, however when I try this I get 'Missing Operating System' error.

However, there's no need for disappointment, since I found a different way to make a bootable ReadSpeed image file that works with YUMI:
  1. Using ReadSpeed.exe, format a different USB thumb drive to boot ReadSpeed.
  2. Using WinImage create a blank image file.
  3. Inject the files from the thumb drive into image file.
  4. Set the Boot Sector Properties to match that of SpinRite.img.
  5. In YUMI setup app, create a FreeDOS entry specifying the img file.
  6. Boot from the USB thumb drive and from the YUMI menu select the 'FreeDOS ReadSpeed' option.
If anyone would like this .img file, it's available here: http://danstevens.github.io/ReadSpeed.img


#9

Steve

Steve

@Dan Stevens : Yeah. The trouble, again, is that there's no clear and clean definition for an "image file." The .IMG file that the SpinRite.exe produces is for a 1.44MB diskette file system — so for a drive with 2 heads, 18 sectors and 80 tracks. So if that is written to anything that is emulating a diskette, it'll boot. But the .IMG file I've posted for ReadSpeed is for an 8MB file system which assumes a modern CHS-to-LBA (pseudo-physical to logical linear) translation. So they are definitely two different beasties, even though that are both definitely file system image formats. :)


#10

danlock

danlock

ok,
What will you do with the ISO?
I was going to put it in the ISOS directory of a multi-boot USB drive I already had to see if it would work. I gave up on that idea pretty quickly and instead used ReadSpeed.exe to create a bootable ReadSpeed on another USB drive.


#11

A

AndreC

I'd love to see an image that would work in my multi-boot as well.. I've been using this setup with SpinRite.iso for years.. we need an ISO for ReadSpeed to work the same.



#13

M

marky1124

+1 for an official readspeed.iso that can be used on a multiboot usb stick such as Yumi.

@millQ thank you for producing one