bhyve_slackware
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| bhyve_slackware [2023/06/20 04:58] – chris | bhyve_slackware [2026/02/08 02:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Bhyve and Slackware ====== | ||
| + | |||
| + | Install the sysutils/ | ||
| + | |||
| + | add the following to / | ||
| + | |||
| + | <file txt slackware.conf> | ||
| + | loader=" | ||
| + | cpu=4 | ||
| + | graphics=" | ||
| + | memory=8192M | ||
| + | network0_type=" | ||
| + | network0_switch=" | ||
| + | disk0_type=" | ||
| + | disk0_name=" | ||
| + | </ | ||
| + | < | ||
| + | vm create -t slackware -s 128G slackguest | ||
| + | vm install slackguest slackware64-15.0-install-dvd.iso | ||
| + | </ | ||
| + | partiton the disk | ||
| + | cfdisk /dev/disk | ||
| + | |||
| + | run the setup | ||
| + | |||
| + | < | ||
| + | |||
| + | 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. | ||
