Difference between revisions of "GSP Virtualisation with Xen"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 184: Line 184:
 
  xe vm-param-set uuid=<vm uuid> HVM-boot-policy="" ''(clear the HVM boot mode)''
 
  xe vm-param-set uuid=<vm uuid> HVM-boot-policy="" ''(clear the HVM boot mode)''
 
  xe vm-param-set uuid=<vm uuid> PV-bootloader=pygrub ''(set pygrub as the boot loader)''
 
  xe vm-param-set uuid=<vm uuid> PV-bootloader=pygrub ''(set pygrub as the boot loader)''
  xe vm-param-set uuid=<vm uuid> PV-args="console=tty0 xencons=tty" ''(set the display arguments)''
+
  xe vm-param-set uuid=<vm uuid> PV-args="text utf8" ''(set the display arguments)''
 
+
Other possible options are: "console=tty0 xencons=tty",
  
 
Followed by
 
Followed by

Revision as of 18:16, 8 March 2012