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.
  • Issue has been received and reported to R&D
  • Ok, I downloaded a new ISO, burned it at 2x and still had the same problem.  I booted with an Ubuntu Live CD and ran isomtech's solution, rebooted, and it came up like a charm.
  • Just a question: I installed the ASG 8 with 64 bit kernel. Than booted with an Ubuntu Live CD (32 bit) and ran isomtech's solution. The HP ProLiant DL380 came after reboot up. Is it now running 32 or 64 bit?

    tov
  • 64..it's not grub that determines that it's the kernel...[:)]

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

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

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • 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.


    Works fine on HP DL360 G3.

    thx for this [:)]
  • ...how about a new ISO 8.00x, with a fix?

    tov
  • 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.


    When entering 'sudo chroot /mnt/root'

    I'm getting the following error:

    "error while loading shared libraries libreadline.so.5: cannot open shared object file: No such file or directory"

    This is using Ubuntu 10.04 32-bit on my HP DL360 G7

    The only thing I can think of is I was using the Desktop Edition - maybe I'll try Server Edition next.... or 64-bit