Cannot install XP Pro under VBox 4 - F6 driver problem
Posted: 5. Mar 2011, 17:46
I followed the howto here and created a floppy image containing the drivers from the zip file uploaded in that thread.
I extracted the contents of the zip file and copied them over to a floppy img:
I selected the SATA driver:

Which allows me to select a virtual HDD:

The install begins but quickly stops complaining that setup cannot locate iaStor.sys

I'm running the latest version of VB for Linux and the same XP_SP3.iso I've been using forever. If I hit abort several times, the installer will continue but will eventually end in a blue screen:

Thoughts?
I extracted the contents of the zip file and copied them over to a floppy img:
Code: Select all
$ dd if=/dev/zero of="sata_x86.img" bs=1k count=1440
# mkfs.msdos sata_x86.img
# mount -o loop sata_x86.img /mnt
# cp ./driver/* /mnt
# umount /mnt
Which allows me to select a virtual HDD:

The install begins but quickly stops complaining that setup cannot locate iaStor.sys

I'm running the latest version of VB for Linux and the same XP_SP3.iso I've been using forever. If I hit abort several times, the installer will continue but will eventually end in a blue screen:

Thoughts?