New Question

tictoc's profile - activity

2016-11-11 22:18:09 +0300 received badge  Popular Question (source)
2016-11-11 22:18:09 +0300 received badge  Famous Question (source)
2016-11-11 22:18:09 +0300 received badge  Notable Question (source)
2016-09-02 20:10:22 +0300 received badge  Famous Question (source)
2016-06-17 18:16:48 +0300 received badge  Notable Question (source)
2016-06-16 01:17:44 +0300 received badge  Popular Question (source)
2016-06-04 03:29:46 +0300 commented answer Nano Server won't boot

PERFECT! Openstack Mitaka and Nano are running happily! Thank you!! I would add this into your Openstack Nano howto's as most of the RDO users are either QEMU or KVM. I run a nested Openstack under an ESXI server as well. Thanks Again!!!

2016-06-03 11:50:05 +0300 asked a question Nano Server won't boot

Using https://cloudbase.it/openstack-window... I created a nano.vhdx and imported it into my Mitaka Openstack.

Just continually reboots with Inaccessible Boot Device ...

All of my other images work fine so little lost on what to check.

2016-06-02 21:03:52 +0300 commented answer Nano Openstack Build

using instructions https://cloudbase.it/openstack-windows-nano-server/ I have built the VHDX file - Add the Cloudbase settings to the VHDX file the issue is when I run the .\CloudbaseInitOfflineSetup.ps1 -VhdPath $vhdxPath A parameter cannot be found that matches parameter name 'VhdPath'.

2016-06-02 19:04:21 +0300 received badge  Editor (source)
2016-06-02 19:02:36 +0300 asked a question Nano Openstack Build

Set path and Download

$cloudbaseInitZipPath = Join-Path $pwd CloudbaseInitSetupx64.zip Start-BitsTransfer -Source "https://www.cloudbase.it/downloads/CloudbaseInitSetupx64.zip" ` -Destination $cloudbaseInitZipPath

Install Cloudbase-Init and prepare the image for OpenStack:

$vhdxPath = "C:\VHDs\Nano.vhdx"

.\CloudbaseInitOfflineSetup.ps1 -VhdPath $vhdxPath -CloudbaseInitZipPath $cloudbaseInitZipPath

I get PS C:\cloudbase-init-offline-install> .\CloudbaseInitOfflineSetup.ps1 -VhdPath $vhdxPath -CloudbaseInitZipPath $cloudbaseInitZipPath C:\cloudbase-init-offline-install\CloudbaseInitOfflineSetup.ps1 : A parameter cannot be found that matches parameter name 'VhdPath'. At line:1 char:33 + .\CloudbaseInitOfflineSetup.ps1 -VhdPath $vhdxPath -CloudbaseInitZipP ... + ~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [CloudbaseInitOfflineSetup.ps1], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,CloudbaseInitOfflineSetup.ps1

Paths are correct and tested...

2016-03-10 22:05:04 +0300 received badge  Famous Question (source)
2016-03-10 22:05:04 +0300 received badge  Notable Question (source)
2016-03-10 22:05:04 +0300 received badge  Popular Question (source)
2016-03-06 20:20:49 +0300 answered a question cloudbase-init does not support more than 1 NIC

Has this been resolved in newer release or is it still WIP?

2016-03-03 18:21:34 +0300 asked a question Configuration Drive - CDROM

How to set to disconnect after completion of the install?