Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
vms:ipfire [2015/03/31 19:13]
admin [Start the VM]
vms:ipfire [2015/03/31 19:25]
admin [Start the VM]
Line 105: Line 105:
 Now we'd like to start the virtual machine. Now we'd like to start the virtual machine.
  
-Unfortunately,​ we're using the XAPI toolstack which doesn'​t provide an equivalent to the **xl create <vm> -c**. +Unfortunately,​ we're using the XAPI toolstack which doesn'​t provide an equivalent to the **xl create <vm> -c**.\\ 
 +Well have to modify the toolstack and reboot (had no time to search how to only reboot the toolstack itself).
  
 +<​code>​
 +> nano /​etc/​default/​xen
 +
 +TOOLSTACK=xl
 +
 +> reboot
 +</​code>​
  
 It will boot, do some housekeeping and reboot. During the reboot you will lose your console, and must reconnect. It will boot, do some housekeeping and reboot. During the reboot you will lose your console, and must reconnect.
Line 112: Line 120:
 Start the virtual with Start the virtual with
 <​code>​ <​code>​
-> cd /etc/xen+> cd /opt/xen/​X-Local-VMS/​
 > xl create ipfire -c > xl create ipfire -c
 </​code>​ </​code>​