Changes between Version 9 and Version 10 of Paravirtualization
- Timestamp:
- Dec 30, 2010, 5:26:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Paravirtualization
v9 v10 6 6 7 7 Because of the performance benefits, you should consider using a ParaVM if possible. The easy way to do this is to use the autoinstaller. If you have an HVM that you want to keep, you can convert it into a ParaVM with the steps below. 8 9 10 == If you are coming to this page because you want something newer than the Hardy autoinstall that we offered, check again - we now have Ubuntu Lucid and Maverick autoinstallers that will give you a properly-configured paravirtualized machine in about five minutes! == 8 11 9 12 == Converting a Linux Guest to ParaVM == … … 17 20 * linux-headers-xen 18 21 19 On an Ubuntu system, install the following packages:22 *If you are using an amd64 Ubuntu system, you do not need to install any new packages.* On a 32-bit Ubuntu, install the following packages: 20 23 * linux-image-xen 21 24 * linux-headers-xen 22 25 23 26 === Fix Grub === 27 28 '''Skip this step if you are running an amd64 Ubuntu machine''' 24 29 25 30 By default, the `update-grub` script which generates the /boot/grub/menu.lst file will not add Xen kernels when not currently booted as a Xen guest. In order to change this behavior, edit /usr/sbin/update-grub and apply the following patch: