Re: SOLVED - Re: New to Bhyve -- help setting up /dev/sda1 and /dev/vda1

2014-02-19 Thread Peter Grehan
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.

SOLVED - Re: New to Bhyve -- help setting up /dev/sda1 and /dev/vda1

2014-02-19 Thread Rudy (bulk)
On 2/18/14, 11:53 PM, Rudy (bulk) wrote: I am trying this method and can't quite figure out what root device to pass grub. # Step 0, clear old vm1 bhyvectl --vm=vm1 --destroy # Step 1, Launch grub-bhyve and configure grub. grub-bhyve -r hd0 -m ./device.map -v -M 2048 vm1 # Step 2, type in t