Xen 3.3.0 Installation - HP 2730p - EliteBook - Core 2 Duo 1.86 GHz Manual

Trusted execution technology and tboot implementation
Hide thumbs Also See for 2730p - EliteBook - Core 2 Duo 1.86 GHz:
Table of Contents

Advertisement

Don't install boot loader password or select 'configure advance boot loader options'. Press
6.
<Next>
At the next screen, select the time zone and after that choose a password of your choice (the
7.
default username is 'root').
Install All Software packages, 1) office and productivity, 2) Software development, 3) Web Server.
8.
Don't install 'Additional Fedora Software'. Press <Next>
After installation is complete the system will ask for a reboot for the changes to take effect.
9.
After the first reboot select the following settings: "Firewall" - Disabled, "Security Enhanced Linux
10.
<SELinux>" - Disabled. The system will prompt for a restart after the settings are made.
Note: When you boot into Fedora, at the login screen, if you get an error stating that X server has
failed to start, try to configure the x server and set the color depth to "Thousands of colors" instead of
"Millions of colors". For any other situation where the display is not visible (black screen) you may
have to edit xorg.conf file and make the "Default Depth" to 16 under "Screen" section

XEN 3.3.0 Installation

Boot to Fedora. Install the Ethernet drivers if you haven't already done (see Appendix B).
1.
Open terminal,
2.
If required set the proxy options as, export http_proxy=<proxy address>:<port number>
3.
yum install mercurial (Installs latest version of mercurial from internet if you haven't already
4.
installed it).
Install wget if not already installed and download Xen 3.3.0 version into the root directory,
5.
a.
yum install wget
b.
wget
http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz
c.
wget
http://bits.xensource.com/oss-xen/release/3.3.0/linux-2.6.18-xen-3.3.0.tar.gz
download this in the same root location.
Check if the following packages are installed ('yum list <packageaname>' will display 'installed',
6.
else it would say 'fedora'). If not then install using 'yum install <packagename>'. :yum list gcc,
make, binutils, zlib, python, ncurses, openssl, bridge-utils, iproute, udev, dev86, unifdef, imake,
isdn4k-utils.
tar –xzvf linux-2.6.18-xen-3.3.0.tar.gz
7.
cd linux-2.6.18-xen-3.3.0
8.
make mrproper
9.
make menuconfig
10.
In the Linux Kernel Configuration window set/select the following options
11.
d.
General Setup
e.
Processor type and features
f.
Device Drivers
options (M, implies Module)
g.
XEN
Privileged Guest (domain 0) - *
h.
XEN
- unselect/exclude all "frontend driver"
After setting these options keep pressing ESC until prompted to save the kernel configuration.
12.
Choose Yes to save settings.
make (this takes >30 minutes)
13.
make modules_install
14.
make install
15.
Local Version - "-xen" (without the quotes)
Enable Xen compatible kernel - * (implies built-in)
SCSI device support
SCSI low-level drivers – Select 'M' on all excluded

Advertisement

Table of Contents
loading

Table of Contents