User Tools

Site Tools


howtos:building_floppy_image_for_lsi_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howtos:building_floppy_image_for_lsi_driver [25/08/2017 14:04] – created domingohowtos:building_floppy_image_for_lsi_driver [02/12/2018 21:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +When building a virtual machine using LSI disk controller you need to use a floppy image (in Windows XP at least). 
 +
 +Get the 32-bit driver {{:howtos:lsi20320-r_xp_50700_01034132it_1201800_1005239.zip|here}} or [[http://www.lsi.com/cm/License.do?url=http://www.lsi.com/DistributionSystem/AssetDocument/files/support/ssp/whql/LSI20320-R_xp_50700_01034132IT_1201800_1005239.zip&prodName=LSI20320-R&subType=Driver&locale=EN|here]]
 +
 +Extract the zip file to /tmp/lsi
 +
 +Do the following terminal-fu:
 +
 +<code>
 +mkdir /tmp/floppy
 +mkfs.msdos -C /tmp/floppyimagefile.flp 1440
 +sudo mount -o loop /tmp/floppyimagefile.flp /tmp/floppy
 +sudo cp /tmp/lsi/* /tmp/floppy
 +cd
 +sudo umount /tmp/floppy
 +cp /tmp/floppyimage.flp ~
 +</code>
 +
 +You should now have the floppy image file called "floppyimagefile.flp" in you home directory.
 +
 +Upload this file to your VMware storage and mount it on your floppy of the virtual machine.
 +
 +Boot up the virtual machine and make it boot on the XP install CD. During the first blue screen (not BSOD!) press F6 (it also says to do so in the bottom of the screen). It will then look for the driver floppy and find our driver and thus enable it to find the disk.
 +
 +If you don't want to play with terminal-fu and just want the driver floppy and get going (or running Windows and don't have access to the tools required :-) ), here is a pre-cooked floppy image:  {{:howtos:lsi.flp.zip|}}
  
howtos/building_floppy_image_for_lsi_driver.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1