Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 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=" | + | 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 |