Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi everyone. I am sort of ok with Linux and also with Windows.
I need help regarding booting options for my system which has Windows XP and RedHat Linux.
I had searched enough about this on the Net but couldn't get exact information. Please help me.
I have a WindowsXP OS running on my system which has two hard drives.
Then I installed RedHat Linux on the other Harddrive.
The problem is that I am not able to see the booting options for my Linux. I need to access it using my Boot Floppy. Is there anything that I need to configure which would give me option to boot to linux without having to use my Boot Floppy.
Do I need to modify anything in the Boot.ini file in Windows which would make me access the Linux side.
I used LILO while installing RedHat but didn't choose the booting options to boot it from Linux as the first 1024 part of the system is occupied by Windows. I donno much about it.
Please help me. I had been facing this problem no matter how many times I installed the Linux machine.
Most recent BIOS's allow LBA so there's no need to worry about the old 1024 cyliner limit -
Follow Contrasutras advice.
To get to Lilo.conf in Red Hat
Open a command line Terminal
Then type:
su
<Press enter>
Then type your Root password
<Press enter>
then type
kedit /etc/lilo.conf
Then follow Contrasutras advice and change the boot= directive to /dev/hda - reember to type /sbin/lilo at the command line as Contrasutra said after youve done the boot= part and saved lilo.conf
Hello Guys,
I have RedHat Linux 8 installed and not RedHat Linux 9. I didn't get what you all were saying about the 40 Gig Harddrives.
Regarding the instructions that you all have given for chaning the Lilo.conf and running it, Is that all that I need to do. Will that fix my MBR and make me able to boot to Linux and Windows.
What will take care of the booting. Is it Windows or Linux. I am just trying to be cautious and know more before I make any changes. Please help me.
I am amazed at the speed that you guys have replied with exact information. Thankyou so much. I will wait for your reply and then make the changes that you guys suggested.
see if u can run liloconfig, it gives u a graphikish interface for configuring lilo (i don't know where liloconfig is located, so do a "su -" first and then do liloconfig)
if u get that running, select to make a new boot file and go through the options and make sure /dev/hda is the boot drive and select the partitions u want to boot
if u want me to be more specific or i could probaby write a lilo.conf for u, do an fdisk -l /dev/hda and fdisk -l /dev/hdb and post what u get
after u get through the liloconfig, say install the boot loader, or just exit, save, and type lilo
when u get through with just doing the liloconfig, do a gedit (or kedit) /etc/lilo.conf and post it here
Hi all,
Thankyou for all the help. I could see that I have
lilo.conf.anaconda on my system. Now what should I do exactly
I had
boot = boot=/dev/hda3 on that file.
Do I have to rename it to lilo.conf file and then make
boot=/dev/hda in there.
I logged in as root so will that be any different as typing
su - and giving the password. As far as I know I should have full privileges for using liloconfig command if I am logged in as root. Suppose I logged in as a user and then given su -
will I be able to do the liloconfig.
I am not able to run the changed file. What should I use.
the things that I did are
I made a backup of my lilo.conf.anaconda file and
renamed the lilo.conf.anaconda file as lilo.conf in the /etc directory. After that if I am trying to do sbin/lilo it is not running.
What option should I use.
I am really glad that people here are replying to their best of knowledge. I am sure that I will be able to fix this problem now and will be able to help others too.
Thanks everyone and will look for your expert advise in this current situation of mine.
Originally posted by Skyline Why would you want to use liloconfig for this? - Its simple just to use a text editor from the command line.
The line you want to change to have LILO installed to the MBR is the
boot= directive
change it to
boot=/dev/hda
once youve done that remeber to run the map installer /sbin/lilo as root.
i agree that's the easiest and best way, i just thought if someone were having problems even finding lilo.conf it might help to have the liloconfig gui.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.