2020-11-13 21:27:42 +0200 | received badge | ● Famous Question (source) |
2020-11-01 21:22:02 +0200 | received badge | ● Notable Question (source) |
2020-11-01 21:22:02 +0200 | received badge | ● Popular Question (source) |
2020-10-22 12:35:50 +0200 | received badge | ● Teacher (source) |
2020-10-22 12:35:50 +0200 | received badge | ● Self-Learner (source) |
2020-10-22 12:35:48 +0200 | marked best answer | Cannot deploy simple Windows 2016 VM Hello! Using vRealize 8.1 and a slightly modified VMware cloudbase config...https://docs.vmware.com/en/V... I'm not able to get cloudbase to kick off at all. In the cloudbase logs, I can see multiple errors, etc. WARNING cloudbaseinit.metadata.services.osconfigdrive.windows [-] ISO extraction failed on <partition: \\?\globalroot\device\harddisk0\partition2=""> with WindowsCloudbaseInitException("Cannot open file: 'The process cannot access the file because it is being used by another process.' I can see the ISO is attached but cloudbase doesn't appear to be able to use it. Thank you for any input! |
2020-10-22 05:55:58 +0200 | answered a question | Cannot deploy simple Windows 2016 VM I found that the #cloud-config header was missing in the XML file. I was missing a pipe in my blueprint. cloudConfig: |
2020-10-21 00:31:14 +0200 | asked a question | Cannot deploy simple Windows 2016 VM Cannot deploy simple Windows 2016 VM Hello! Using vRealize 8.1 and a slightly modified VMware cloudbase config...https:/ |
2020-08-05 15:09:20 +0200 | marked best answer | Windows 2016 - cloudbase error - device not ready I see a few posts for this issue, with no answers. 2016 Template on VMmware 6.7. I have a local user named "cloudbase" created and set as a local administrator with logon as a service rights. Here's the cloudbase-init.log: 2020-07-07 23:00:30.230 2012 DEBUG cloudbaseinit.osutils.windows [-] Creating logon session for user: True\cloudbase createuserlogon_session C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\lib\site-packages\cloudbaseinit\osutils\windows.py:649 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser [-] Cannot create a user logon session for user: "cloudbase": cloudbaseinit.exception.WindowsCloudbaseInitException: Cannot load user profile: 'The device is not ready.' 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser Traceback (most recent call last): 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser File "C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\lib\site-packages\cloudbaseinit\plugins\windows\createuser.py", line 32, in createuserlogon 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser True) 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser File "C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\lib\site-packages\cloudbaseinit\osutils\windows.py", line 670, in createuserlogonsession 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser "Cannot load user profile: %r") 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser cloudbaseinit.exception.WindowsCloudbaseInitException: Cannot load user profile: 'The device is not ready.' 2020-07-07 23:00:32.511 2012 ERROR cloudbaseinit.plugins.windows.createuser 2020-07-07 23:00:32.527 2012 INFO cloudbaseinit.init [-] Executing plugin 'SetUserPasswordPlugin' 2020-07-07 23:00:32.527 2012 DEBUG cloudbaseinit.utils.classloader [-] Loading class 'cloudbaseinit.osutils.windows.WindowsUtils' load_class C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\lib\site-packages\cloudbaseinit\utils\classloader.py:27 But then, its able to set the password for the cloudbase account? 2020-07-07 23:00:32.527 2012 DEBUG cloudbaseinit.plugins.common.setuserpassword [-] Generating a random user password setpassword C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\lib\site-packages\cloudbaseinit\plugins\common\setuserpassword.py:87 2020-07-07 23:00:32.527 2012 INFO cloudbaseinit.plugins.common.setuserpassword [-] Password succesfully updated for user cloudbase I did login with the account before sysprep to validate the account logon. Thanks for any input! |
2020-07-21 11:24:39 +0200 | received badge | ● Famous Question (source) |
2020-07-20 21:26:35 +0200 | commented answer | Windows 2016 - cloudbase error - device not ready Yes, I definitely can try it. Much appreciated! |
2020-07-13 12:18:01 +0200 | received badge | ● Notable Question (source) |
2020-07-09 15:35:48 +0200 | received badge | ● Popular Question (source) |
2020-07-08 02:43:53 +0200 | asked a question | Windows 2016 - cloudbase error - device not ready Windows 2016 - cloudbase error - device not ready I see a few posts for this issue, with no answers. 2016 Template on V |