RH9 x86 Setup issues - GRUB/LILO do not work

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default RH9 x86 Setup issues - GRUB/LILO do not work

    I am setting up redhat 9 in an intel environment with the following
    hardware:

    AMD Athlon 700 MHz
    256 MB RAM
    Western Digital HDD, 20 GB
    Gforce 256 video
    Mboard = Asus K7V

    During my initial installation, I left GRUB as the default boot
    loader. When installation completed and I tried to boot, it displayed
    "GRUB" on the screen but did nothing- it just hung there. I ran
    through installation again and chose LILO. Now when I try to boot, it
    displays "02" over and over again (i.e. 02020202020202020202020202).
    It keeps cranking out "02" until I power off the machine or hit the
    reset switch. During both of these instances, it allowed me to boot
    to redhat using the floppy. If that is my only option, then I can
    continue to do that, but I was wondering if anyone has any idea why
    neither boot loader will work. Could it be hardware compatability?
    Something with the MBR? Prior to installing redhat on this machine,
    it was running solaris 8, intel edition. I am not sure what solaris
    does to the MBR, so i was wondering if that was part of the problem.

    Thanks in advance for any suggestions.
    d
    drhg Guest

  2. Similar Questions and Discussions

    1. MSI Setup does not work with SMS2003
      Hi hope somebody from Macromedia reads this! There are at least two problems in the new standalone MSI setup package sw_lic_full_installer.msi. ...
    2. Work around for Flash Player 9/SMS 2003 install issues?
      All, As has been stated here previously, there appears to be an issue which prevents the installation of Flash Player 9.0.16.0 when pushed from...
    3. Bake grub.conf into MBR (like lilo)
      Is there a way to make grub self contained in the MBR? I basically want the GRUB look/feel/functionality with the LILO installation model. I...
    4. boot problem after Mandrake upgrade and cannot make LILO work
      Hi, I've just upgraded my Mandrake system from 8.1 to 9.1. Everything went fine, apart from the bootloader upgrade which produced some error...
    5. LILO --> GRUB
      I've been successfully booting into Debian-3.0 using LILO. Having used GRUB for many years on other systems, I decided to go ahead and...
  3. #2

    Default Re: RH9 x86 Setup issues - GRUB/LILO do not work

    Try reinstalling and this time create a /boot (about 54Meg) partition.
    Make sure you make it bootable. Install lilo there instead of the MBR.


    "drhg" <djupdike@yahoo.com> wrote in message
    news:5f019053.0309190958.b8fac97@posting.google.co m...
    > I am setting up redhat 9 in an intel environment with the following
    > hardware:
    >
    > AMD Athlon 700 MHz
    > 256 MB RAM
    > Western Digital HDD, 20 GB
    > Gforce 256 video
    > Mboard = Asus K7V
    >
    > During my initial installation, I left GRUB as the default boot
    > loader. When installation completed and I tried to boot, it displayed
    > "GRUB" on the screen but did nothing- it just hung there. I ran
    > through installation again and chose LILO. Now when I try to boot, it
    > displays "02" over and over again (i.e. 02020202020202020202020202).
    > It keeps cranking out "02" until I power off the machine or hit the
    > reset switch. During both of these instances, it allowed me to boot
    > to redhat using the floppy. If that is my only option, then I can
    > continue to do that, but I was wondering if anyone has any idea why
    > neither boot loader will work. Could it be hardware compatability?
    > Something with the MBR? Prior to installing redhat on this machine,
    > it was running solaris 8, intel edition. I am not sure what solaris
    > does to the MBR, so i was wondering if that was part of the problem.
    >
    > Thanks in advance for any suggestions.
    > d

    Jeff Howard Guest

  4. #3

    Default Re: RH9 x86 Setup issues - GRUB/LILO do not work

    On Fri, 19 Sep 2003 10:58:34 -0700, drhg wrote:
    > I am setting up redhat 9 in an intel environment with the following
    > hardware:
    >
    > AMD Athlon 700 MHz
    > 256 MB RAM
    > Western Digital HDD, 20 GB
    > Gforce 256 video
    > Mboard = Asus K7V
    >
    > During my initial installation, I left GRUB as the default boot
    > loader. When installation completed and I tried to boot, it displayed
    > "GRUB" on the screen but did nothing- it just hung there. I ran
    > through installation again and chose LILO. Now when I try to boot, it
    > displays "02" over and over again (i.e. 02020202020202020202020202).
    > It keeps cranking out "02" until I power off the machine or hit the
    > reset switch. During both of these instances, it allowed me to boot
    > to redhat using the floppy. If that is my only option, then I can
    > continue to do that, but I was wondering if anyone has any idea why
    > neither boot loader will work. Could it be hardware compatability?
    > Something with the MBR? Prior to installing redhat on this machine,
    > it was running solaris 8, intel edition. I am not sure what solaris
    > does to the MBR, so i was wondering if that was part of the problem.
    >
    > Thanks in advance for any suggestions.
    > d
    >
    If you can boot your system with the floppy, then you can fix the loader
    without reinstalling everything (as suggested).

    I would use grub as the loader setup in the MBR.
    Boot your system with the floppy.
    Make sure the directory /boot exists and the kernel is there.
    Make sure the file /boot/grub/menu.lst references the correct
    files.
    Run the grub shell:

    grub> root (hd0,0)
    grub> setup (hd0)
    grub> quit

    Watch for error messages. Note: you must provide the correct value for
    root for your system. Also, "root" refers to the partition where grub is
    located. If the setup step succeeds, then you should be able to start your
    system without the floppy.

    --Douglas Mayne

    Douglas Mayne Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139