LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dual boot cannot access linux after winxp install (https://www.linuxquestions.org/questions/linux-newbie-8/dual-boot-cannot-access-linux-after-winxp-install-234640/)

owldbartle 09-24-2004 03:52 AM

dual boot cannot access linux after winxp install
 
i am currently running winxp pro and suse 9.1 pro as a dual boot i have just had to re-install windows and have lost the boot menu that suse installed do i have to start from scratch and re-install suse 9.1 to get that menu back or can somebody tell me another way without a full install please

Baldrick65 09-24-2004 04:00 AM

I'm not sure exactly how SuSE works, but in Mandrake, you boot with the first CD or DVD, enter rescue mode and select re-install bootloader. SuSE must have the same kind of deal.

HTH
Baldrick

killer_bunny 09-24-2004 04:06 AM

Re: dual boot cannot access linux after winxp install
 
Quote:

Originally posted by owldbartle
i am currently running winxp pro and suse 9.1 pro as a dual boot i have just had to re-install windows and have lost the boot menu that suse installed do i have to start from scratch and re-install suse 9.1 to get that menu back or can somebody tell me another way without a full install please
The windows have probably overwriten the boot sector.
I think that above solution should work on Suse.

skecs 09-24-2004 05:22 AM

SUSE 9.1
 
See Chapter 3 - page 45 in the SUSE User GUide for Rescue System - Basically just boot from the CD/DVD and choose repair system. Follow the instructions, just remember that when you select partitions mount them but don't format if you have any data on them you want to keep ;-)

Just think before you click!

michapma 09-24-2004 02:37 PM

This is why I let Windows have its boot manager, and configure it to boot Linux. Windows is too trigger happy with the MBR. The SUSE CD1 or DVD solution will work.

You should also consider making an emergency boot disk. It's not hard.

sovietpower 09-24-2004 04:57 PM

Those arent the best suggestions but if you are using LILO all you have to do is boot from the first disk or whatever the rescue disk is and goto a command prompt become root and type lilo and your boot loader will be back

owldbartle 09-27-2004 04:56 AM

Thanx guys for all your help back up and running now :)

jericjones45 09-27-2004 04:59 AM

Hey man. Next time install windows first. let windows use the whole partition or not. either way is fine. Then when installing linux select use unpartioned space or you can resize the windows partition assuming it is defragged.

res0r9lm 09-27-2004 07:39 AM

Here is a suggestion before posting actually read, He said he had to re-install windows

jericjones45 09-27-2004 11:58 AM

yeah i meant for future installs this may be easier.

res0r9lm 09-27-2004 08:28 PM

here is how I installed windows after linux in a second hdd. I use grub as bootloader. first I swapped cables where second would show up as first drive just long enough to install windows then revert it back afterward(I think some bios's can do this) now I booted into linux and edited the grub.conf like so.

Code:

title=windowsXP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1

Purpose is to trick windows into thinking it's on first drive


All times are GMT -5. The time now is 03:16 AM.