Thursday, December 11, 2008

Sky HDTV in ubuntu 8.10

For seeing the QAM Digital broadcating, sky HDTV program is required.
but it's runs only on Windows.
Even Windows Media Center does not capture the QAM channel in korea.

If you are using a linux, you can see the digital TV for free.

1. Set the driver

Someone saying that following configuration option shold be added in /etc/modprobe.d/options

options cx88xx card=31 tuner=64

options snd_hda_intel index=0
options cx88-alsa index=1
----------------
That someone also saying that /etc/modprobe.d/aliases should add these;
alias char-major-116 snd
alias char-major-14 soundcore

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp snd-pcm-oss
alias snd-card-0 snd_hda_intel
alias sound-slot-0 snd_hda_intel

alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
alias /dev/dsp1 snd-pcm-oss
alias snd-card-1 cx88-alsa
alias sound-slot-1 cx88-alsa

BUT, another one saying that only followings are needed for it.
/etc/modprobe.d/options
options cx88xx card=31 tuner=64


/etc/modprobe.preload
cx8800
cx88xx
cx88_dvb


2. install kaffeine
sudo apt-get install kaffeine
or you can enjoy the HDTV by using mplayer or xine.

Choose as you want.

3. Setup the channel
You need the programs scandvb, tzap and szap to scan transponders and to tune the cards. These are packaged in Fedora as 'dvb-apps' in Fedora Extras and 'dvb-utils' in Ubuntu (and thus probably Debian)
In ubuntu 8.10 you can install dvd-utils by
#apt-get install dvb-utils

then you can use the scan command.
config files for dvb-utils are stored in /usr/share/doc/dvb-utils

Korea use a ATSC like US, so don't confuse with several DVB options.
(there are 4 options ; ATSC, dvb-s for satellite, dvb-c for cable, dvb-t for terrestrial)


so use scan command for atsc.
scan /usr/share/doc/dvb-utils/examples/scan/atsc/us-Cable-Standard-center-frequencies-QAM256 > channels.conf <= cable
scan /usr/share/doc/dvb-utils/examples/scan/atsc/us-ATSC-center-frequencies-8VSB > channels.conf <= air TV

* if you using another linux distribution, you may need to use dvbscan instead of scan.
here is the format of channels.conf

ChannelName:Frequency:Modulation:VID:AID:PID
MBC:755028615:8VSB:17:20:1
KBS1:761028615:8VSB:33:36:1
KBS2:767028615:8VSB:33:36:1
EBS:773028615:8VSB:33:36:1
SBS:797028615:8VSB:17:20:1

check the channel with azap
# azap -r MBC


Copy the channel file to TV application directory.
for kaffeine : ~/.kde/share/apps/kaffeine/channels.dvb
for Mplayer : ~/.mplayer/channels.conf
for Xine : ~/.xine/channels.conf

especially for using in kaffeine, you need to compile atsc-convert.
download source from http://websvn.kde.org/branches/work/~pfister

atsc-converter channels.conf > channels.dvb

Monday, September 15, 2008

split MKV

http://stream-recorder.com/forum/split-mkv-mpeg-4-avc-hdtv-file-t2270.html?s=21dcc10b0306a6cda1b8e97162b1642c&

Recently I got an .MKV HDTV file with MPEG-4 AVC (h264) video and two AC3 audio tracks. The bad thing was that the .MKV file was 10MB larger than a single layer DVD disc, i.e. it was 4,38 GB instead of 4,37GB I could fit into the DVD disc.

The problem was that many applications still didn't support files larger than 4,37. Also MPEG-4 AVC (h264) is not always supported even with a single audio track.

I didn't want to re-compress the video. Splitting MKV was the only option. Luckily the video had a dozen of useless seconds at the end.

I tried freeware avidemux (Windows) first. It was slow, didn't seem to support 2 audio tracks, besides I got several dialog windows asking me about indexing and other stuff that I didn't really want to see.

Then I tried freeware mkvtoolnix (Windows, Unix). It did the job perfectly!

