|
CD-rom settings
You got more or less 4 different options to use CDs:
|
ide1:0.present = "true" ide1:0.startConnected = "TRUE" |
This settings allow to boot from the CDrom. The device will be detected as a VMware CDrom. This settings are the ones that work troublefree. |
|
ide1:0.present = "true" ide1:0.filename = "E:" |
This mode will detect a VMware CDrom and use a real CDrom drive of your host. Specify which device to use by giving the driveletter on Windows-hosts. This settings will allow booting from CDrom. |
|
ide1:0.present
= "true" ide1:0.filename = "/dev/hdc" |
This mode will detect a VMware CDrom and use a real CDrom drive of your host. Specify which device to use like /dev/hdc on Linux This settings will allow booting from CDrom. |
ide1:0.present = "true" ide1:0.filename = "E:" |
This mode will detect the CDrom like
it is detected by your host. This settings will allow booting from CDrom. |
ide1:0.present = "true" ide1:0.filename = " /dev/hdc" |
This mode will detect the CDrom like
it is detected by your host. This settings will allow booting from CDrom. |
scsi0:0.present = "true" scsi0:0.filename = "E:" |
This mode will detect the CDrom like
it is detected by your host. This settings will not allow booting from CDrom - but it can be used for CD-writing. |
|
Additional settings ide1:0.startConnected = "TRUE" This parameter defines wether you want the device connected at boot-time
- for performance reasons set to "false" as soon as possible!
This parameter defines wether you want to use the device exclusicely by one VM only. It only makes sense if you don't use Isos. Don't use unless there is no way around it. ide1:0.autodetect = "TRUE" ide0:0.allowGuestConnectionControl = "TRUE" Use to allow control via the vmware-tools from within a guest.
|
|
Server only ide1:0.clientDevice = "TRUE" Use this to connect Isos from a remote host. |
|
Warning Don't switch from 'raw-device/cdrom-raw' to any of the other settings
without thought , as this may also mean that you need different drivers
inside your guest. |