LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   win98, NT linux RH7.1 (https://www.linuxquestions.org/questions/linux-software-2/win98-nt-linux-rh7-1-a-2659/)

bigcat 05-21-2001 11:48 AM

WIN98 NT and linux
 
Hi there,

i have been trying to install win98 win nt and linux on the same machine. P3, 512M ram and 40g hard drive.

win 98 and win nt installation was fine. but linux and nt doesnt seem to play well.

i have a 2g primary partition from win98.
i installed NT on the next 300M partition. The next partition is 3 gig partition for my applications.

after the last two, i installed linux with a 100M /boot partition. a 5 gig for root partition. and a 512 swap partition. LIlo in the MBR.

the problem i had is after installing linux i no longer can boot NT. if i do another reintallation i lose my linux.

anyone had experience with this?

thanks.

[Edited by bigcat on 05-21-2001 at 12:50 PM]

trickykid 05-21-2001 03:52 PM

Well what your not realizing is, each time you install a OS, it rewrites to the MBR. If you install Win98, then Linux, it will usually detect it and go ahead and configure it. If you install NT, then 98, the loader for NT surely detects 98, but then if you install Linux on top of that, it doesn't detect Nt but will 98. so on....and so on...its like a large continuous loop. What you need to do is figure out which Loader you want to use. Maybe the NT Loader or LILO.
From there you should be able to read up on the HowTo's at http://www.linuxdoc.org to get it all configured from there.

unSpawn 05-21-2001 04:45 PM

its quite easy when using NT Loader to load Linux from a bootsector file.
repair NT so itll use the MBR again.
boot up linux tru a floppy and install Lilo in its OWN partition. in linux copy the bootsector:
"dd if=/dev/(insert_linux_root_partition_here) of=/tmp/bootsect.lnx bs=512 count=1"
export the /tmp/bootsect.lnx to the partition where NT loads. add it to the boot.ini like
"C:\bootsect.lnx="Linux"

bigcat 05-22-2001 11:06 AM

thanks
 
Thanks for all your help, i was using the lilo as the boot loader. perhaps i should try NT loader.

thanks again.


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