Virt
Jump to navigation
Jump to search
Virtual box tip for running netbsd
$ VBoxSDL --norawr0 --startvm netbsd
Not tested yet.
XEN
fix vnc port
For HVM’s: vnc=1 # Enable VNC vncconsole=0 # Don’t start vncviewer after “create” the domain vncunused=0 # Don’t automatically assign unused port based on domain id vncdisplay=2 # VNC Port Number to be added to “59”. e.g.: vncdisplay=2 : port=5902 , vncdisplay=30 : port 5930 For PV’s vfb=["type=vnc,vncunused=0,vncdisplay=44"]