Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I had been successfully running RedHat 7.0 and all was fine. I reformatted my ext3 partition and installed 8.0. I did not want to use LILO, I wanted to continue using ntldr. When I install LILO on the mbr, I can access Linux and the DOS install. If I put ntldr back on the mbr and use the bootsect.lnx method from the boot.ini, I only get "LI" when selecting Linux from the Windows boot selector.
My Linux install is on /dev/hda4 of a 60GB hard drive. It's waaay down there, on the end of the hard drive. Could this be an issue? If I use the boot floppy, I can get into RedHat fine. Then I used the:
dd if=/dev/hda4 of=bootsect.lnx bs=512 count=1
command to make my bootsect.lnx file. When I try to use it though, it won't boot. When I re-install LILO, my lilo.conf file has no root parameter for the linux install. It only has a reference to /boot/<image_name>
You can see that there is no root parameter. I believe my linux install is on /dev/hda4, but when I do the dd command, the resulting file does not allow boot. Any thoughts on why my lilo.conf file is like this? Is it a feature of the new version of LILO? It works when I use LILO, but not when I use ntldr....
Well, to avoid the 1024 cylinder thing, I decided to repartition my drives with PartitionMagic and create my linux partition at the beginning of a slave drive. I'm going to re-install linux and I'll make sure to install LILO into my linux partition.
Well, I re-installed Linux to the first partition of the secondary drive. I also installed LILO there. So far, it seems fine except that when I choose Linux from the ntldr menu, I get the LILO menu. I am removing the prompt parameter from the lilo.conf file and making linux the default. I am hoping that this causes it to boot directly to linux when I select it from the ntldr menu.
Removing prompt (or making the wait time really short) should work correctly. But it's a good idea to have a choice, especially to be able to boot 'failsafe' kernel or to have an option to choose old kernel when you compile a new one.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.