- ページ 4

デスクトップ HP 2530p - EliteBook - Core 2 Duo 2.13 GHzのPDF マニュアルをオンラインで閲覧またはダウンロードできます。HP 2530p - EliteBook - Core 2 Duo 2.13 GHz 20 ページ。 Notebook pc
HP 2530p - EliteBook - Core 2 Duo 2.13 GHz にも: 仕様 (36 ページ), 製品マニュアル (16 ページ), ユーザーマニュアル (15 ページ), ネットワーク・マニュアル (16 ページ), 仕様 (2 ページ), ユーザーマニュアル (27 ページ), セットアップマニュアル (19 ページ), 概要 (16 ページ), マニュアライン (12 ページ), ソフトウェア・インストール・マニュアル (8 ページ), マニュアライン (6 ページ), 設定・構成マニュアル (18 ページ), ドライバーのインストール (20 ページ), マニュアライン (7 ページ), ユーザーマニュアル (31 ページ), ユーザーマニュアル (46 ページ), ユーザーマニュアル (44 ページ), ユーザーマニュアル (42 ページ), 仕様 (45 ページ), ユーザーマニュアル (30 ページ), ユーザーマニュアル (24 ページ), クイックスペック (46 ページ)

HP 2530p - EliteBook - Core 2 Duo 2.13 GHz マニュアル
cd ..
16.
tar -xzvf xen-3.3.0.tar.gz
17.
cd xen-3.3.0
18.
make install-xen
19.
make install-tools
20.
edit the menu file (/boot/grub/menu.lst) as follows:
21.
Before the 'title' add:
serial --unit=0 --speed=115200 --parity=no --stop=1
terminal --timeout=10 serial console
Add an additional grub entry:
title Fedora Core (Xen with VTD)
root (hd0,0)
kernel /xen.gz com1=115200,8n1 vtd=1 console=com1
module /vmlinuz-2.6.18.8-xen root=LABEL=/ ro console=tty0 console=ttyS0, 115200,
8n1 pci=nommconf (All in a single line)
module /initrd-2.6.18.8-xen.img
Make sure to check the root location and 'root=LABEL=/' match with the first grub entry and points
22.
to the root partition.
Reboot the system. Enable TPM, VTD and TXT in the Bios settings.
23.
The next time you boot into the system, you can select the option at the boot menu to boot into
24.
'Xen with VTD'.
While checking the serial output for this grub entry, if it gets stuck at a display message related to
25.
VTD, then try 'vtd=0' in the grub entry.

TBOOT Installation

Copy the latest sinit.bin file into /boot directory.
1.
Open the terminal
2.
cd ~/
3.
If required set the proxy options as, export http_proxy=<proxy address>:<port number>
4.
yum install mercurial (if not installed already)
5.
hg clone –r 93d0895153f6
6.
tboot package)
cd tboot.hg/tboot
7.
edit Config.mk, un-comment (remove #) the line #CFLAGS += -DMEM_LOGGING and save it
8.
(This will write all of the serial messages to a memory buffer. Helpful for notebooks that lack serial
output port).
cd ..
9.
make install (requires internet connection)
10.
cd ..
11.
ln –s linux-2.6.18-xen-3.3.0 build-linux-2.6.18-xen_x86_64 (assuming Xen is already installed)
12.
http://www.bughost.org/repos.hg/tboot.hg
(this downloads latest