Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
For *nix operating systems this may not be a problem, however when trying to install Windows 201 on a virtual machine with VMware Paravirtual SCSI Controllers, the installer will NOT be able to detect disks. This is because Windows does not come with the required drivers.
The following section guides through the process of loading the drivers on the VM by creating an additional CD/DVD unit with the VSS Command Line Interface. Summarizing we will:
- Power Off the VM.
- Create a CD/DVD unit
- Mount the VMware Tools installer (windows.iso).
- Load the Driver in the Windows installer.
Step-by-step guide
Using https://vss-cli.eis.utoronto.ca or a local VSS CLI install
Execute the following command to power off the virtual machine:
vss-cli compute vm set --wait VM-NAME state -c off
id : 18551
status : IN_PROGRESS
task_id : 842eddab-5682-40b3-8d34-387838362bae
message : Request has been accepted for processing
⏳ Waiting for request 18551 to complete...
🎉 Request 18551 completed successfully:
warnings : New state is poweredOff
errors :
Create a new CD/DVD unit backed by the VMware Tools ISO image (windows.iso)
vss-cli compute vm set --wait VM-NAME cd mk --backing windows.iso
id : 18552
status : IN_PROGRESS
task_id : 2eabee34-54b7-4738-987e-089362e03414
message : Request has been accepted for processing
⏳ Waiting for request 18552 to complete...
🎉 Request 18552 completed successfully:
warnings : CD/DVD drive 2 ([] /vmimages/tools-isoimages/windows.iso) -> IDE 0:1 created
errors :
Execute the following command to power ON the virtual machine:
vss-cli compute vm set --wait VM-NAME state -c on
id : 18553
status : IN_PROGRESS
task_id : 842eddab-5682-40b3-8d34-387838362bae
message : Request has been accepted for processing
⏳ Waiting for request 18551 to complete...
🎉 Request 18553 completed successfully:
warnings : New state is poweredOn
errors :
- Launch the Console, proceed with the Windows install and load the drivers as follows:
- Once the driver loads properly, you can proceed with the install.
Related articles
-
Page:
-
Page:
-
Page:
-
Page:
-
Page: