Closed lessless closed 8 years ago
Hello,
I'm well aware of the https://github.com/nlf/dhyve-os/issues/32, but that doesn't work for me, I even tried sudo dlite install -v 3.0.0, - same result.
sudo dlite install -v 3.0.0
brew install dlite ==> Downloading https://homebrew.bintray.com/bottles/dlite-1.1.5.el_capitan.bott Already downloaded: /Users/lessless/Library/Caches/Homebrew/dlite-1.1.5.el_capitan.bottle.tar.gz ==> Pouring dlite-1.1.5.el_capitan.bottle.tar.gz ==> Caveats Installing and upgrading dlite with brew does not automatically install or upgrade the dlite daemon and virtual machine. ==> Summary 🍺 /usr/local/Cellar/dlite/1.1.5: 2 files, 9.9M $ sudo dlite install -v 3.0.0 Building disk image: done Downloading OS: done Writing configuration: done Creating launchd agent: done $ dlite start $ sudo dlite daemon COM1 connected to /dev/ttys002 kexec: failed to load kernel /Users/lessless/.dlite/bzImage
v 2.3.1
$ sudo dlite uninstall Removing launchd agent: done Removing files: done $ sudo dlite install -v 2.3.1 Building disk image: done Downloading OS: done Writing configuration: done Creating launchd agent: done $ sudo dlite daemon COM1 connected to /dev/ttys002 kexec: failed to load kernel /Users/lessless/.dlite/bzImage
OS is 10.11.5 (15F34)
I recreated you're steps and noticed that the bzImage file only contains html code. So I assumed a wrong url.
With the command dlite update -v 3.0.0-beta4; I managed to get it work.
dlite update -v 3.0.0-beta4;
resolved in https://github.com/nlf/dlite/releases/tag/2.0.0-beta7
Hello,
I'm well aware of the https://github.com/nlf/dhyve-os/issues/32, but that doesn't work for me, I even tried
sudo dlite install -v 3.0.0
, - same result.v 2.3.1
OS is 10.11.5 (15F34)