Linux - NewbieThis 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.
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.
Hi.
I have currently one harddisk and 3 operating systems on it (Windows XP, Fedora Core 3 & Debian 3.0 r4). It has 6 partitions and it looks like this:
I have first installed Windows XP. Then I've installed Fedora Core 3 on /dev/hda6 with only "/" (no /boot & swap). I've also installed grub in Fedora as my boot loader and I can load both Windows and Fedora. This is how my menu.lst looks:
##############################################################
title Fedora Core (2.6.10-1.770)
root (hd0,5)
kernel /boot/vmlinuz-2.6.10-1.770_FC3 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.10-1.770_FC3.img
title Fedora Core (2.6.9-1.667)
root (hd0,5)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.9-1.667.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
##############################################################
Finally, I've installed Debian 3.0 r4 with swap on /dev/hda7 and "/" on /dev/hda8. I have NOT installed lilo. Now I wanted to modify my menu.lst or grub.conf as described here:
It says there that I should copy 3 files from /boot on my Debian partition (/dev/hda8) to /boot on my current, Fedora partition (/dev/hda6). However, I could not locate all those 3 files. The required files are:
First off - congrats on a first post with *lots* of relevant information!
Did you make a boot floppy for the Debian install?
If you did, I'd suggest booting into Debian from the floppy, and then installing either GRUB or LILO to the boot record of the Debian partition (NOTE: *NOT* the MBR of the whole disk.)
Then reboot into Fedora, and add the following to ../grub/menu.lst:
title Debian
root (hd0,7)
chainloader +1
Another reboot, and you should be able to select Debian from GRUB...
Originally posted by mugstar First off - congrats on a first post with *lots* of relevant information!
Did you make a boot floppy for the Debian install?
If you did, I'd suggest booting into Debian from the floppy, and then installing either GRUB or LILO to the boot record of the Debian partition (NOTE: *NOT* the MBR of the whole disk.)
Then reboot into Fedora, and add the following to ../grub/menu.lst:
title Debian
root (hd0,7)
chainloader +1
Another reboot, and you should be able to select Debian from GRUB...
:-) Thank you for your answer but, unfortunatly, my computer has no floppy drives. Any other solutions?
Originally posted by mugstar Can you lay your hands on a LiveCD such as Knoppix? You may be able to install a bootloader to the Debian partition using that...
Yes, I have Ubuntu Live. Since I am just a newbie, could you, please, be more specific on what exactly I have to do?
I'd suggest booting up the live cd, than doing `man lilo` or `man grub` in a terminal to check the command syntax for installing the bootloader to a given partition. I'm not on my own box just now so I can't be more specific, sorry.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.