Page MenuHomeFreeBSD

UEFI support in vmrun.sh
ClosedPublic

Authored by lattera-gmail.com on Apr 12 2017, 11:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 8:15 AM
Unknown Object (File)
Nov 20 2024, 9:08 AM
Unknown Object (File)
Nov 16 2024, 1:35 PM
Unknown Object (File)
Nov 9 2024, 10:02 AM
Unknown Object (File)
Nov 7 2024, 5:02 PM
Unknown Object (File)
Sep 24 2024, 12:47 AM
Unknown Object (File)
Sep 24 2024, 12:47 AM
Unknown Object (File)
Sep 22 2024, 1:46 PM

Details

Summary

This patch adds UEFI support in vmrun.sh/usr/share/examples/bhyve/vmrun.sh -E

Test Plan

pkg install uefi-edk2-bhyve tigervnc

Run vmrun.sh as you normally would, but pass in the -E option, which will cause bhyve to create a framebuffer, listening on 127.0.0.1:5900. You can use vncviewer from the tigervnc package to connect to the framebuffer.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

allanjude added inline comments.
share/examples/bhyve/vmrun.sh
55–56

lets keep -h, and use -L to control the IP we listen on.

225

add a helpful message telling them the name of the pkg to install?

lattera-gmail.com edited the summary of this revision. (Show Details)

Update to address Allan's comments.

allanjude added inline comments.
share/examples/bhyve/vmrun.sh
49

you forgot to re-add -h here, but I'll fix that before I commit it

This revision is now accepted and ready to land.Apr 13 2017, 12:02 AM
This revision was automatically updated to reflect the committed changes.