Changes between Version 5 and Version 6 of Paravirtualization
- Timestamp:
- Oct 31, 2008, 2:37:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Paravirtualization
v5 v6 13 13 * 64-bit install 14 14 It is currently not possible to boot a 32-bit ParaVM kernel on xvm (see #64). This should be possible, but for now, it is only possible to boot 64-bit kernels. 15 * DHCP does not work16 The xvm DHCP server currently does not communicate correctly with a paravirtualized guest, so the IP address will have to be set manually. To do this, edit /etc/network/interfaces and change the line that reads17 {{{18 iface eth0 inet dhcp19 }}}20 to instead read21 {{{22 iface eth0 inet static23 address <your static IP address>24 netmask 255.255.0.025 gateway 18.181.0.126 }}}27 15 28 16 === Installing the Necessary Packages ===