Tri Boot win98,w2k,linux using w2k boot manager?

Tri Boot win98,w2k,linux using w2k boot manager?

Post by Larry Bau » Sun, 31 Dec 1899 09:00:00



Hi-  I have system with win98 (first partition on HD, FAT32) and w2k (second
partition on HD, FAT32) on it that I am going to add linux to.  The system is
currently using w2k's boot manager to dual boot the system.  My plan is to use
partition magic to make a third partition for RH linux 6.2, put lilo on that
partition to load RH, and manually modify the w2k boot manager file (boot.ini)
to tri-boot the system (win98, w2k, RH linux) at startup.  Does any one know
the text to add to boot.ini that would allow this to be done?  Thanks in
advance, Larry
 
 
 

Tri Boot win98,w2k,linux using w2k boot manager?

Post by JT Carvalh » Sun, 31 Dec 1899 09:00:00


Hi

I'd a similar sitution.: I had w95 on fisrt parttion (fat32) instead of
win98 and W2000 on second partition and someone gave me this link when I
needed to instal Linux on a 2nd HD:
http://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/Linux+NT-Loader

it explains dual-boot with NT and Linux, but I follow the instructions to
make a tri-boot system (W95/W2000/Linux) and everything worked fine.
Let linux create the partitions for it (do not use NT disk admin)
Attention to items 3.3 and 3.4

I hope I helped

JT

Don't forget backup!


Quote:> Hi-  I have system with win98 (first partition on HD, FAT32) and w2k
(second
> partition on HD, FAT32) on it that I am going to add linux to.  The system
is
> currently using w2k's boot manager to dual boot the system.  My plan is to
use
> partition magic to make a third partition for RH linux 6.2, put lilo on
that
> partition to load RH, and manually modify the w2k boot manager file
(boot.ini)
> to tri-boot the system (win98, w2k, RH linux) at startup.  Does any one
know
> the text to add to boot.ini that would allow this to be done?  Thanks in
> advance, Larry


 
 
 

Tri Boot win98,w2k,linux using w2k boot manager?

Post by Rod Smi » Sun, 31 Dec 1899 09:00:00


[Posted and mailed]



Quote:> Hi-  I have system with win98 (first partition on HD, FAT32) and w2k (second
> partition on HD, FAT32) on it that I am going to add linux to.  The system is
> currently using w2k's boot manager to dual boot the system.  My plan is to use
> partition magic to make a third partition for RH linux 6.2, put lilo on that
> partition to load RH, and manually modify the w2k boot manager file (boot.ini)
> to tri-boot the system (win98, w2k, RH linux) at startup.  Does any one know
> the text to add to boot.ini that would allow this to be done?  Thanks in
> advance, Larry

The usual way to do this is to use Linux's dd to extract an image of the
Linux boot sector, thus:

dd if=/dev/hda7 of=linux.sct

(You must specify the correct boot partition in place of /dev/hda7.) You
then copy the resulting linux.sct file to a partition that's accessible
from NT/2K, and reference it in BOOT.INI something like this:

C:\linux.sct="Linux"

IMHO, this is pretty kludgy, because it requires extra steps if you ever
recompile your kernel. A better solution, IMHO, is to use a third-party
boot loader, like the BootMagic that comes with PartitionMagic, to
select between your Windows and Linux OSs. NT's OS Loader then functions
as a secondary OS selector, booting only NT.

FWIW, I cover these matters in more detail in my book, _The Multi-Boot
Configuration Handbook_ (http://www.rodsbooks.com/multiboot/).

--

http://www.rodsbooks.com
Author of books on Linux & multi-OS configuration

 
 
 

Tri Boot win98,w2k,linux using w2k boot manager?

Post by Rod Smi » Wed, 16 Aug 2000 12:58:02


[Posted and mailed]



Quote:

> The usual way to do this is to use Linux's dd to extract an image of the
> Linux boot sector, thus:

> dd if=/dev/hda7 of=linux.sct

Oops. I left off a couple of important parameters. That should be:

dd if=/dev/hda7 of=linux.sct bs=512 count=1

Actually, the bs=512 parameter just re-states the default, and so can
be omitted. The count=1 parameter is critical if you just want to get
the boot sector, though; omitting it results in an extraction of the
entire partition.

--

http://www.rodsbooks.com
Author of books on Linux & multi-OS configuration

 
 
 

Tri Boot win98,w2k,linux using w2k boot manager?

Post by Larry A. Bau » Sun, 31 Dec 1899 09:00:00


Thanks for the answer, fellas.  I really appreciate it.  Best, Larry



>[Posted and mailed]



>> The usual way to do this is to use Linux's dd to extract an image of the
>> Linux boot sector, thus:

>> dd if=/dev/hda7 of=linux.sct

>Oops. I left off a couple of important parameters. That should be:

>dd if=/dev/hda7 of=linux.sct bs=512 count=1

>Actually, the bs=512 parameter just re-states the default, and so can
>be omitted. The count=1 parameter is critical if you just want to get
>the boot sector, though; omitting it results in an extraction of the
>entire partition.

>--

>http://www.rodsbooks.com
>Author of books on Linux & multi-OS configuration

 
 
 

1. BootMagic and Win98/W2K/Linux boot issue

I currently cannot boot Windows 98 SE from BootMagic.  My system
previously had Windows 98 SE on the first partition as FAT32, then the
second partition has W2K Pro on NTFS, SO I just used the Windows Boot
menu.  

Now I just installed Linux Mandrake 7.2 on the third partition (hde6),
swap on the fourth partition (hde7).  I installed Mandrake just fine
and put LILO on the linux partition.  Then I installed BootMagic
through W2K Pro and now I can boot into Linux.  I then tested my
booting and I can also boot in W2K Pro from the bootmagic menu.  BUT
WHEN I TRY TO BOOT INTO windows 98 SE it says it cannot find a system.
If I boot using the W2K bootmenu I can get into Win 98 SE.

I know that W2K gets a copy of the MBR and saves it to a file so that
during the bootmenu you can boot into Win 98 by loading that file that
had the old boot sector.  I want to boot into 98 using one menu and
not going through 2 of them.

Can someone help me?

2. Firewalls

3. Using W2K boot menu to start Redhat Linux

4. How to dump current Linux ver?

5. Can linux substitute w2k server and do the same as w2k server?

6. ISA nic and Solaris 8 (intel)

7. Can't boot 7.2 duel boot with W2K

8. Getting DEBIAN 1.3.1 detecting my scsi adapter

9. Need Help w/ W2K & RH 7.2 Dual boot using Grub

10. Dual boot Linux & w2k on different drives, Linux as primary

11. VPN From W2K/Pro to W2K Server Doesn't Work Through IPCHAINS Firewall

12. Triple Boot Win95B, W2k, Linux