http://www.tagus.org/pukiwiki/index.php?Etc http://www.math.sansu.org/u/pwplus/index.php?VMware http://d.hatena.ne.jp/pyopyopyo/20060210/p3 !Linux を IDE(hda) から SCSI(sda) へ移行する手順 1.IDE のシステムバックアップを作成 2.SCSI を繋いでリストア 3.grub-install とかをする 4.以下のファイルで hda になっているところを sda へ書き換える /boot/grub/device.map /etc/fstab /etc/mtab 5./etc/modprobe.conf  を書き換えてSCSIのモジュールがロードされるようにする。  以下は、VMWare ESXi のゲストOSをLinux にした場合の例 alias scsi_hostadapter mptbase alias scsi_hostadapter1 mptspi alias scsi_hostadapter2 ata_piix 6.initrdイメージを作り直す。 % cd /boot % mkinitrd -f /boot/initrd-2.6.22.2-42.fc6.img 2.6.22.2-42.fc6 7. /boot/grub/menu.lst で上で作成したファイルを読み込むように設定 {{category2 OS,Linux}}