<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.syn2cat.lu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.syn2cat.lu/w/index.php?action=history&amp;feed=atom&amp;title=Paravirtualise_Ubuntu_in_XenServer</id>
		<title>Paravirtualise Ubuntu in XenServer - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.syn2cat.lu/w/index.php?action=history&amp;feed=atom&amp;title=Paravirtualise_Ubuntu_in_XenServer"/>
		<link rel="alternate" type="text/html" href="https://wiki.syn2cat.lu/w/index.php?title=Paravirtualise_Ubuntu_in_XenServer&amp;action=history"/>
		<updated>2026-09-15T17:09:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>//wiki.syn2cat.lu/w/index.php?title=Paravirtualise_Ubuntu_in_XenServer&amp;diff=13849&amp;oldid=prev</id>
		<title>Jedi: Created page with &quot;Here below some notes to help users setup an Ubuntu Server installation paravirtualised mode:  * Install XenServer * Create a VM with &quot;Other install media&quot; * Install with ext3 (i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.syn2cat.lu/w/index.php?title=Paravirtualise_Ubuntu_in_XenServer&amp;diff=13849&amp;oldid=prev"/>
				<updated>2011-04-29T17:53:15Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here below some notes to help users setup an Ubuntu Server installation paravirtualised mode:  * Install XenServer * Create a VM with &amp;quot;Other install media&amp;quot; * Install with ext3 (i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here below some notes to help users setup an Ubuntu Server installation paravirtualised mode:&lt;br /&gt;
&lt;br /&gt;
* Install XenServer&lt;br /&gt;
* Create a VM with &amp;quot;Other install media&amp;quot;&lt;br /&gt;
* Install with ext3 (instead of ext4)&lt;br /&gt;
* Put the swap partition first and the &amp;quot;/&amp;quot; partition second (both primary) which will allow you to resize the disk later on&lt;br /&gt;
&lt;br /&gt;
After this, boot the system up, login as root and execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove --purge grub2\*&lt;br /&gt;
 rm -rf /boot/grub/*&lt;br /&gt;
 apt-get install grub&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
 &lt;br /&gt;
 #remove quiet splash from /boot/grub/menu.lst, run update-grub again&lt;br /&gt;
 reboot with grub1&lt;br /&gt;
 &lt;br /&gt;
 sudo cp /etc/init/tty1.conf /etc/init/hvc0.conf&lt;br /&gt;
 vim /etc/init/hvc0.conf #change tty1 -&amp;gt; hvc0&lt;br /&gt;
&lt;br /&gt;
Now shut the system down and go to the console of the hardware node:&lt;br /&gt;
 &lt;br /&gt;
 xe vm-list&lt;br /&gt;
 &lt;br /&gt;
 uuid=xxxxxxxxxxxxxx&lt;br /&gt;
 xe vm-param-set uuid=$uuid HVM-boot-policy=&lt;br /&gt;
 xe vm-param-set uuid=$uuid PV-bootloader=pygrub&lt;br /&gt;
 xe vm-param-set uuid=$uuid PV-args=&amp;quot;console=tty0 xencons=tty&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 xe vm-disk-list uuid=$uuid&lt;br /&gt;
 &lt;br /&gt;
 uuiddisk=xxxxxxxxxxxxx&lt;br /&gt;
 xe vbd-param-set uuid=$uuiddisk bootable=true&lt;br /&gt;
&lt;br /&gt;
After this, start the VM and check if it's running in PV mode:&lt;br /&gt;
 ps axfwwwww|grep xen&lt;br /&gt;
&lt;br /&gt;
Now, connect the XenTools.iso to the VM and mount it and install the xentools&lt;br /&gt;
 mount /dev/xvdd /mnt&lt;br /&gt;
 dpkg -i /mnt/Linux/xe-guest-utilities_5.6.0-578_amd64.deb&lt;br /&gt;
&lt;br /&gt;
That's it!&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;/div&gt;</summary>
		<author><name>Jedi</name></author>	</entry>

	</feed>