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.
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.
when i installed red hat 9.0 for some reason the boot loader just hangs when ever i try and start my system and i just get the word "GRUB" in the top left corner of my scene and it just hangs. Dose any one know what might be causing this problem. I installed XP first on a new hard drive i bough and then on another partion i put red hat . my config file looks like this:
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,5)/grub/splash.xpm.gz
password --md5 $1$dMDbJs6q$fAWragnhJDMiK6RMMzH65.
title Red Hat Linux (2.4.20-8)
root (hd1,5)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi
initrd /initrd-2.4.20-8.img
title WINDOWS
rootnoverify (hd1,4)
chainloader +1
title DOS
rootnoverify (hd0,1)
chainloader +1
any help or idea why the boot loader is hanging when i start my system would be very helpful
Are you sure that your XP partition is on hdb5??There is no primary partition in your new harddisk??I think XP requires a primary partition.Try 'fdisk -l' or 'cat /proc/partitions' to make sure abt your partitions.
====================
hd0 is hda
hd1 is hdb
hd1,4 is hdb5
hd0,1 is hda2
========================
======================
here are the partitions and XP ran befoer i installed red hat i have 2 installed versions of XP i havnt bothered to format the older one yet
major minor #blocks name rio rmerge rsect ruse wio wmerge wsect wuse running use aveq
You have got XP on a logical partition along with the redhat boot and swap (logical)partitions??and redhat root on a primary partition??I think XP boot must be a primary partition.And I am not the one who can help you cos though I feel that what I have said is correct,I am not very sure about this.If this is what 'fdisk -l' told you,then there are no errors with the grub config file.
--------------
some one please correct me if I am wrong.
I am wrong with the extended partitions.As you can see,there is an XP boot partition in hdb1.while it is hdb5 in the grub settings.so try changing the grub settings from (hd1,4) to (hd1,0).
-----------------
ps- wrote post 6 without seeing post 7.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.