[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:41016] kernel2.6.x pivot_root
竹島と申します。
お世話になってます。
一台のscsi raid5 マシンは
tuyosi@sarge:~$ uname -ar
Linux sarge 2.6.7 #1 SMP Tue Jul 13 11:37:03 JST 2004 i686 GNU/Linux
とうまくいったのですが、
もう一台の*別*のscsi raid5 マシンは
tuyosi@gp:~$ uname -ar
Linux gp 2.4.26-1-686-smp #1 SMP Sat May 1 19:17:11 EST 2004 i686 GNU/Linux
と カーネル2.4.26はいくのですが、2。6。7がうまくいきません。
この別のマシンはカーネル2.4.26では
Jul 18 07:23:14 gp kernel: DAC960#0: SAF-TE Enclosure Management Enabled
Jul 18 07:23:14 gp kernel: DAC960#0: Physical Devices:
Jul 18 07:23:14 gp kernel: DAC960#0: 0:0 Vendor: SEAGATE Model: ST118202LC Revision: 0005
Jul 18 07:23:14 gp kernel: DAC960#0: Serial Number: LK3232300000191206L5
Jul 18 07:23:14 gp kernel: DAC960#0: Disk Status: Online, 35518464 blocks
Jul 18 07:23:14 gp kernel: DAC960#0: 0:1 Vendor: SEAGATE Model: ST118202LC Revision: 0005
Jul 18 07:23:14 gp kernel: DAC960#0: Serial Number: LK5050420000292206UR
Jul 18 07:23:14 gp kernel: DAC960#0: Disk Status: Online, 35518464 blocks
Jul 18 07:23:14 gp kernel: DAC960#0: 0:6 Vendor: FUJITSU Model: SAF-TE PROCESSOR Revision: 3.07
Jul 18 07:23:14 gp kernel: DAC960#0: 1:0 Vendor: SEAGATE Model: ST118202LC Revision: 0005
Jul 18 07:23:14 gp kernel: DAC960#0: Serial Number: LK318797000019111KR7
Jul 18 07:23:14 gp kernel: DAC960#0: Disk Status: Online, 35518464 blocks
Jul 18 07:23:14 gp kernel: DAC960#0: 1:1 Vendor: SEAGATE Model: ST118202LC Revision: 0005
Jul 18 07:23:14 gp kernel: DAC960#0: Serial Number: LK47872500001921HET1
Jul 18 07:23:14 gp kernel: DAC960#0: Disk Status: Online, 35518464 blocks
Jul 18 07:23:14 gp kernel: DAC960#0: 1:6 Vendor: FUJITSU Model: SAF-TE PROCESSOR Revision: 3.07
Jul 18 07:23:14 gp kernel: DAC960#0: Logical Drives:
Jul 18 07:23:14 gp kernel: DAC960#0: /dev/rd/c0d0: RAID-5, Online, 106555392 blocks, Write Thru
Jul 18 07:23:14 gp kernel: Partition check:
Jul 18 07:23:14 gp kernel: rd/c0d0: p1 p2
Jul 18 07:23:14 gp kernel: Journalled Block Device driver loaded
Jul 18 07:23:14 gp kernel: Adding Swap: 2097136k swap-space (priority -1)
Jul 18 07:23:14 gp kernel: Real Time Clock Driver v1.10f
Jul 18 07:23:14 gp kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
Jul 18 07:23:14 gp kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Jul 18 07:23:14 gp kernel: nbd: registered device at major 43
Jul 18 07:23:14 gp kernel: raid5: measuring checksumming speed
以下略ですが、うまく立ち上がります。
この別マシンのカーネル2.6.7 では カーネルパニックとなり、
ここを手書きで写すと以下となります
(写し間違いはご容赦下さい)
前略
DAC 960#0: /dev/rd/c0d0 : RAID5 ,online, 106555392 blocks , write thru
using anticipatory io scheduler
rd/c0d0: p1 p2
umount :devfs :not mounted
mount : fs type devfs not supported by kernel
umount :devfs :not mounted
pivot_root : no such file or directory
/sbin/init :424 : cannot open dev/console : no such file
kernel panic :attempted to kill init !
です。
勉強不足で教えて戴いても 追随できないとおもいますが、
このパニックメッセージが 示唆するポイントをお教え戴けえば幸甚です。
devfsはobsoluteですのでいれてませんので、
( tuyosi@gp:~$ cat /usr/src/linux/.config | grep DEVFS
# CONFIG_DEVFS_FS is not set)
つまづきはpivot_rootではないかとぞんじますが、これがネットで捜しても
あるにはあるのですが 優しいものが見当たりません。
これを読めと言う初心者要URLあればお教え下さい。
あるいは 初心者は 2.6カーネルがもっと進化するまで待てということでしょうか?
( 待てば日和の海路あり)
よろしくお願い申し上げます。