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=hvc0 xencons=hvc� or �console=tty0� or �console=hvc0�.  
+
Other possible options are: "console=tty0 xencons=tty", �console=hvc0 xencons=hvc� or �console=tty0� or �console=hvc0�.  
  
 
Followed by
 
Followed by

Revision as of 16:16, 8 March 2012