Results 1 to 10 of 13
Hi
I had set my F2 as Master, and WinXPPro as Slave
and when I turn the power on, it will goes to GRUB.
In the GRUB there''s: Fedora Core(2.6.8-1.521)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-10-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
Which one to choose in GRUB??
Hi
I had set my F2 as Master, and WinXPPro as Slave
and when I turn the power on, it will goes to GRUB.
In the GRUB there''s: Fedora Core(2.6.8-1.521)
Fedora Core(2.6.8-1.521smp)
Fedora Core(2.6.8-1.358smp)
Fedora Core-up(2.6.5-1.35
What are the difference between those?
and How do I configure it so I can see my WinXPPro option to choose that harddrive?
thank you for advance
- 11-10-2004 #2Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
All those different Fedora options look like it will boot to a slight variation of the 2.6.8 kernel. In order to add windows to the line up, edit your /boot/grub/grub.conf and add something like the following:
Code:title=Windows root (hd0,0) chainloader (hd0,0)+1
- 11-10-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
The multitude of options are probably because you've installed new upgrades to the kernel after the initial installation. The kernel upgrade packages do not remove the old kernels, since in case there'd be something wrong with the new kernel, they want you to be able to boot using an old one. Since you've tried the new ones and seen that they work, you can probably remove the old kernel packages.
I'm honestly not sure if removing the old kernel packages removes the corresponding lines from the GRUB menu, though. If it doesn't, you'll have to remove them manually from /boot/grub/grub.conf.
- 11-10-2004 #4Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
thanks guys, I did install some updates, and I am still searching the way to get into the conf of grub
- 11-10-2004 #5Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
I still can't find the conf of grub
when I go in the terminal, I type "su" and my "root password" so I am in root mode, and then I type "grub-install -recheck" it says "command not found"
then I try to type "/boot/grub/grub.conf" it says "permission denied"
how do I get into grubs conf?
- 11-10-2004 #6Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
I had found the grub.conf manually, but I have trouble open it.
I can't use Open Office to open it, it says denied.
*does Linux's folder like Windows? like in WIndows there's Program Files, and Windows folders, I found this trouble recognize this folders when I try to open grub.conf
- 11-11-2004 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
OpenOffice probably isn't the best choice -- it's really a WYSIWYG document editor, not a text editor. Instead, su to root again, and then run "nano /boot/grub/grub.conf". Nano is a terminal based text editor, and it coincides with your screen name as well =).
I'm not sure what that's supposed to mean, but if it is that you wonder about the directory layout in Linux, see this ancient post.
Originally Posted by Nano
- 11-11-2004 #8Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
ooh i see i see, my name and the program lol I'll go try that aging, and thanks for the link that guide help me a lot
- 11-11-2004 #9Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
I had successfully go in the grub configuration, and now I am gonna do some research to boot my XP thanks guys
- 11-11-2004 #10Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
If I have Linux's Harddrive set as Master, and Window's Harddrive set as Slave, my setting will be something like this right?
Originally Posted by Dillinger
Code:title Windows root (hd1,0) chainloader (hd1,0)+1


Reply With Quote
