A while back I got my hands on a Compaq Portable II, notable for being one of the first “luggable” PCs. Not the very earliest (as one might imagine from the name, there was a predecessor even from Compaq), but close enough to be interesting yet developed enough to be able to actually do things.
When I first got it, I did something that you shouldn’t do: I turned it on. The screen worked, but it showed me an error message (“102-System Board Failure”). So, I did what I pretty much always do. I completely disassembled it. I will probably go through a more detailed photo essay of the features of this machine later, here’s just a couple of quick summary notes.
The case comes off, revealing a pretty carefully caged machine. It is intended to be able to withstand being lugged around.
It has four available slots, and they were all filled. They include a 1200 baud Hayes modem, a QIC-20 tape interface card, a (CGA?) graphics card, and a multifunction card that at least handles the floppy and hard drives, and also seems to have some external ports (printer maybe?).
However, even when I’d removed all of the cards except the video card, I was still getting “102-System Board Failure”).
So, I kept going, took everything all the way apart, and put it back together. Something in that process did some good, since I was then faced with a much more friendly-looking “162-System Options Not Set-(Run Setup)” and “Insert DIAGNOSTIC diskette in drive A:”.
Home free! Except, I didn’t know if I had any bootable PC disks. This is a 360K drive, for one thing, so only the smallest disks would work. And I have pretty much been concentrating on Apple stuff, I only have three PC 5.25″ drives apart from the one in the Compaq, and the only interface I have to them is my Kryoflux USB board. So, now the question was: how do I create a bootable floppy? And this was really a harder problem than I thought it would be.
The Kryoflux is capable of writing, but the software is still under development, and most of the attention has focused on Amiga disks. So, pretty much the only option I had was to convert a disk image to their internal IPF format first, and then write it out.
Furthermore, the Compaq Portable II doesn’t have a BIOS setup screen, the way you set the BIOS parameters is by booting a special Diagnostic disk. So I needed to get my hands on that. A little bit of searching around revealed that I could get a copy of the program that can create the diagnostic disk from a link on the Compaq Portable III page at oldcomputers.net.
It turns out that these images contain an EXE file that will unpack and then create the disks—if you have a 360K drive installed. Neither Parallels nor VirtualBox was willing to tell the QRST (Quick Release Sector Transfer) program what it wanted to hear about the capabilities of the attached drives. So, I couldn’t use this program to create the disks unless I could somehow get that program onto a disk I could boot the Compaq from.
The problem is that, although there is an internal hard drive, it wasn’t recognized at all, so I’d have to fit everything onto a 360K floppy, which was impossible. It needs space to unpack the disk images. So, that wasn’t going to work either.
Finally, after a lot of flailing around on the web, I found a page on z80.de that has already-made images of the Diagnostic disk and the Compaq flavor of DOS 3.1. I am now hosting those files as well: Compaq Portable II setup diskette (360K), Compaq Portable II DOS 3.1 disk 1 of 2 (360K), Compaq Portable II DOS 3.1 disk 2 of 2 (360K). But even then, the problem wasn’t solved, since these images need another program to unpack them. That program is CopyQM, which I am also now hosting but probably shouldn’t be—if I am not mistaken, it was pulled from the internet a while back as being still a going concern, but without any real replacement. I can’t remember now where I found it, but I did, and now there’s another copy on the internet linked from here as well. So, then I had to go back into VirtualBox and in a more modern Windows (that allows folder sharing), I was able to unpack the disks onto a 1.2MB disk image (which I got by downloading a FreeDOS boot disk from this page of boot disks), which VirtualBox allowed me to attach and which CopyQM allowed me to write to.
So now I had the disk images, in .img format. I just had to turn those into real 5.25″ floppies. In order to convert these into the IPF file format that the Kryoflux can write, I made use of KeirF’s Disk Utilities, which contain a program called disk-analyse that allows conversion of .img files into .ipf files. I had to compile it myself (./configure, make, sudo make install), but it compiled fine under Mountain Lion. Yet it still took a lot of fiddling. The disk-analyse program complains if the disk isn’t exactly the right size, and in fact I never did get it to work exactly as it was supposed to. What I did is this: I took the 1.2MB image and went in with a hex editor (0xED) and chopped off the bytes in the image beyond 360K, so the image would be the right size. Then I ran the following command:
disk-analyse -f ibm_pc_dd cp2setup.img cp2setup.ipf
This bombed out with an error as follows:
T0-79: IBM-PC DD T80-167: Unformatted disk-analyse(78653) malloc: *** error for object 0x101dd6000: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap: 6
However, it did in the process write a 360K .ipf file, which, happily, was sufficient for the Kryoflux write program to do its thing. So, then I connected up the Kryoflux and did this:
dtc -w -wi1 -fcp2setup.ipf
And the drive chugged away until it had written the disk. And I wrote the DOS 3.1 disks this way as well. Then I went over to the Compaq Portable II and tried them out—and they were not recognized at all. After scratching my head for a little while, I decided to take the Compaq Portable II’s own drive out and hook it up to the Kryoflux, so that it would be writing on the drive that later needed to read the images. Another round of writing and disk-chugging and I had three more disks made, and then I moved the drive back to the Compaq Portable II to try it out.
And, this time, it worked!
This done, I was now able to boot from the DOS 3.1 disks, which, it turns out, are in German.
That accomplished, I formatted the internal hard drive (maybe I should have tried to save it, but I could see no easy way to do so). Looks like a 20MB drive.
And then I copied the contents of all three floppies onto it. And now, it boots, in German, from its own internal drive.
So, finally, success. I’ll reassemble it later, that’s enough for one day.
[Addendum: In the unlikely event somebody else is going to try to do this very same thing, here is a zip file containing the various images I used. The .dsk files are the original ones I got from www.z80.de, which need to be converted with CopyQM, the .ima files are the 1.2MB images that resulted from using CopyQM on the .dsk files, the .img files are the .ima files chopped down to 360K, and the .ipf files are the images converted to Kryoflux format to allow them to be written out.]
Great detective work – truly a labor of love! I’ve got a couple of Deskpros that I did a similar job with, but I had access to an intermediary system with a 5 1/4 drive that was compatible enough — but doing it with your Kryoflux was a great twist!
Yeah, that was kind of a big obstacle. I’m lucky I even had the Kryoflux around. With one working DOS machine now, things might be easier if I need to do something like this again. There are still some things I’d like to try with this. One thing I’d like to try is putting a CF card in this instead of a hard drive. The interface is an IDE interface (although the drive itself is I think a SCSI drive, there’s a controller board within the drive assembly to do the conversion), so it might be pretty straightforward if I can get the CF card formatted properly. Then it will run more quietly and it will be much simpler to get software on and off of the machine as well. The experience would then lack the little drive squeaks, and maybe once I prove to myself that a CF card can do it, I’ll put the hard drive back in and let it run out its days in the comfort of its own home, but I don’t really trust vintage hard drives to last.
I imagine it won’t be all that long before the Kryoflux software catches up and makes all of this a bit easier, but I was pleased that I was able to get it working now. Now I just need to find a non-German version of DOS 3.1 (apparently, DOS 3.1 is the end of the line for this machine, although I saw a hint that DOS 6.0 might also work, but nothing in between is reported to work).
Thanks for the image files. I was able to write cp2setup.img to a 360KB floppy in Windows 8 64-bit using a program called RawWrite for Windows. My Compaq Portable III booted it first try.
Hi Paul, a most interesting article, I am in the middle of restoring my compaq2 and the diag disk data was welcome.
IF you want I have a copy of Epson DOS3.0, on 5.25″ disks (4), this is for the PC-AX2, and I send these via email if wanted , it works fine on mine.
Like all of these the hard disk failed, I gat about three used ones but all dud, so gave up and stuck a quantum 100mb disk in, partitioned to 32mb and 66mb, I used snooper to set the bios, and its fine, even sees the 66mb partition as well.
Had trouble with the 5.25 floppy drive, very intermittent, so put a 3.5 floppy drive in, used snooper to set the bios, and it was ok.
Have found the old drive was a bit dry and sticking, have sorted that and its back in the machine.
Regards
Terry
Thanks, this was very helpful. My compaq is up and running again.:)
Hi Paul, I was just down the basement of the company I work for and found an old Compaq Portable II (tried booting it and got the same error as you had at first). I’m gonna start working on it as soon as I get the time to. Thanks for shareing.
//SC
I have one of these from my grandfather. Used to play on it as a kid. I have a bunch of old games I used to play on it, Catacombs, Crystal Caves, Comander Keen Dreams, Duke Nukem, etc etc. I’d love to check these things out again. Problem is it won’t read my Boot Disk. The drive is reading (making noise and lights up at least). I wonder if I’d be able to purchase a Boot Disk from someone for a reasonable price?
Thanks,
Jason
myerchinize@gmail.com