Linux - Newbie This 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.
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.
|
|
01-07-2005, 04:41 PM
|
#1
|
Member
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73
Rep:
|
how do i dual boot 2 distros?
hello all
I was able to install 2 distros in my hard disk -
I installed Suse first on hda3,
then Fedora on hda1.
I dont have a /boot partition.
the problem is grub only sees Fedora. How do I setup grub so i can have a choice to boot Suse?
|
|
|
01-07-2005, 04:53 PM
|
#2
|
Member
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669
Rep:
|
You'll have to edit it by hand here's mine to give you an idea
default 0
timeout 30
splashimage=(hd0,2)/boot/grub/colors.xpm.gz
title=Slackare 10.0
root (hd0,2)
kernel=/boot/vmlinuz-2.4.26SM root=/dev/hda3 ro hdc=ide-scsi hdd=ide-scsi vga=791 splash=silent
initrd=/boot/initrd-1024x768
title=Gentoo
root (hd0,4)
kernel=/boot/vmlinuz root=/dev/hda5 ro vga=791
title=Windowsxp
rootnoverify (hd0,0)
chainloader +1
|
|
|
01-07-2005, 04:57 PM
|
#3
|
Member
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73
Original Poster
Rep:
|
thanks for your reply
how do you know what numbers to put on your root (*,*)
like in your gentoo, how did you what does the "4" stand for in root (0,4).
|
|
|
01-07-2005, 05:26 PM
|
#4
|
Member
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669
Rep:
|
thats the way grub does it
root (hd0,4) means /dev/hda5 so it one number less then the partition where you have your distro installed. read the grub docs in /usr/docs/grub or /usr/share/docs/grub
hd0 is /dev/hda so if your distro is installed on hda on the first partition it would be root (hd0,0)
grub just starts counting at zero instead of 1
Last edited by Boow; 01-07-2005 at 05:32 PM.
|
|
|
01-07-2005, 05:29 PM
|
#5
|
Member
Registered: Nov 2003
Location: Cebu, Philippines
Distribution: Ubuntu
Posts: 73
Original Poster
Rep:
|
ok thanks for the info
|
|
|
All times are GMT -5. The time now is 12:34 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
|
|