We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 9.8.0 installs fine:
iohyve fetchiso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.8.0-amd64-netinst.iso iohyve create debian 100G iohyve set debian ram=8G os=d8lvm loader=grub-bhyve iohyve install debian debian-9.8.0-amd64-netinst.iso iohyve console debian
But it won't start:
iohyve start debian iohyve console debian
gives me a grub> prompt.
grub>
This is iohyve 0.7.9 installed from packages on FreeBSD 12.0-RELEASE-p3.
In the grub console there is (hd0,msdos1)/grub/grub.cfg installed by the Debian installer, of course.
(hd0,msdos1)/grub/grub.cfg
On FreeBSD, in /iohyve/debian theres device.map, but no grub.cfg.
/iohyve/debian
device.map
grub.cfg
The text was updated successfully, but these errors were encountered:
Non-LVM install and os=debian works. Just the LVM install is broken.
os=debian
Sorry, something went wrong.
late, but you can use os=ubuntu for Debian-like LVM installs
No branches or pull requests
Debian 9.8.0 installs fine:
But it won't start:
gives me a
grub>
prompt.This is iohyve 0.7.9 installed from packages on FreeBSD 12.0-RELEASE-p3.
In the grub console there is
(hd0,msdos1)/grub/grub.cfg
installed by the Debian installer, of course.On FreeBSD, in
/iohyve/debian
theresdevice.map
, but nogrub.cfg
.The text was updated successfully, but these errors were encountered: