Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
08-25-2003, 08:15 AM
|
#1
|
Member
Registered: May 2003
Location: Estonia
Distribution: Slackware 9.1
Posts: 61
Rep:
|
grub.conf
hi!
i have a problemo.
i have a grub.conf like this:
Code:
default=0
timeout=10
splashimage=(hd0,3)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,3)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
now, i add an HDD with a regular winXP installation & wanna make grub to boot it. but, if i write smth like that:
Code:
title NT 5
root (hd1,0)
makeactive
it does not work. how should i do this? let's say linux is on primary master and XP on primary slave.
thnx.
|
|
|
08-25-2003, 08:35 AM
|
#2
|
Member
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643
Rep:
|
Try adding the following to /boot/grub/grub.conf
title Windows XP
rootnoverify (hd0,0)
chainloader +1
Make sure to replace (hd0,0) with the actual partition where winxp
resides. And of the course the title can be whatever you want.
|
|
|
08-25-2003, 08:38 AM
|
#3
|
Member
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643
Rep:
|
also replace default with Red Hat Linux (fill this) or the other title.also you can add 'makeactive' to
title Windows XP
rootnoverify (hd0,0)
chainloader +1
|
|
|
08-25-2003, 10:46 AM
|
#4
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
|
|
|
08-25-2003, 11:00 AM
|
#5
|
Member
Registered: May 2003
Location: Estonia
Distribution: Slackware 9.1
Posts: 61
Original Poster
Rep:
|
bad bad bad, my XP disk is missing today, say, what are the differences if i wanna give it a try with win98?
and, to be mentioned, if i had the time to read manuals about every thing i need to get over with, i would not even visit this or any other forum.
Last edited by v2lk; 08-25-2003 at 11:02 AM.
|
|
|
08-25-2003, 11:31 AM
|
#6
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
Quote:
let's say linux is on primary master and XP on primary slave.
|
You will need to re-map your drives.
Code:
title windows
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
If you need more information on your partitions, use the fdisk command.
|
|
|
All times are GMT -5. The time now is 11:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|