User Tools

Site Tools


bhyve_slackware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bhyve_slackware [2023/06/20 04:58] chrisbhyve_slackware [2026/02/08 02:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Bhyve and Slackware ======
  
 +
 +Install the sysutils/vm-bhyve package.
 +
 +add the following to /path/to/vm/.templates/slackware.conf
 +
 +<file txt slackware.conf>
 +loader="uefi"
 +cpu=4
 +graphics="yes"
 +memory=8192M
 +network0_type="virtio-net"
 +network0_switch="public"
 +disk0_type="virtio-blk"
 +disk0_name="disk0.img"
 +</file>
 +<code>
 +vm create -t slackware -s 128G slackguest
 +vm install slackguest slackware64-15.0-install-dvd.iso
 +</code>
 +partiton the disk
 +cfdisk /dev/disk
 +
 +run the setup
 +
 +<code>setup</code>
 +
 +and continue with the install..
 +
 +Install ELILO since we setup Slackware to use uefi this is your only option and allows you to not require to use the bhyve specific version of grub.

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki