Difference between revisions of "Install Debian Linux 9.8 in iohyve"

From Aram's Wiki
Jump to: navigation, search
(Created page with "== Introduction == We'll Install [https://www.debian.org Debian] Linux 9.8 in [https://github.com/pr1ntf/iohyve iohyve]. == Prerequisites == Set up iohyve in FreeBSD| Pro...")
 
(Install VM)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Linux]]
 +
[[Category:FreeBSD]]
 +
 
== Introduction ==
 
== Introduction ==
  
Line 5: Line 8:
 
== Prerequisites ==
 
== Prerequisites ==
  
[[Set up iohyve in FreeBSD| Properly configured iohyve running on FreeBSD]].
+
[[Set up iohyve in FreeBSD| Properly configured iohyve running on FreeBSD]]. All commands below run as root.
 +
 
 +
== Install ==
 +
 
 +
=== Fetch Installation Medium ===
 +
 
 +
iohyve fetchiso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.8.0-amd64-netinst.iso
 +
 
 +
=== Create VM ===
 +
 
 +
iohyve create debian 100G
 +
iohyve set debian ram=8G cpu=4 os=debian loader=grub-bhyve bargs=-A_-H_-P_-u
 +
 
 +
Adjust to taste.
 +
 
 +
=== Install VM ===
 +
 
 +
iohyve install debian debian-9.8.0-amd64-netinst.iso
 +
iohyve console debian
 +
 
 +
Install whole disk, [https://github.com/pr1ntf/iohyve/issues/304 | do not use LVM].
 +
 
 +
== Configure ==
 +
 
 +
=== Start VM ===
 +
 
 +
iohyve start debian
 +
iohyve console debian
 +
iohyve set debian boot=1
 +
 
 +
See [[Debian Linux Post Install Steps]].

Latest revision as of 13:32, 19 November 2019


Introduction

We'll Install Debian Linux 9.8 in iohyve.

Prerequisites

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

Install

Fetch Installation Medium

iohyve fetchiso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.8.0-amd64-netinst.iso

Create VM

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

Adjust to taste.

Install VM

iohyve install debian debian-9.8.0-amd64-netinst.iso
iohyve console debian

Install whole disk, | do not use LVM.

Configure

Start VM

iohyve start debian
iohyve console debian
iohyve set debian boot=1

See Debian Linux Post Install Steps.