Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to search (clarify that template names are not string matches but Perl regular expressions (mind the parentheses!)) |
(Add how to boot from DVD iso image.) |
||
Line 421: | Line 421: | ||
See | See | ||
* http://blog.403labs.com/post/1546501840/paravirtulization-with-citrix-xenserver-5-5-and-ubuntu | * http://blog.403labs.com/post/1546501840/paravirtulization-with-citrix-xenserver-5-5-and-ubuntu | ||
+ | |||
+ | === Booting from a DVD ISO (e.g. rescue mode) === | ||
+ | |||
+ | In XenCenter it is sometimes not possible to choose any other boot device than the Hard Disk. To change this, edit the following parameters on the command line. | ||
+ | xe vm-param-set uuid=''<uuid of VM>'' HVM-boot-policy="BIOS order" | ||
+ | xe vm-param-set uuid=''<uuid of VM>'' HVM-boot-params:"order=dc" | ||
+ | |||
+ | Now the boot parameters can be edited again in XenCenter. | ||
== SR corruption == | == SR corruption == |