4 .It Em "Domain-0 / privileged" installation
5 Install grub to your disk by running the command:
9 You should now be able to reboot your system to
13 entry in the grub boot menu.
14 You might have to update your network configuration since the network
15 interface has a different name.
17 .It Em "non-privileged" installation
19 Create a new or edit the existing domain tool config file for
21 domains (/usr/pkg/etc/xc12/netbsd or /etc/xc/netbsd).
24 add a vbd_list to define a virtual block device for the new domain:
26 vbd_list = [ ('phy:wd0i','hda1','w') ]
28 (replace wd0i with the partition containing the filesystem for the new
31 comment out the cmdline_extra line
34 Now you can start the new domain with the following command:
36 xc_dom_create.py -f netbsd -D 'vmid=1;ip=123.45.67.89' -m 32 -k /path/to/netbsd-GENERIC.gz