Open main menu

Aram's Wiki β

Difference between revisions of "Install Fedora Linux 29 in iohyve"

(Created page with "Category:Linux Category:FreeBSD == Introduction == We'll Install [https://getfedora.org/en/server/ Fedora] Linux 29 in [https://github.com/pr1ntf/iohyve iohyve]. ==...")
 
(Create VM)
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
  
 
  iohyve create fedora 100G
 
  iohyve create fedora 100G
  iohyve set fedora ram=8G cpu=4 os=centos7 loader=grub-bhyve
+
  iohyve set fedora ram=8G cpu=4 os=centos7 loader=grub-bhyve bargs=-A_-H_-P_-u
  
 
Adjust to taste.
 
Adjust to taste.
Line 28: Line 28:
 
  iohyve console fedora
 
  iohyve console fedora
  
Install whole disk, [https://github.com/pr1ntf/iohyve/issues/304| do not use LVM].
+
Install whole disk, LVM and XFS seem to work fine, regardless of documentation.
  
 
== Configure ==
 
== Configure ==

Latest revision as of 11:26, 20 March 2019


Contents

Introduction

We'll Install Fedora Linux 29 in iohyve.

Prerequisites

Properly configured iohyve running on FreeBSD. All commands below run as root.

Install

Fetch Installation Medium

iohyve fetchiso https://download.fedoraproject.org/pub/fedora/linux/releases/29/Server/x86_64/iso/Fedora-Server-netinst-x86_64-29-1.2.iso

Create VM

iohyve create fedora 100G
iohyve set fedora ram=8G cpu=4 os=centos7 loader=grub-bhyve bargs=-A_-H_-P_-u

Adjust to taste.

Install VM

iohyve install fedora Fedora-Server-netinst-x86_64-29-1.2.iso
iohyve console fedora

Install whole disk, LVM and XFS seem to work fine, regardless of documentation.

Configure

Start VM

iohyve start fedora
iohyve console fedora
iohyve set fedora boot=1

See Fedora Linux Post Install Steps.