Changes

Jump to: navigation, search

Install Ubuntu Linux 20.04 LTS in vm-bhyve

175 bytes added, 16:01, 19 November 2019
Log-in
== Create VM ==
vm create -c 4 -m 8G -t linux-zvol -i bionic-server-cloudimg-amd64.img -C -k ~aram/.ssh/id_rsa.pub ubuntu
Change Adjust the number of CPUs and amount of physical memory in /vm/ubuntu/ubuntu.conf  vi /vm/ubuntu/ubuntuto taste.conf
== Start the VM ==
ssh ubuntu@192.168.0.27
Sadly vm-bhyve doesn't have any way of querying the IP, you need to search the DHCP logs or use ARP. Complete the installation by following the [[Ubuntu Linux Post Install Steps]]. == Enable autostart == Make sure the VM is listed in <code>vm_list</code> in <code>/etc/rc.conf</code>.  vm_list="ubuntu vm1 vm2 ..."

Navigation menu