Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 219: | Line 219: | ||
* http://itproctology.blogspot.com/2009/06/pv-enable-hvm-on-xenserver.html | * http://itproctology.blogspot.com/2009/06/pv-enable-hvm-on-xenserver.html | ||
− | === Editing the | + | === Editing the grub menu of a guest === |
You�ve got an opportunity to re-look at your grub config, where �-p 1� represents the partition where /boot lives and the optional �-f /grub/grub.cfg� tells which file to open specifically (since we�ve identified that pygrub doesn�t know how to handle grub2; if you�re not on a separate /boot partition, you�ll need to use �-f /boot/grub/grub.cfg�): | You�ve got an opportunity to re-look at your grub config, where �-p 1� represents the partition where /boot lives and the optional �-f /grub/grub.cfg� tells which file to open specifically (since we�ve identified that pygrub doesn�t know how to handle grub2; if you�re not on a separate /boot partition, you�ll need to use �-f /boot/grub/grub.cfg�): | ||
xe-edit-bootloader -n "vm-name" -p 1 -f /grub/grub.cfg | xe-edit-bootloader -n "vm-name" -p 1 -f /grub/grub.cfg |