VMware Serverをアップデートしたら、これまで起動していたDebian GNU/Linux testingが起動しなくなってしまった。症状としては以下のものと同じ。
After converting my SCSI drives to IDE to solve previous FC7/Vmware issues I upgraded to 1.0.4. Now upon boot my screen and messages log are filling up with bellow SCSI entries. Once errors reach sd 2:0:15:7 the errors stop. Thoughts?
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: [sdx] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: [sdx] Sense not available.
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: rejecting I/O to offline device
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: [sdx] Write Protect is off
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: rejecting I/O to offline device
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: [sdx] Asking for cache data failed
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: [sdx] Assuming drive cache: write through
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: [sdx] Attached SCSI disk
Sep 18 16:55:29 dev kernel: sd 2:0:2:6: Attached scsi generic sg24 type 0
Sep 18 16:55:29 dev kernel: scsi2: *** BusLogic BT-958 Initialized Successfully ***
Virtual Machineの設定ファイル(***.vmx)に以下の記述を加えたらうまく起動するようになった。
scsi0.virtualDev = "buslogic"
環境は
- パソコン:Dell Dimension 9200
- Virtual Machine:Debian GNU/Linux testing
- VMware Server:Version 1.0.4 build-56528
- ホストOS:Windows XP Service Pack 2