Panasonic Toughbook CF-W7
Have you ever seen a rugged notebook? They are typically ugly, heavy, and slow. As soon as I heard “New toughbook”, I assumed the worst. Military spec with fat rubber pads on the outside, 10+ lbs, and a tiny, dark screen.
When it showed up in my office, I was completely unprepared. The CF-W7 is gorgeous! It’s sexy, sleek, lightweight, has a bright screen, and a super slick optical drive.
What’s the problem then?
Windows Vista was installed on it, and the legacy software that needs to be installed on it will not work under Vista. So, we downgrade to XP.
There’s a few things to note here though.
When you start the XP install, you need to press F6 to supply a driver for the HDD controller. This driver was a pain to find, but can be downloaded at this url:
https://eww.pavc.panasonic.co.jp/pc/...cgi?main=10440
Once you get that file downloaded, run it, and it will extract a program to make a floppy disk to be used for the XP installation.
There’s one more step though, which isn’t documented here.
Since the toughbook has no internal floppy drive, you’ll need to use a USB one for the install. The BIOS sees it as an external floppy, so it’ll work at first. Once it gets to the part where it actually starts to copy the files, it will fail, saying it cant read the floppy.
What you need to do is open the txtsetup.oem file (with notepad) on the diskette on another computer, and add a few lines.
Under this heading:
[HardwareIds.scsi.iaAHCI_ICH8M]
id= “PCI\VEN_8086&DEV_2829&CC_0106”,”iaStore”
add these lines:
id = "USB\VID_03F0&PID_2001", "usbstor" #--HP
id = "USB\VID_054C&PID_002C", "usbstor" #--Sony
id = "USB\VID_057B&PID_0001", "usbstor" #--Y-E Data
id = "USB\VID_0409&PID_0040", "usbstor" #--NEC
id = "USB\VID_0424&PID_0FDC", "usbstor" #--SMSC
id = "USB\VID_08BD&PID_1100", "usbstor" #--Iomega
id = "USB\VID_055D&PID_2020", "usbstor" #--Samsung
Save it, exit, and run the install again, selecting F6, then specifying the driver for the HDD controller.
Yay! It works now!
-Luke