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.
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.
You chose to install FC with the bootloader installed to the root of the FC partition instead of the MBR. The only way to boot FC now is from the install cd (choose the option that lets you boot from harddisk, if there is one) or create a boot floppy and use that EVERY time you want to boot FC.
If, during installation, you had chosen to install the bootloader to the MBR, FC would have written the grub.conf file to show you options on a boot menu: windows or FC. Now, if you boot into FC from cd, you will have to install grub to the MBR, and manually edit grub.conf to make the correct entries to show you both FC and windows on boot.
Search these boards on 'dual boot' issues. You will find the exact entries to make in grub.conf to make it work after installing grub to the MBR.
Since you are using FC, search also for 'grub install' to find out how to get grub to the MBR, and have both OSs avaialble at boot time.
Thank you for getting back to me so quickly on this.
I put in the installation dvd but could see no boot options, only install options...
There is an option of f5 to go to rescue mode... maybe i should try investigating that?
After you boot with you Fedora cd/dvd, you have to type "linux rescue". After that, you will get a prompt and you have to do what bigrigdriver already told you.
Something like:
I've installed Linux on a system that has XP and I don't want (can't) install another boot loader. I don't have a floppy drive. I can boot from the install dvd and go into recscue mode, and I can mount the installation (which is way above the 1024 cylinder limit) and see all the files.
Is there a command from the command line that will then boot the installation?
Grub is not in the rescue directories. I can mount my installation and find it there and run it, or copy it above the mount point to the rescue installation area and unmount my installation if necessary. But I cant figure out the command to bootstrap from this point.
What command should I use from the command prompt in rescue to boot the installation?
I'm a newbie though, so I can't tell you if this will work, but I dealed with this a few times. Try to mount your system to a directory (you claimed to do this) and chroot to it. After this, try "grub-install /dev/hda". And of course, you should have the file /boot/grub/grub.conf configured, take a look and see what's there. Good luck!
Quote:
Originally posted by yeehi What command should I use from the command prompt in rescue to boot the installation?
I am a newbie to linux. I installed linux(FC2) first and then winxp
now there is no option to load linux/winxp and winxp gets loaded directly
When you installed Linux I suppose you installed GRUB on your MBR, but after you installed Windows it rewrote your MBR and that's why it boots straight to Windows. Now you have to boot with your first bootable cd or with a bootable floppy disk if you have one and reinstall grub. You have to mount your linux partition, chroot to it and install grub to MBR. Do some search option, this quesion has been asked a lot here. I think everyone has been through this...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.