mkvmerge GUI from mkvtoolnix has some disadvantages:
you can split after a given amount of time, but you can't split after several given amounts of time;
you can't preview the video in the mkvmerge, so you need to launch a player and remember the time when you need to split.

But it is fast. It support MPEG-4 AVC even with two audio tracks, so I recommend it!

Friday, August 29, 2008

SKY-HDTV on Ubuntu

Ubuntu 8.04 can detect cx23881 chipset automatically.
but It doesn't have tuner information.

so, let ubuntu know which tuner is used.

sudo vi /etc/modprobe.d/options

add following

# set sky HDTV
options cx88xx card=31 tuner=64


reboot and now you can use your tv card.

sudo modprobe cx88-dvb
sudo apt-get install dvb-utils

scan /usr/share/doc/dvb-utils/examples/scan/atsc/us-Cable-Standard-center-frequencies-QAM256 > channels.conf

if you want to use kaffeine as tv viewer

sudo apt-get install kaffeine

and convert channels.conf file in your home directory into kaffeine's channels.dvb file.

http://websvn.kde.org/branches/work/~pfister

download all the files in this url.
and compile it using make

you can get atsc-converter .

in your home directory atsc-converter channels.conf channels.dvb

you now can have channels.dvb
cp ./channels.dvb .kde/share/apps/kaffeine/channels.dvb

Wednesday, August 20, 2008

Get Information About Your BIOS in linux

http://www.cyberciti.biz/tips/querying-dumping-bios-from-linux-command-prompt.html


Get Information About Your BIOS / Server Hardware From a Shell Without Opening Chassis ( BIOS Decoder )
Posted by Vivek Gite [Last updated: July 24, 2008]

biosdecode is a command line utility to parses the BIOS memory and prints information about all structures (or entry points) it knows of. You can find out more information about your hardware such as:

=> IPMI Device

=> Type of memory and speed

=> Chassis Information

=> Temperature Probe

=> Cooling Device

=> Electrical Current Probe

=> Processor and Memory Information

=> Serial numbers

=> BIOS version

=> PCI / PCIe Slots and Speed

=> Much more


biosdecode parses the BIOS memory and prints the following information about all structures :

=> SMBIOS (System Management BIOS)

=> DMI (Desktop Management Interface, a legacy version of SMBIOS)

=> SYSID

=> PNP (Plug and Play)

=> ACPI (Advanced Configuration and Power Interface)

=> BIOS32 (BIOS32 Service Directory)

=> PIR (PCI IRQ Routing)

=> 32OS (BIOS32 Extension, Compaq-specific)

=> VPD (Vital Product Data, IBM-specific)

=> FJKEYINF (Application Panel, Fujitsu-specific)


