- 论坛徽章:
- 0
|
I re-built the kernel-2.6.20 to substitute kernel-2.6.11, using make install to update grub.conf, no error complained.
when booting up using new built kernel, got following info then the box stopped there.
Please see attached jpg picture.
I can make sure I built all multiple-device and lvm option to kernel, ext2/ext3 to kernel.
volume info:
[root@pc3 2.6.11-1.1369_FC4-i686]# vgdisplay VolGroup00 -v
Using volume group(s) on command line
Finding volume group "VolGroup00"
--- Volume group ---
VG Name VolGroup00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 3
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size 74.28 GB
PE Size 32.00 MB
Total PE 2377
Alloc PE / Size 2376 / 74.25 GB
Free PE / Size 1 / 32.00 MB
VG UUID 25g2m4-9tMB-Ts66-utPN-lawO-DkvV-8Nqaol
--- Logical volume ---
LV Name /dev/VolGroup00/LogVol00
VG Name VolGroup00
LV UUID LgI3yp-ZrCh-6wfC-5Yz4-L6oP-SCph-qF4HMm
LV Write Access read/write
LV Status available
# open 1
LV Size 73.25 GB
Current LE 2344
Segments 1
Allocation inherit
Read ahead sectors 0
Block device 253:0
--- Logical volume ---
LV Name /dev/VolGroup00/LogVol01
VG Name VolGroup00
LV UUID 9hrhsD-eqZp-wtv4-1YMG-UO9x-D6Oj-PiloAa
LV Write Access read/write
LV Status available
# open 1
LV Size 1.00 GB
Current LE 32
Segments 1
Allocation inherit
Read ahead sectors 0
Block device 253:1
--- Physical volumes ---
PV Name /dev/sda3
PV UUID F9DaKX-a32N-0uqf-AXyL-4G7x-bRcq-KtVdCG
PV Status allocatable
Total PE / Free PE 2377 / 1
[root@pc3 2.6.11-1.1369_FC4-i686]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
/dev/proc on /proc type proc (rw)
/dev/sys on /sys type sysfs (rw)
/dev/devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda2 on /boot type ext3 (rw)
/dev/shm on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
automount(pid2097) on /net type autofs (rw,fd=4,pgrp=2097,minproto=2,maxproto=4)
automount(pid2066) on /misc type autofs (rw,fd=4,pgrp=2066,minproto=2,maxproto=4) |
|