Linux - SoftwareThis 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
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 two hard drives in my system. I have given 500 GB for Windows and 160 GB to Fedora 8. After installing Fedora 8, I am not able to boot into Windows.
It just displays:
rootnoverify (hd0, 14)
chainloader +1.
My 500 GB Windows hard drive has 16 partitions (NTFS) and 160 GB Linux has 15 partitions. If I disconnect my 160 GB hard drive, my system boots into Windows and If I disconnect 500 GB hard drive, the system boots into Linux. I have installed GRUB on 160 GB and it's not able to boot Windows from the 500 GB disk.
160 GB is taken as sda and 500 GB is taken as sdb.
hd0, 14 - maps to sda disk. But my windows is on sdb. So i tried changing the Grub.conf to hd1,0 and hd1,1 respectively. But still it doesn't work. Is it something because of having NTFS file system ?
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369
Rep:
Fedora 8 not boot into windows
You have two drives what kind of drives ? Şata drives
Because then you a amount of ports
When I install a OS I make sure that for instance Fedora installed on SDB
Sdb is number 1 in the boot segeunce and then it will boot windows on sda
if I make sure that at that moment SDB is first in the seguence
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core 8 (2.6.23.1-42.fc8)
root (hd0,0)
kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/
initrd /boot/initrd-2.6.23.1-42.fc8.img
title Microsoft Windows
rootnoverify (hd1,0)
chainloader +1
Fedora names all drives as "sdX", I guess the point is to avoid confusion for new users whether they should be writing "/dev/hdX" or /dev/sdX" (of course, that's pure conjecture).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.