nlf / dlite

The simplest way to use Docker on OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kexec: failed to load kernel ~/.dlite/bzImage

lessless opened this issue · comments

Hello,

I'm well aware of the nlf/dhyve-os#32, but that doesn't work for me, I even tried sudo dlite install -v 3.0.0, - same result.

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.