HP 8530w - EliteBook Mobile Workstation 매뉴얼 - 페이지 5

{카테고리_이름} HP 8530w - EliteBook Mobile Workstation에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. HP 8530w - EliteBook Mobile Workstation 20 페이지. Hp elitebook mobile workstation
HP 8530w - EliteBook Mobile Workstation에 대해서도 마찬가지입니다: 브로셔 및 사양 (8 페이지), 빠른 사양 (36 페이지), 사용자 설명서 (15 페이지), 브로셔 및 사양 (4 페이지), 네트워크 매뉴얼 (16 페이지), 사양 (4 페이지), 액세서리 매뉴얼 (2 페이지), 브로셔 및 사양 (6 페이지), 사용자 설명서 (27 페이지), 설정 매뉴얼 (19 페이지), 개요 (16 페이지), 매뉴얼 (12 페이지), 소프트웨어 설치 매뉴얼 (8 페이지), 매뉴얼 (6 페이지), 설정 및 구성 매뉴얼 (18 페이지), 매뉴얼 (7 페이지), 사용자 설명서 (28 페이지), 빠른 사양 (47 페이지)

HP 8530w - EliteBook Mobile Workstation 매뉴얼
cd tboot.hg/txt-test
13.
make install (this will create txt-test executable file, run './txt-stat' to read the serial messages from
14.
the memory buffer. Refer Appendix A for the sample tboot serial output).
edit the menu.lst to additional grub entry:
15.
title Fedora Core (Xen 3.3.0 with TXT)
root (hd0,0)
kernel /tboot.gz
module /xen.gz iommu=required com1=115200,8n1 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. Please note that the 'console' parameter will have no effect
here since the unit lacks any serial port)
module /initrd-2.6.18.8-xen.img
module /sinit.bin
Make sure to check the root location and 'root=LABEL=/' match with the first grub entry and points
16.
to the root partition.
Reboot the system. Enable TPM, VTD and TXT in the BIOS settings.
17.
The next time you boot into the system, you can select the option at the boot menu to boot into
18.
'Xen 3.3.0 with TXT'. Copy the latest sinit.bin file into /boot directory.
Note: If the unit hangs after you boot into Tboot at the boot menu, check if you have any USB devices
plugged in to your unit. Also disable USB Legacy Support in your BIOS settings (under F10: System
Configuration
Device Configurations

TPM TOOLS 1.3.1 Installation

Open the terminal
1.
cd ~/
2.
If required set the proxy options as, export http_proxy=<proxy address>:<port number>
3.
Install wget if not already installed (yum install wget)
4.
wget
http://internap.dl.sourceforge.net/sourceforge/trousers/tpm-tools-1.3.1.tar.gz
5.
Make sure you have 'automake', 'autoconf', 'libtool', 'gettext' and 'trousers' installed.
6.
tar –xzvf tpm-tools-1.3.1.tar.gz
7.
cd tpm-tools-1.3.1
8.
./configure
9.
make
10.
make install
11.

LCP: Define Platform Owner Policy

Take TPM Ownership:
Open the terminal
1.
sudo –s
2.
ldconfig (in case of FC8 you may have to try '/sbin/ldconfig')
3.
USB legacy Support) and try to boot into Tboot again.