Hi Rudy,
And here is how to launch:
bhyvectl --vm=vm1 --destroy
grub-bhyve -r hd0 -m ./device.map -v -M 2048 vm1
set root=(hd0,msdos1)
linux /vmlinuz root=/dev/vda1
initrd /initrd.img
boot
You can avoid the command prompt by using the '-r' parameter to
specify the root device i.e.
grub-bhyve -r hd0,msdos1 -m ./device.map -M 2048 vm1
This should allow grub-bhyve to pick up the Ubuntu grub scripts
automatically.
later,
Peter.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to
"[email protected]"