Results 1 to 8 of 8

Thread: [SOLVED] No Network in HH and Installation Stalls at GRUB

  1. #1
    Join Date
    Jun 2008
    Beans
    5

    [SOLVED] No Network in HH and Installation Stalls at GRUB

    Okay. So my WinXP install dies, and I figure I'll grab that linux disc I've had and try it. Turns out to be Ubunutu. Installs just fine, everything seems to work ok. Being a good little Windows lapdog, the first thing I do is check for updates. It turns out my disc was for GG and there is a new version available, so I tell it to go ahead and upgrade to HH.

    Once the upgrade finished, my network wouldn't work anymore.

    In both the GG LiveCD and full installation, the NICs (I have two, each attached to a different router) were configured in 'roaming mode'. Worked fine. My normal configuration is either static or DHCP - my IP addresses are reserved so either one typically works. However, after the upgrade every single packet on both NICs is being dropped.

    Attempted fixes:
    Changing from 'roaming' to DHCP. No effect.
    Changing from 'roaming' to static. No effect.
    Manually changing network settings using ifconfig. No effect.
    Manually changing network settings by modifying /etc/network/interfaces. No effect
    Booting from a freshly burned HH LiveCD. Same as HH install: no effect.
    Booting from the original GG LiveCD. Success.

    So, I figured it was some bug from HH that I didn't feel like dealing with and told the GG LiveCD to do a fresh install ('guided', whole disk, /dev/hda).

    It is here that I am damned.

    Since then any attempt to install - whether it be GG or HH - has stalled at 94%. The bold text on the progress windows says 'Installing GRUB boot loader'. The small text says 'Running "update-grub"...'

    Attempted fixes:
    Letting it sit for over 14 hours to see if it could just get over it. No effect.
    Disabling all other hard drives in BIOS. No effect.
    Physically disconnecting all other hard drives. No effect.
    Using cfdisk to delete all partitions and dd if=/dev/zero of=/dev/hda bs=512 count=1 to blow away the mbr. No effect.

    Specs:
    CPU: Intel Core 2 Duo 6400 @ 2.13GHz
    RAM: 4GB (about 3.2GB end up being available due to 32-bit memory address limitations)
    Video: NVidia GeForce 8800 GTS
    Audio: On board (NForce chipset)
    Hard Drive capacity (of /dev/hda): 200GB (usable capacity: 182 GB).

    So: what can I do? In either case, the install issue must be resolved. If someone can /also/ resolve the HH network issue, that's gravy. But to be honest, all I care about at this point is getting an OS installed.

  2. #2
    Join Date
    Jun 2008
    Beans
    5

    Re: No Network in HH and Installation Stalls at GRUB

    Anyone?

  3. #3
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: No Network in HH and Installation Stalls at GRUB

    I'd suggest seeing if it will install GRUB on a seperate partition (last step of the install wizard go to advanced and set GRUB to install on the partition you created with Ubuntu) and then follow the how-to either on my blog or this one (not written by me) It will give you more info about the problem with the install, and if it fails, you can use a 3rd party app to boot your OS after you install GRUB to the partition.

  4. #4
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Network in HH and Installation Stalls at GRUB

    So, we have good reason to believe that the disk is good, because the Live CD system runs, and the installer ran perfectly before on the same computer in the same drive, correct? It seems you cleaned up the drive as best you could, so it is not that some remnant of grub is causing the problem.

    If the installer got all the way to update-grub without failing, essentially everything is installed. You can boot a Live CD system, and check the hard disk partition for errors using fsck -a on the command line. If there seem to be no errors, you can try to finish installing grub to the hard disk system yourself from the Live CD. Find out which partition has the Linux system on it and mount it to the Live CD file system (I think all you need to do is find it in Places, right click and mount it). Look to see if the /boot/grub directory exists, and if the stage2 file and menu.lst are in there. If so, it should be simple to finish the installation. If those files are not there, or if there is no /boot/grub directory, it will be harder.

  5. #5
    Join Date
    Jul 2005
    Location
    Hughenden, Australia
    Beans
    5,100
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: No Network in HH and Installation Stalls at GRUB

    Just make sure it's the officially released version of Hardy Heron, the Beta and release candidate CDs both had problems with installing GRUB, but no-one should be using those anymore now. There might be some in circulation that people downloaded a while back and might still install.

    md5sum ubuntu-8.04-desktop-i386.iso

    8895167a794c5d8dedcc312fc62f1f1f ubuntu-8.04-desktop-i386.iso
    Ubuntu user since 2004 (Warty Warthog)

  6. #6
    Join Date
    Jun 2008
    Beans
    5

    Re: No Network in HH and Installation Stalls at GRUB

    dstew: There is no /grub directory.

  7. #7
    Join Date
    Apr 2008
    Beans
    3,317
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: No Network in HH and Installation Stalls at GRUB

    Try the method in post 2 of this thread:

    http://ubuntuforums.org/showthread.php?t=808994#2

  8. #8
    Join Date
    Jun 2008
    Beans
    5

    Re: No Network in HH and Installation Stalls at GRUB

    That got me grub. For some reason, menu.lst didn't get created, even after multiple attempts. So I manually created it. It took a few tries to get all the syntax right, but as of right now, I am typing this from an OS installed on my HDD.

    Thanks, everyone.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •