Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
drhg #1
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
-
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. ... -
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... -
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... -
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... -
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... -
Jeff Howard #2
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
-
Douglas Mayne #3
Re: RH9 x86 Setup issues - GRUB/LILO do not work
On Fri, 19 Sep 2003 10:58:34 -0700, drhg wrote:
If you can boot your system with the floppy, then you can fix the loader> 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
>
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



Reply With Quote

