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 am having a very frustrating chain of problems...
I have a dual boot box running Redhat 9 and windowsXP. Was all working well before I
fiddled with it!
First I was trying to install the drivers for my new usb wireless adaptor and having
no sucess at all.
So I decided I was using an old kernel 2.4.20-8 and it was time to update to
2.4.20-30.9. I have used yum to upgrade a couple of other things and it went fine, so
I decided to do it with
yum update kernel*
downloaded and installed the kernel and kernel source but when I went to restart the
comp. I got the grub 0.93 prompt, to which I could not boot anything. Luckily I had
made a 2.4.20-8 boot image disk, so i could still get back into redhat with the bootdisk.
I noticed the /boot/grub/grub.conf file was completely empty, which I found strange. I tried to rewrite it manually, but everytime I reboot I just get "GRUB GRUB" at the top left hand corner of the screen, and then nothing happens?
XP runs on the first harddrive hda or hd0
the linux /boot dir. is on hdb (hd1) on the 2nd partition, I believe.
this is my /boot/grub/grub.conf
----
#my rewritten grub file of 28th march 2004
default=0
timeout=10
splashimage=(hd1,1)/grub/splash.xpm.gz
title Redhat Linux (2.4.20-8)
root (hd1,1)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdb=ide-scsi
initrd /initrd-2.4.20-8.img
title Redhat Linux (2.4.20-30.9)
root (hd1,1)
kernel /vmlinuz-2.4.20-30.9 ro root=LABEL=/ hdb=ide-scsi
initrd /initrd-2.4.20-30.9.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
----
output from /boot/grub/device.map
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.