This procedure installs the aacraid driver while installing Ubuntu Server 14.04.3 64bit

1. Copy "aacraid.ko" to a floppy disk or USB flash.

2. Start installing Ubuntu 14.04.3 Server Linux by booting from the installation CD select Install Ubuntu Server,
   Press CTRL+ALT+F2 to switch to console2 while Ubuntu detects the network.

3. Insert your USB key or floppy disk

4. Run parted_devices command (scan for device, assume if USB drive is assigned to /dev/sda1)

5. Type the following commands:
	# mkdir /mnt2  /AACRAID
	# mount /dev/sda1 /mnt2
	# cp -R /mnt2/* /AACRAID 
	# umount /mnt2

6. *** Please remove the USB flash before the "modprobe aacraid" command ***

7. # modprobe -r aacraid
   # cp -f /AACRAID/aacraid.ko /lib/modules/3.19.0-25-generic/kernel/drivers/scsi/aacraid/aacraid.ko
   # depmod -a
   # modprobe aacraid

8. Press CTRL+ALT+F1 to return to installer. Continue the installation as usual. !!! READ STEP 9 NOW !!!

9. Do not reboot after the installation is complete. Press CTRL+ALT+F2 to
   switch to console 2 again.

10. Type the following commands:
	# cp -f /AACRAID/aacraid.ko /target/lib/modules/3.19.0-25-generic/kernel/drivers/scsi/aacraid/aacraid.ko
	# chroot /target
	# /sbin/depmod -a 3.19.0-25-generic
	# update-initramfs -u -v
	# exit

11. Press CTRL+ALT+F1 to return to the installer. Reboot to complete the installation.
