LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-30-2003, 08:02 PM   #1
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Rep: Reputation: 15
No LILO after installing Red Hat 9.0..............?


Hi all,

LILO was not installed for some reason and I have to boot with a floppy every time I want to run Red Hat Linux v9.0. Does anyone out there know of a workaround for this? How can I load LILO at boot so I can choose between my Red Hat and Windows OS's without the need for the floppy? Thanks for any and all help in advance.........................ALAN
 
Old 09-30-2003, 09:25 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,352

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
"How can I load LILO at boot so I can choose between my Red Hat and Windows OS's without the need for the floppy? "

You create a file called /etc/lilo.conf. then you run the command:
lilo
and lilo will install itself on the MBR.

Here are some instructions on lilo:
http://tldp.org/HOWTO/LILO.html

Also you could get some pointers by looking at the file called lilo.conf on your boot floppy.
 
Old 09-30-2003, 10:11 PM   #3
simplico
Member
 
Registered: Jul 2003
Location: Orlando, FL
Distribution: mandrake 10
Posts: 62

Rep: Reputation: 15
also, the cd should be able to reinstall the bootloader. put the cd in at startup and press F1 or something for more options and then rescue. This is what works for mandrake so i think it should work for RH as well.
 
Old 10-01-2003, 02:54 AM   #4
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Hey "jailbait", the file you mentioned already exists...............?

And "simplico", when I booted with the cd, I chose the upgrade option and selected the LILO boot loader. Afterwards, in the post install stage, it returned this message..................

"No kernel packages were installed on your system. Your boot loader configuration will not be changed."

.........................................???????
 
Old 10-01-2003, 07:13 AM   #5
simplico
Member
 
Registered: Jul 2003
Location: Orlando, FL
Distribution: mandrake 10
Posts: 62

Rep: Reputation: 15
Boot with the CD again, but this time, do an "Upgrade", and tell it "yes, I want to customize it". Then make sure a bootable kernel is
selected.
 
Old 10-01-2003, 03:13 PM   #6
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Can you define "Bootable Kernel" ? Thanks...............ALAN
 
Old 10-01-2003, 04:55 PM   #7
simplico
Member
 
Registered: Jul 2003
Location: Orlando, FL
Distribution: mandrake 10
Posts: 62

Rep: Reputation: 15
i searched google and that is what the site said. i use mdk 9.1. that same issue is why i stopped using RH a while back. I could never figure how to get the bootloader setup, and so i switched to mdk 9.1, which is a lot easier for a beginner, like myself, to use.
 
Old 10-01-2003, 08:23 PM   #8
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Hey "simplico",

I looked at the available kernel's in the upgrade process and I'm unsure as to which one I should select. The available options are:

kernel-bigmem
kernel-BOOT
kernel-pcmcia-cs
kernel-smp

Thanks,
ALAN
 
Old 10-01-2003, 08:54 PM   #9
KevinJ
Member
 
Registered: Feb 2001
Location: Colorado Springs, CO
Distribution: Redhat v8.0 (soon to be Fedora? or maybe I will just go back to Slackware)
Posts: 857

Rep: Reputation: 30
Okay... I think grub is supported in Mandrake. Use that.. not LILO.

install the grub rpm and then you need to configure your /boot/grub/grub.conf file. If you post the contents of the "syslinux.cfg" from your bootable floppy, we can probably help you make one.

-K
 
Old 10-01-2003, 08:55 PM   #10
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,352

Rep: Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552Reputation: 552
This is probably what the kernels are:

kernel-bigmem (your computer has an unusually large amount of memory, say over 4096 Meg)

kernel-BOOT (generalized kernel)

kernel-pcmcia-cs (your computer boots from a pcmcia card)

kernel-smp (your computer has two or more CPUs)

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

Last edited by jailbait; 10-01-2003 at 08:57 PM.
 
Old 10-01-2003, 11:07 PM   #11
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
So your saying I should select the "kernel-BOOT" option then.........right?

Thanks,
ALAN
 
Old 10-02-2003, 04:20 AM   #12
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Alright....... I installed the "kenel-SMP" because, on the installation disks in setup, it told me "kernel-BOOT" was not recommended for installed systems. And...........It didn't work. I still have NO bootloader installed. Anyone have any other suggestions?

Thanks,
Alan
 
Old 10-02-2003, 02:06 PM   #13
KevinJ
Member
 
Registered: Feb 2001
Location: Colorado Springs, CO
Distribution: Redhat v8.0 (soon to be Fedora? or maybe I will just go back to Slackware)
Posts: 857

Rep: Reputation: 30
Well, I suggested GRUB, but if you are set on LILO, and that rpm is installed already, then post the contents of the syslinux.cfg file on your boot floppy and we can probably get a lilo.conf that will work for you.

-K
 
Old 10-02-2003, 02:39 PM   #14
chinmay nautiya
Member
 
Registered: Nov 2002
Location: kotdwara, uttaranchal, india
Posts: 39

Rep: Reputation: 15
Hello Theoutdoorsman,
u r telling that u have installed LILO while installing RHL. but its not working. first check check u r haing the file /etc/lilo.conf. if it is present then boot from floppy and login as root. open a terminal window and write -
#lilo
u must see a LILO bootloader at startup.
If the file /etc/lilo.conf is not present then ask me. how to create it.
bye.
 
Old 10-02-2003, 04:00 PM   #15
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Hey all,
I ran the command "LILO" in terminal as suggested by "chinmay nautiya" and learned I needed to force LBA32 during setup. Just for the record, KevinJ, I also went with GRUB just because not only you suggested it but because I felt like I should try something new and learn some more. Anyhow, everything works like a champ now. Once again, many many many thanks for all the helpful information I'm gathering on the boards!!!!!!! You guys are the best!!!!!!!

Thanks again,
ALAN
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ow do you change the bootloader from Lilo to Grub in Red Hat 7.2? DeadPuddle Linux - General 3 07-21-2006 07:10 AM
red hat 7.3 lilo problem posof Linux - Newbie 10 04-20-2005 10:22 PM
Installed Red Hat 9 - need help with lilo entry.... rrfish72 Red Hat 1 11-21-2004 03:02 AM
Dual Boot, Lilo Windows / Red Hat kbhadsten Linux - Newbie 15 06-21-2002 06:30 AM
Red Hat 7 Lilo graphical message file Joshua Binosef Linux - Newbie 3 06-12-2001 12:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration