Manual

6-14 Chapter 6: Driver installation
7. When the installation is completed, press <Ctrl> + <Alt> + <F2> to switch to
the command-line interface from graphic user interface.
8. Type the following commands when using a Legacy oppy.
mkdir /mnt/driver
mount /dev/fd0 /mnt/driver
cd /mnt/driver
sh replace_ahci.sh
reboot
Type the following commands when using a USB oppy.
cat /proc/partitions
Write down the
Major
and
Minor
number before
sdb
for later use.
mknod /dev/sdb b [major number] [minor number]
mkdir /mnt/driver
mount /dev/sdb /mnt/driver
cd /mnt/driver
sh replace_ahci.sh
reboot