[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:14037] Re: Problem on PowerEdge6300



松山です。

ISHIKAWA Mutsumi wrote:

> むつみです。
>
>  Shinako Matsuyama <shina@xxxxxxxxxxxxxxxxxxx> さんは
>    Subject: [debian-users:14030] Problem on PowerEdge6300
>    Message-ID: <3701BC16.50FBE21C@xxxxxxxxxxxxxxxxxxx>
>  において言いました
>
> >> 松山と申します。
>
> >> 【現象】
> >> kernel(linux) load時にエラーが出てシステムがクラッシュしてしまう
>
>  少なくとも、クラッシュしてるようには見えませんが???
>  全く正常に見えます。
>
>  「クラッシュ」って言ってるのは、実際にはなにが起ってるということです
> か?
>

情報が足りなくてすみません。Ide: ports are not enabled (BIOS)
の後、画面のメッセージが消え、動作しなくなります。
キーも何もうけつけず(CTRL+ALT+Delも)、電源も落とせません。
この状態に陥ると、コンセントを抜くしかありません。


>  それから、パーティションはどうとってあるんですか? 特に、/ はどの disk
> に入ってるんでしょ? そもそも disk は IDE なんですか? SCSI なんですか?
>

SCSIです。

現状はNTが入っている状態です (NTFS 2G/未フォーマット 2G)
Linux, Unix等は入れていません。
今まさにインストールしようとしているのでパーティションは切ってありません。


> >> Pci bios_init: BIOS32 Service Directory entry at 0xffe90
> >> Pcibios_init: PCI BIOS revision 2.10 entry at 0xf?d9e
> >> Probing PCI hardware.
> >> Calibrateing delay loop..ok ? 448.92 BogoMIPS
> >> Initrd overwritten (0x00e50000 < 0x010667d4) ? disabling it.
> >> Memory: 1007836k/1024000k available (1136k kernel code, 384k reserved,
> >> 14644k data)
> >> Swansea University Computer Society NET3.035 for Linux 2.0
> >> NET3: Unix domain sockets 0.13 for Linux NET3.035.
> >> Swansea University Computer Society TCP/IP for NET3.034
> >> IP Protocols: IGMP, ICMP, UDP, TCP
> >> VFS: Diskquotas version dquot_5.6.0 initialized
> >> Checking 386/387 coupling… Ok, fpu using exception 16 error reporting.
> >> Checking ‘hlt’ instruction…Ok.
> >> Linux version 2.0.36 (root@glitch) (gcc version 2.7.2.3) #1 Mon Feb 8
> >> 17:19:44 CST 1999
> >> Starting kswapd v 1.4.2.2
> >> Real Time Clock Driver v1.09
> >> Tpqic02: Runtime config, $Revision: 0.4.1.5 $, $Date: 1994/10/29
> >> 02:46:13 $
> >> Tpqic02: DMA buffers: 20 blocks, at address 0x282600 (0x28254c)
> >> Ramdisk driver initialized: 16 ramdisks of 4096K size
> >> Loop: registered device at major 7
> >> Ide: i82371 pIIX (Triton) on PCI bus 0 function 17
> >> Ide: ports are not enabled (BIOS)
>
>  最後のメッセージにあるように IDE インタフェースは BIOS で利用不可に設
> 定されてるようですが、これは、意図通りですか?
>

これは上述どおりSCSIなので、意図どおりですね。。。

とするとこの後の処理が問題ですね。

------------------------------------------------------------------------

・debian-devel@lists.debian.orgに流れていた情報で、同じくPowerEdge6300に
 インストールしようとした人がいて、その人はSCSIの読み込みが問題
  といっています。

・RedHatはインストールできるといっているため試してみました。

  RedHatでは、
    Ide: ports are not enabled (BIOS)
  が出た後2〜3行メッセージが出て(すぐ消えてしまうためどうしてもメッセージが
  取れません:デジカメで撮ることも試したのですが・・・)インストール開始画面が
  出ます。

・以下のとおり、
  RedHatのkernel(vmlinuz)を、redhat Linux 5.2 インストールCD-ROM
  から取り出し、
  Debian resc1440.bin中のlinuxに置き換え、rdev.shを実行したもので、
  インストールしてみました。
  すると、今度は、root.bin ... failed と出て、やはりインストールに失敗します
  (リターンを押してしばらくすると boot: プロンプトに戻ります)

    実行手順 (別マシンLinux上) :
       RedHat Liunx 5.2 インストールCD-ROM中 vmlinuz ファイルを /tmpにコピー
       Debian resc1440.bin FDを入れ、
       mount -t msdos /dev/fd0 /mnt
       cd /mnt
       rm linux
       cp /tmp/vmlinuz linux
       ./rdev.sh
       cd /
       umount /mnt


-------------------------------------------------------------------------
<debian-devel@lists.debian.orgに流れていた情報>
Ossama Othman wrote:
>The machines both have two Adaptec 7890 and one Adaptec 7860 SCSI
chipsets
>installed.  Each machine also has a gigabyte of memory and four Intel
>Pentium II Xeons installed.  In order to get RedHat to work we had to
fool
>the kernel into thinking that it had less than a gig of memory since it

>can't seem to handle more then about 1020MB (confirmation anyone?) of
>memory.

2.0.x maxes out at 2^30-2^26 = 1006632960 bytes, or 960MB, of RAM.

Thus, you'll wanna use "mem=960M".

You can also adjust some headers (I forget which) to expand the kernel
memory / virtual memory split (it is adjustable, and it defaults to
1GB/3GB).

>Second we also had to tell the kernel to prevent the aic7xxx
>driver from probing since it causes the system to crash if it does
probe.
>Here is the boot line:
>
>       boot: linux mem=1000M aic7xxx=no_probe
>
>The RedHat boot disk does no probing at all since SCSI drivers appear
to
>be loaded during the installation process, not during the boot process.

>OTOH, Debian's kernel loads several SCSI drivers (right?) which appears
to
>be causing my system to crash.  The system crashes right after the IDE
>detection boot step.
>
>Is it possible to shut off all SCSI support at the "boot:" prompt?  If
>not, can anyone suggest a solution?  Since RedHat's boot technique
appears
>to work well in situations like mine (new hardware, probing causes
>crashes), can we or should we do something similar?
>
>Are there any new boot disks available besides the ones that were
released
>last on 12/29?  I can't make my own boot disks since I currently don't
>have access to Debian system and I don't want to use master or va to
>create boot disk images.

You can switch out the kernel on the rescue disk on any linux system
fairly
easily:

# dd if=resc1440.bin of=/dev/fd0
# mount -t msdos /dev/fd0 /mnt
# cd /mnt
# rm linux
# cp /place/i/have/my/working/kernel linux
# ./rdev.sh
# cd /
# umount /mnt

Yes, the rdev.sh script does require that you mount the disk on /mnt.

Make sure your rescue disk contains ext2, msdos, ramdisk, initrd, and
ELF
support.

---------------------------------------------------------------------------

--
# 松山 科子(shina@xxxxxxxxxxxxxxxxxxx)