In this tip you will learn about decoding BIOS data (dumping a computer's DMI ) and getting all information about computer hardware without rebooting the server.


More about the DMI tables


The DMI table doesn’t only describe what the system is currently made of, it also can report the possible evolutions such as the fastest supported CPU or the maximal amount of memory supported.


dmidecode - Read biosdecode data in a human-readable format


Data provided by biosdecode is not in a human-readable format. You need to use dmidecode command for dumping a computer’s DMI (SMBIOS) table contents on screen. This table contains a description of the system’s hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware.


Task: Display information about IPMI Device


# dmidecode --type 38

Output:


# dmidecode 2.7
SMBIOS 2.4 present.

Handle 0x0029, DMI type 38, 18 bytes.
IPMI Device Information
Interface Type: KCS (Keyboard Control Style)
Specification Version: 2.0
I2C Slave Address: 0x10
NV Storage Device: Not Present
Base Address: 0x0000000000000CA2 (I/O)
Register Spacing: Successive Byte Boundaries

Task: Display information about PCI / PCIe Slots


# dmidecode --type 9


# dmidecode 2.7
SMBIOS 2.4 present.

Handle 0x000E, DMI type 9, 13 bytes.
System Slot Information
Designation: PCIX#1-133MHz
Type: 64-bit PCI-X
Current Usage: Available
Length: Long
ID: 1
Characteristics:
3.3 V is provided

Handle 0x000F, DMI type 9, 13 bytes.
System Slot Information
Designation: PCIX#2-100MHz
Type: 64-bit PCI-X
Current Usage: Available
Length: Long
ID: 2
Characteristics:
3.3 V is provided

Handle 0x0010, DMI type 9, 13 bytes.
System Slot Information
Designation: PCIE#3-x8
Type: Other
Current Usage: Available
Length: Other
Characteristics:
3.3 V is provided

Handle 0x0011, DMI type 9, 13 bytes.
System Slot Information
Designation: PCIE#4-x8
Type: Other
Current Usage: Available
Length: Other
Characteristics:
3.3 V is provided

Handle 0x0012, DMI type 9, 13 bytes.
System Slot Information
Designation: PCIE#5-x8
Type: Other
Current Usage: Available
Length: Other
Characteristics:
3.3 V is provided

Task: Find out Information about BIOS


# dmidecode --type 0

Output:


# dmidecode 2.7
SMBIOS 2.4 present.
Handle 0x0000, DMI type 0, 24 bytes.
BIOS Information
Vendor: Phoenix Technologies LTD
Version: 6.00
Release Date: 01/26/2007
Address: 0xE56C0
Runtime Size: 108864 bytes
ROM Size: 1024 kB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
EDD is supported
3.5"/2.88 MB floppy services are supported (int 13h)
ACPI is supported
USB legacy is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
Targeted content distribution is supported

Understanding BIOS keywords


dmidecode --type {KEYWORD / Number }

You need to pass dmidecode following keywords:



  • bios

  • system

  • baseboard

  • chassis

  • processor

  • memory

  • cache

  • connector

  • slot


All DMI types you need to use with dmidecode --type {Number}:







































































































































































# TypeShort Description
0BIOS
1System
2Base Board
3Chassis
4Processor
5Memory Controller
6Memory Module
7Cache
8Port Connector
9System Slots
10On Board Devices
11OEM Strings
12System Configuration Options
13BIOS Language
14Group Associations
15System Event Log
16Physical Memory Array
17Memory Device
1832-bit Memory Error
19Memory Array Mapped Address
20Memory Device Mapped Address
21Built-in Pointing Device
22Portable Battery
23System Reset
24Hardware Security
25System Power Controls
26Voltage Probe
27Cooling Device
28Temperature Probe
29Electrical Current Probe
30Out-of-band Remote Access
31Boot Integrity Services
32System Boot
3364-bit Memory Error
34Management Device
35Management Device Component
36Management Device Threshold Data
37Memory Channel
38IPMI Device
39Power Supply

Display Power supply information, enter:

# dmidecode --type 39

Display CPU information, enter:

# dmidecode --type processor

Read man page for more information:

$ man dmidecode


Other tools and commands to gather hardware information



Updated for accuracy.

Tuesday, February 12, 2008

psychology term

피그말리온(pygmalion) 효과 : 피그말리온이라는 사람이 자기가 만든 여자 조각상을 너무도 사랑했기 때문에 그 조각이 진짜 여자가 되었다고 해서 나온 말로, 긍정적으로 기대하면 그 기대에 부응하는 행동을 하게 된다는 것. 낙인 (stigma)효과 - 피그말리온 효과와는 반대로 나쁜 사람이라고 부정적인 낙인이 찍히면 그 낙인에 걸맞은 행동을 한다는 것. 위약 (placebo)효과 - 밀가루를 알약처럼 만든 플라시보가 약효를 보는 것처럼 가짜 약이 진짜 약처럼 정신적,신체적 변화를 일으키는 것. 자이가르니크 (Zeigarnik)효과 - 연구자의 이름을 딴 것으로 첫사랑은 잊을 수 없는 것처럼 미완성 과제에 대한 기억이 완성 과제에 대한 기억보다 더 강하게 남는 것. 후광(halo)효과 - 어떤 사람이 갖고 있는 한 가지 장점이나 매력 때문에 다른 특성들도 좋게 평가되는 것. 악마(Devil)효과 - 후광효과와는 반대로 못생긴 외모 때문에 그 사람의 다른 측면까지 부정적으로 평가되는 것. 방사(Radition) 효과 - 예쁜 여자랑 다니는 못생긴 남자는 뭔가 다른 특별한 게 있을 것이라고 보는 것처럼 매력 있는 짝과 함께 있을 때 사회적 지위나 자존심이 고양되는 것. 대비 (Contrast) 효과 - 방사 효과와는 반대로 여자들이 자기보다 예쁜 친구와는 될 수 있는 대로 같이 미팅에 안 나가는 것처럼 너무 매력적인 상대와 함께 있으면 그 사람과 비교되어 평가절하 되는 것. 스톡홀름 (Stockholm) 신드롬 - 스톡홀름의 은행강도에게 인질로 잡힌 여자가 그 강도와 사랑에 빠진 것처럼 왕창 겁을 준 다음에 주는 호의가 더 효과적이라는 것. 전위적 공격행동 (Displaced Aggression) - 자기 마누라한테 받은 분풀이를 회사에 와서 부하직원에게 푸는 것처럼 처벌을 가한 자에게 공격행동을 하기보다는 다른 대상을 찾아 분노감을 해소하는 것. 자기 이행적 예언 (Self-Fulfilling Prophecy) - '며느리가 미우면 며느리 발뒤꿈치까지 밉다'고 어떤 사람을 의심하면 하는 짓마다 수상하게 보이고 미워하면 미운 짓만 하는 것 같은 것. 기대- 가치 이론 (Expectancy- Value Theory) - '제 눈에 안경' 혹은 '끼리끼리 논다'는 유유상종이란 말처럼 자기와 함꼐 할 상대자를 선택할 때 그 상대방의 매력 정도 뿐만이 아니라 그 상대와의 성사 가능성이란 기대 정도도 고려해서 결정한다는 것. 욕구-상보성 가설 (Need Colplementarity Hypotheses) - 기대-가치이론과는 반대로 지배욕구가 강한 사람은 순종적인 사람을 좋아하는 것처럼 서로 상반되는 성향의 사람들이 자신들의 욕구를 보상받을 수 있는 상대와 친해지려고 하는 것. 단순접촉의 효과 (Effect of simple contrast) - 자주 보면 정이 드는 것처럼 단지 자주 첩촉하는 것만으로도 사람들이 호감을 느끼는 것. 초두 효과 (Primacy effect) - 만남에서 첫인상이 중요한 것 처럼 먼저 제시된 정보가 나중에 들어온 정보보다 전반적인 인상 형성에 강력한 영향을 미치는 것. 맥락 효과 (Context Effect) - 성실한 사람이 머리가 좋으면 머리 좋은게 지혜로운 것으로 해석되고 이기적인 사람이 머리가 좋으면 교활한 것으로 해석되는 것, 또는 예쁜 여자가 공부도 잘하면 기특한 거고, 못생긴 여자가 공부를 잘 하면 독한 년이라고 처음에 제시된 정보가 나중에 들어오는 정보들의 처리 지침을 만들고 전반적인 맥락을 제공하는 것. 주의 감소 (Attention Dcrement) 현상 - 첫인상이 나쁘면 나중에 아무리 잘해도 어려운 것처럼 후에 들어오는 정보에 주의를 기울이는 정도가 줄어드는 것. 중요성 절감(Discounting) 현상 - 이기적이라고 생각했던 사람이 갑자기 호의를 보이면 의심하듯이 나중에 들어오는 정보의 중요성은 처음 들어오는 정보에 비해 가볍게 취급되는 것. 현저성 효과 (Vividness Effect) - 이빨에 고춧가루가 낀 여자는 아무리 예쁘게 생겨도 매력 없는 것처럼 두드러진 특징이 인상형성에 큰 몫을 차지하는 것. 부정성의 효과 (Negative Effect) - 한번 전과자는 사회에 발붙이기 힘들다고 하듯이 부정적인 특징이 긍정적인 것보다 인상형성에 더 강력하게 작용하는 것. 수면자 효과(Sleeper Effect) - 큰 잘못을 해도 시간이 지나면 용서 받을 수 있듯이 초기에 제시된 정보도 잠자고 나면 점차 망각되는 것. 빈발 효과 (Frequency Effect) - 내성적이라고 생각했던 사람도 웃기는 행동을 자주 하면 외향적이라고 생각되듯이 반복해서 제시되는 행동이나 태도가 첫인상을 바꾸는 것. 통제감의 착각 (Illusion of control) - '사람들은 모두 제 잘난 맛에 산다'고 불행한 사건이 일어날 가능성은 낮게 보고 남들보다 행복한 미래가 기다리고 있다고 생각하는 것처럼 우연에 의해 결정되는 일도 자신이 통제력을 행사할 수 있다고 믿는 것. 행위자-관찰자 편향 (Actor-Observer Bias) - 운전할 땐 차선의 빨간 불이 길게 느껴지고, 길을 걸을 땐 횡단보도의 빨간 불이 길게 느껴지는 것처럼 똑같은 행동도 자신이 행위자일 때와 다른 사람이 그 행위를 하고 있는 것을 관찰할 때가 서로 다른 것. 허구적 일치성 효과 (False consensus Effect) - 바람기 있는 남자는 자기 친구가 업무상 여자를 만나면 바람을 피운다고 추측하기 쉽듯이 객관적인 절차 없이 남들도 자기와 같을 것이라고 짐작하는 것. 허구적 톡특성 (False Uniqueness) - 내가 하면 낭만적 로맨스고 남이 하면 주책 같은 스캔들이라고 자신은 남들과 달리 독특한 개성을 갖고 있다고 보려는 것. 사회 비교 이론 (Social comparison Theory) - 내가 남들에게 어떻게 보이는가가 항상 궁금하듯이 사람은 의식적 또는 무의식적으로 자신을 타인과 비교하려는 욕구가 있다는 것. 단순 보상의 효과 (simple Reward effect) - 사람들이 유명세에 약하듯이 부담스러운 것보다는 보상을 추구하는 성향이 있기 때문에 일단은 강한 자 편에 서고 싶어하는 것. 자존심 고양의 효과 (self-Esteem Enhancing Effect) - 유명하고 똑똑하고 힘있는 사람이 내 주변에 많으면 내 자존심이 올라간다고 생각하는 것. 발부터 들여놓기 기법 (foot-in-the-door Technique) - 외판사원들이 하는 영업수법으로 작은 요구에 응하게 하여 나중에 큰 요구를 들어주게 하는 것. 머리부터 들여놓기 기법 (face-in-the-door Technique) - 어린애들이 엄마에게 우선 비싼 것을 사달라고 떼쓰다가 그것이 안되면 그것보다 좀 싼 것을 사달라고 하는 식으로 무리한 부탁을 먼저 해서 나중에 제시한 작은 요구를 들어주게 하는 방법. 내적귀인 (Internal Attribution) - '잘되면 내 탓'이라고 자기가 한 일이 성공적인 경우는 자신의 재능이나 노력 등 스스로의 공으로 돌리는 것. 외적귀인 (External Attribution) - '못되면 조상 탓'이라고 실패한 경우는 타인이나 상황 또는 운으로 탓을 돌리는 것. 방어적 귀인 (Deffensive Attribution) - 실패했을 때는 남의 탓으로 돌려야 자존심이 상하지 않으며, 잘 되었을 때는 자기의 공으로 치부해서 자기의 자존심이 고양되는 것. 조건반사 (conditioning) - "파블로브의 개' 처럼 과거에 경험했던 어떤 자극이 제시되면 그 자극상황에서 나타났던 반응들이 일어나는 것. 혐오적 조건 형성 (Aversive Conditioning) - 만일 나비가 하수도에서 산다면 나비도 쥐처럼 사람들이 혐오하는 곤충이 되었을 것이라는 상상처럼 더럽고 불쾌한 자극과 짝지어 제시되었기 때문에 어떤 것을 혐오스럽게 생각하는 것. 자극 일반화 (stimulus Generalization) 현상 - '자라 보고 놀란 가슴 솥뚜껑 보고 놀란다'고 조건형성된 자극과 유사한 자극이 나타나도 학습된 조건반사와 비슷한 반응을 보이는 것. 터널시야 (Tunnel Vision) 현상 - 열 받으면 눈에 뵈는 게 없는 것 처럼 생리적인 흥분이 증가되어 주의력과 정보처리 능력이 현저하게 저하되는 것. 비인간화(Dehumanization)현상 - 상대방이 어떤 사람인지 모르는 경우에는 상대방을 비인격적인 존재로 격하하기 때문에 상대방을 아는 경우보다 공격성이 촉발되는 것. 사건처리 (Event Processing Hypothesis) 가설 - 모르는 길을 찾아갈 때는 이것저것 파악해야 할 게 많아 멀게 느껴지지만 돌아올 때는 파악해야 할 것이 갈 때보다 적어 가깝게 느껴지는 것 처럼 처리되는 사건의 수에 따라 시간의 추정이 달라지는 것. 자기불구화 (Self- Handicapping) 현상 - 어떤 일을 실패할 가능성이 많다고 생각할 때는 다른 이유로 책임을 전가하여 핑계 댈 구실을 만들어 자존심을 보호하는 것. 심리적 반발 (Psychological Reactance) - 멍석 깔아주면 안 하는 것 처럼 하라면 하기 싫고, 말리면 하고 싶은 것. 자극포만 기법 (stimulus-satiation Technique) - 비정상적인 행동을 그만두게 하는 심리학적인 치료방법으로 좋아하는 것을 물리게 하여 그만두게 하는 것. 정서의 말초설 (Peripheral Theory of Emotion) - 아이들이 싸우다 코피가 나면 눈물을 흘리며 우는 것처럼 신체의 말초반응들이 감정을 유도하는 것. 점화 효과 (Priming Effect) - 특정한 정서와 관련된 정보들이 그물망처럼 서로 연결되어 있어서 한 가지 정보가 자극을 받으면 관련된 기억들이 함께 떠오르는 것. 몰개성화 (Deindividuation) 현상 - 스타의 공연을 보는 오빠 부대 마냥 흥분하면 자신의 상태를 파악하는 능력이 감소되어 하나의 독립된 개체로서의 개성을 상실하는 것.
내용출처 : 엠파스

psychology term

Monday, January 28, 2008

recover GRUB

This procedure only can be applied for the case your system is under following condition.
1. Using a dual boot with other OS
2. Your boot loader was installed in MBR of hard disk.

If you installed windows OS on dual boot environment, you will not be boot into linux.
Windows was made for the case only one windows OS is installed in your computer.
Here goes the recovery procedure.

1. Boot with Ubuntu live CD.
2. in the gnome, check that your linux partition is shown in the Places - computer.
3. Open the terminal.
4. ubuntu@ubuntu:~$ mount
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw,mode=0755)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/ dev/sda4 on /media/disk type ext3 (rw,nosuid,nodev)
/dev/sda1 on /media/vista type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
5. ubuntu@ubuntu:~$ sudo fdisk /dev/sda
Command (m for help): p

Device Boot Start End Blocks Id System
/dev/sda1 * 1 5624 45174748+ 7 HPFS/NTFS
/dev/sda2 5625 8046 19454715 7 HPFS/NTFS
/dev/sda3 8047 8173 1020127+ 82 Linux swap / Solaris
/dev/sda4 8174 9598 11446312+ 83 Linux

Command (m for help): q

6. ubuntu@ubuntu:~$ sudo grub
grub>root (hd0,3)

grub>setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,3)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.
grub>quit

Tuesday, January 01, 2008