Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 01:02:43 -0800
From:      Peter Grehan <grehan@freebsd.org>
To:        "Rudy (bulk)" <crapsh@monkeybrains.net>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: SOLVED - Re: New to Bhyve -- help setting up /dev/sda1 and /dev/vda1
Message-ID:  <53047333.6050501@freebsd.org>
In-Reply-To: <5304705B.8000901@monkeybrains.net>
References:  <53046315.5090804@monkeybrains.net> <5304705B.8000901@monkeybrains.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53047333.6050501>