This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install of ASG 8 fails on HP ML350 G3 and DL360 G3

Yesterday I tried to update an existing ASG 7.505 to v8 by using the downloaded ISO image. Install works fine, all devices detected, no errors.

However, upon first reboot the server will reset itself or simply hang while loading the GRUB loader from the MBR. Not even an error message from GRUB appears.

I tried twice in different servers, but same effect. Is this a known issue?

Thanks,

Ronny


This thread was automatically locked due to age.
  • Same problem here:
    HP ML350 G4p
    SmartArray 641 array controller
    2x 36GB drives mirrored

    Install goes flawlessly, but it hangs on "Attempting Boot from Hard Drive (C[:)]"

    I just updated the bios but the problem persists. I'm going to update the firmware on the array controller and see if that helps. I'll post back with results.
  • Okay, while I was waiting for the firmware download, I decided to do something crazy. I booted from an Ubuntu 10.04 32bit desktop cd and reinstalled grub. Now it boots fine. Here is my exact procedure:

    mkdir /mnt/root
    
    mount /dev/disk/by-label/root /mnt/root
    mount /dev/disk/by-label/boot /mnt/root/boot
    mount --bind /dev /mnt/root/dev
    mount --bind /sys /mnt/root/sys
    mount --bind /proc /mnt/root/proc
    mount --bind /bin /mnt/root/bin
    mount --bind /sbin /mnt/root/sbin
    mount --bind /lib /mnt/root/lib
    chroot /mnt/root
    grub-install /dev/cciss/c0d0


    after a reboot, it came right up.
  • Someone should open a ticket with Astaro support if no one has already.

    Barry
  • Okay, while I was waiting for the firmware download, I decided to do something crazy. I booted from an Ubuntu 10.04 32bit desktop cd and reinstalled grub. Now it boots fine. Here is my exact procedure:

    mkdir /mnt/root
    
    mount /dev/disk/by-label/root /mnt/root
    mount /dev/disk/by-label/boot /mnt/root/boot
    mount --bind /dev /mnt/root/dev
    mount --bind /sys /mnt/root/sys
    mount --bind /proc /mnt/root/proc
    mount --bind /bin /mnt/root/bin
    mount --bind /sbin /mnt/root/sbin
    mount --bind /lib /mnt/root/lib
    chroot /mnt/root
    grub-install /dev/cciss/c0d0


    after a reboot, it came right up.


    Nice work!
    That definitely proves it to be a grub issue. Time to take it to Astaro.

    Ronny
  • I have the exact same problem on an HP DL360 G3.  7.5 installs fine, but if you install v8, it hangs just after post with a PCI PARITY error.  The install log shows no errors and returns 0 when it's finished.  If I put 7.5 or Fedora 12 back on, no problems.
  • has anyone filed this ticket yet?  If not i will.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • William,

    do you have an respond form ASTARO yet?

    Same problem here on a HP ProLiant DL380, but I'm not so firm like isomtec, to help myself with a workaround.....

    tov
  • If it helps, the exact error I get just after post is:

    PCI BUS PARITY ERROR PCI SLOT 00
  • haven't files yet but will do it right now.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • I'm going to give isomtech's solution a try when I get home and will check back in.