pr1ntf / iohyve

FreeBSD bhyve manager utilizing ZFS
BSD 2-Clause "Simplified" License
304 stars 44 forks source link

iohyve gives grup prompt after debian install #304

Open 4ad opened 5 years ago

4ad commented 5 years ago

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.

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 theres device.map, but no grub.cfg.

4ad commented 5 years ago

Non-LVM install and os=debian works. Just the LVM install is broken.

yo000 commented 4 years ago

late, but you can use os=ubuntu for Debian-like LVM installs