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

Re: Dell 1950 Boot Problem



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Meis wrote:
> Hi,
>
> i got now the Dell 1950 Server. While the installation of the
> Debian-testing-amd64 everything works well. When i reboot the
> system it get stuck when mounting the hd (raid1 megaraid_sas). It
> uses /dev/sdb to mount when grub is installed. Is this right or is
> there a problem with the scsi drivers? Can someone tell me how to
> get it running?
>
> Thanks Alex
I had a problem with a 1950 booting up off of a Promise raid array
connected via SCSI.

My kludge was to add

for x in 1 2 3 4 5
do
  /bin/sleep 5
  if [ -e ${ROOT} ]; then
    break
  fi
  vgchange -ay ${vg}
done

to the end of /usr/share/initramfs-tools/scripts/local-top/lvm and
then run /usr/sbin/update-initramfs

I'm not sure if your problem is the same, but just in case....

    Ian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFCvvRT+PBhH0uo0ERAsT5AJwIYZBb+/eq42Mfd9vRid/BSDhCbwCdHw8p
A7qbETroWdwThO/Yc2ofbUI=
=BQgN
-----END PGP SIGNATURE-----



Reply to: