Jump to content
Compatible Support Forums
Sign in to follow this  
Vampyr

Dual booting Redhat 7.1 and XP 2474

Recommended Posts

Ok, how can i do this without installing LILO and without using a bootdisk. Any help severly appreciated. smile

They had an article about it at www.geocities.com/xpbeta2/ but this page doesn't exist anymore.

Share this post


Link to post

not that complicated actually....i'll see if i can remember.

 

1) Install winxp first if you can

2) Install linux and make sure to install lilo on the first sector of the boot partition and NOT the MBR

3) Create a boot disk when asked in Linux installation (dont worry you wont be needint it but only once)

4) now make sure that you can still boot into winxp

5) insert the boot disk and boot into your linux partition

6) run the following commnd

dd if=/dev/hda2 of=/bootsect.lnx bs=512 count=1

**replacing hda2 with whatever your linux partition is ofcourse.

7)copy the bootsect.lnx file to a floppy by using the following command:

mcopy /bootsect.lnx a:

8)boot into winxp, copy the bootsect.lnx file to your c: drive, and edit your boot.ini file and add the following line at the end

C:\BOOTSECT.LNX="Linux"

9) save it and viola, next time you boot you will have two options

 

Windows XP Professional

Linux

 

Your friendly neighborhood,

^Klown^

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×