New install of Linux, Win NT and Win 98 on same machine?

New install of Linux, Win NT and Win 98 on same machine?

Post by Mike Varle » Thu, 21 Jan 1999 04:00:00



Hi Folks

I've just received delivery of a new box specs: dual PII 450, Asus MB
with on board SCSI, 9GB
Seagate Cheeta HD and 128MB RAM. I want to be able to boot into any of
Win NT, Win 98 and
Linux (Redhet 5.2 probably). Can anyone give me some guidance on the
best order to install them, what partions to create and things to be
careful about.

Other components are SB Live!, Viper 550, Pioneer DVD drive, HP CD
writer 8100i and 3com 3c905
network card. I'll also be attaching to a Novell network (4.11).

Many thanks

Mike Varley
Network Manager
North Area College Stockport

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Oded Arbe » Thu, 21 Jan 1999 04:00:00



> I've just received delivery of a new box specs: dual PII 450, Asus MB
> with on board SCSI, 9GB
> Seagate Cheeta HD and 128MB RAM.
WOW !!
> I want to be able to boot into any of Win NT, Win 98 and
> Linux (Redhet 5.2 probably). Can anyone give me some guidance on the
> best order to install them, what partions to create and things to be
> careful about.

Install Win98, WinNT, and only then Linux.
WinNT will detect Win98 and setup it's bootloader to load both. then
RedHat will detect the two wins and set LILO to load all three of them.
you can setup WinNT's OS Loader to run Linux (theoreticly) but I'm not
sure how it's done, you better stick with LILO (much safer from the
Linux stand point) also, when WinNT first boots after you installed
Linux, it will probably complain about Linux and advise you to remove
it, or at least LILO. do what you think is right :-) , just make sure it
doesn't do it for you.
Also , Linux doesnot read NTFS currently, so you might want to install
WinNT on a FAT partition, maybe on the same one as Win98 (actually you
could install all of the OSs on the same FAT32 partition.... ).
Quote:

> Other components are SB Live!, Viper 550, Pioneer DVD drive,

the SB and the DVD will not work with Linux (maybe Creative will release
Linux binary drivers for Linux at a much later date. don't hold your
breath), also you need XFree86 3.3.3 to run XWindows on the Viper .
Redhat comes with some variant of 3.3.2 if I'm not mistakes (I use
RH5.1)
Quote:> HP CD writer 8100i and 3com 3c905

I think the HP writers suck - I use Panasonic.

Quote:> network card. I'll also be attaching to a Novell network (4.11).

Oded

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Terence Kellin » Thu, 21 Jan 1999 04:00:00


I have the identical configuation described in the origional posting, but I am
trying to manage it a little better and would greatly appreciate any help any
of you may offer.

I too highly recommend a product from www.powerquest.com, PartionMagic which
contains BootMagic.  That is how I initially partitioned my hard drive.  The
latest version of PartionMagic even formats linux ext2 and swap drives.  Since
I just went through this process, I'll explain it in painful detail here.

First, I partitioned three primary partitions, in the following order, on the
hard disk: one about 100M for LILO, one about 750M for NT's primary partion in
which I just put the OS files, and one 750M primary partition for Win98 which
again only holds the OS files.  Then I have a large extended partion which
holds the following logical partions in the following order:  a 125M linux
swap partition, a 1G linux ex2 partition mounted as /usr which holds all the
linux installation, a 750M linux ext2 partion mounted as /home for personal
files, a 1.25G NTFS partition for WinNT application files, a 750M NTFS partion
for personal files for WinNT, a 1G FAT32 partion for Win98 application files,
a 1G FAT32 partition for Win98 personal files and finally a 500M FAT disk for
any files I want shared across all three platforms.  This may seem a little
bizerko overkill, but in terms of both organization and ease of use, it is
virtually ideal.  The only reason it's not ideal is my problem which I will
describe below.  But first I'll outline what I learned during this
installation process.

First:  Get PartionMagic or possibly it's only real competitor System
Commander Deluxe (only if it supports formating linux disks).  It may seem a
little pricey, at like 45-65 dollars, but it is worth it's weight in gold for
several reasons that I would gladly expound upon if anyone is interested.  But
the bottom line was that it was what made this entire setup possible, because
it could format linux ext2 and swap disks/partitions.

Second:  As Derek stated, install linux last and only use Disk Druid or their
fdisk utility to set the mount points for the linux disks/partitions.  As I
understand it, this is sort of like a naming and recognition funtion more than
anything else, so that linux knows what disks are what.  When I tried to do
this by installing linux first and let it format the linux disks/partitions,
it did some wacky things, got very confused and had some problems with setting
the active primary partition properly.

Third:  Use PartionMagic to partition the drives and format them first.  Then
set the active primary partition to either the WinNT or Win98 primary
partition and install that operating system.  Then install, switch the active
primary partition to the other Windows disk and install that operating
system.  Some items to note.  Win98 doesn't understand anything about NTFS or
linux disks/partitions, so it totally ignores them.  Thus, in the
implementation described above, Win98 sees the FAT32 primary partition as C:,
the FAT32 Win98 Apps partition as D:,the Win98 Data parition as E:, and the
common FAT parition as F:.  WinNT doesn't really understand linux partitions
at all, and is unsure of FAT32 partitions.  So it "sees" its primary NTFS
partition as C:, the NTFS WinNT Apps partition as D:, and the NTFS WinNT Data
partition as E:.  Then it gets unsure of the FAT32 paritions.  It sees
something there, but is confused by what exactly it is.  This initially caused
confusion in Windows Explorer, but there is a Disk Administrator utility under
the start menu, under Administrative Tools.  With this, you can assign drive
letters to the various paritions.  What I then did was set the Win98 Apps
FAT32 partition to F:, the Win98 Data FAT32 partiton to G: and the common FAT
parition H:.  Now NT understood the exsistence of the FAT32 partitions, but
couldn't read or write to them.  This isn't really a problem.  Finally, and
this is what keeps this from being absolutely perfect, I installed linux,
putting LILO in the first primary linux ext2 partition.

This virtually works like a champ because each OS is compartmentalized and I
have a FAT disk at the end which all three OSs can share and use.  The ONLY
problem with this is in switching between the OSs.  When I initally loaded
linux first, LILO said that it could optionally boot to any OS on the machine,
which would have been perfect.  I start up the machine, pick what OS I want to
use then and away it goes.  If I want to switch between them, I just had to
reboot and rechoose.  Unfortunately this wasn't entirely accurate. I believe
the problem is that when LILO goes to do it's thing, it just seems to launch
off the appropriate OS without doing some additional work to the primary
partitions.  The problems lies with WinNT and Win98 and how they handle
primary partitions.  See, only one of the three primary partitions can be set
to active at once.  And for minimum confusion, the others should be hidden.
Win95/98 has the biggest problem with this, but with it's primary parition
located after the other two, this didn't seem to be an issue.  However, it can
potentially lead to very bad behavior.  Furthermore, when I used LILO to load
either of the Win OSs, and their primary parition was set to hidden, or if the
other Win OS was not hidden, the Wins got very confused.  Now, the beauty of
BootMagic is that it handles this sort of thing for you.  When you tell it
what OS you want to use, it hides the other primary partitions and reboots and
starts the new OS.  A small glitch in this is in the BootMagic for WinNT
executable because when it starts up, it says it can't read the first primary
partition, but it doesn't have any problem setting that one (LILO and hence
linux) as the active primary partition at reseting the configuration
correctly.  So, I can be in either Win98 or WinNT and switch to any OS
easily.  If I am in linux however, I have to either use a BootMagic disk or
the PartitionMagic rescue disk to switch to a new OS.  However, I believe
there is a solution to this.

First, there are some files on the PartitionMagic disk which have something to
do with installing at least some part of PartitionMagic in linux.  I haven't
really had a chance to fully explore this option however.

What I really want to do is install BootMagic on the hard drive and move LILO
to an new logical parition that I'll create with ParitionMagic.  Then
BootMagic will take charge on start up and handle all the uglyness of setting
the active partition and hiding the other two.  Then the worst case senerio to
switching between OSs is a reboot of the machine.  So my question really boils
down to how do I install just LILO and install it to a logical partition?

This really was quite verbose and some small details were left out because
it's so long now, that I wonder if anyone will read it.  This really is a FAQ
entry or HOWTO waiting to happen.  If anyone has any questions or suggestions,
please just let me know.  Hope this is helpful.

Terence Kelling

Derek Bem wrote:
> I have identical configuration (with 95, not 98), and Linux installed in
> series of logical drives in extended partiton. A few remarks:

> * I would very highly recommend BootMagic (www.powerquest.com), which
> allows you to manipulate partitions (now, from ver 4, also Linux
> partitions), change their size, position, select which primary is
> active. I use BM from ver 2 and found it to be the best tool for
> managing hard disks. Very reliable too. Not too many people know that it
> can also be run from diskette on any machine -- it does NOT have to be
> installed on your disk! You can even use it for partition management on
> Linux only machine! It boots it's own mini-DOS (Caldera), so in a sense
> it is not a Microsoft dependent tool.

> * from some reason LILO refused to install itself to hard disk, but
> installed itself happily to a diskette. Now I can dual boot NT - Win95,
> or boot Linux when I use booting diskette. This may actually be safer,
> as opposed to fiddling with boot sectors and LILO. This is only booting
> diskette, so once Linux is up you remove it and forget about it. And
> whatever happens to my NT/Win95 partitions, I can always boot Linux.

> For your reference this is my setup which works very well:

> (1) primary with NT4
> (2) primary with Win95
> only one of (1) or (2) is selected as active on boot with BootMagic (a
> part of PartitionMagic), but can also be selected from NT boot loader if
> prefered. Second, inactive primary partition is not visible after boot
> completed
> (3) extended partition with many logical partitions inside:
> (3a) series of logical partitions for Linux and swap
> (3b) FAT disk D: accessible from NT, Win95 or Linux
> (3c) FAT disk E: accessible from NT, Win95 or Linux

> DB

> Oded Arbel wrote:

> > Mike Varley wrote:

> > > I've just received delivery of a new box specs: dual PII 450, Asus MB
> > > with on board SCSI, 9GB
> > > Seagate Cheeta HD and 128MB RAM.
> > WOW !!
> > > I want to be able to boot into any of Win NT, Win 98 and
> > > Linux (Redhet 5.2 probably). Can anyone give me some guidance on the
> > > best order to install them, what partions to create and things to be
> > > careful about.
> > Install Win98, WinNT, and only then Linux.
> > WinNT will detect Win98 and setup it's bootloader to load both. then
> > RedHat will detect the two wins and set LILO to load all three of them.
> > you can setup WinNT's OS Loader to run Linux (theoreticly) but I'm not
> > sure how it's done, you better stick with LILO (much safer from the
> > Linux stand point) also, when WinNT first boots after you installed
> > Linux, it will probably complain about Linux and advise you to remove
> > it, or at least LILO. do what you think is right :-) , just make sure it
> > doesn't do it for you.
> > Also , Linux doesnot read NTFS currently, so you might want to install
> > WinNT on a FAT partition, maybe on the same

...

read more »

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Pete Johnso » Fri, 22 Jan 1999 04:00:00


That is one sweet system !!

now that i have got that out of my system, I would first of all partition
the drive the way that you want it divided up, then I would install NT,
98, NT repair disk to recreate the MBR and then finally the champion,
linux !! use LILO to do a multiple boot between the three OSes.

But I am relatively new to this and will be in a similar situation soon
and that is how I thought I'd do it. I shall be interested to other
peoples comments wrt this.

Pete


> Hi Folks

> I've just received delivery of a new box specs: dual PII 450, Asus MB
> with on board SCSI, 9GB
> Seagate Cheeta HD and 128MB RAM. I want to be able to boot into any of
> Win NT, Win 98 and
> Linux (Redhet 5.2 probably). Can anyone give me some guidance on the
> best order to install them, what partions to create and things to be
> careful about.

> Other components are SB Live!, Viper 550, Pioneer DVD drive, HP CD
> writer 8100i and 3com 3c905
> network card. I'll also be attaching to a Novell network (4.11).

> Many thanks

> Mike Varley
> Network Manager
> North Area College Stockport


 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Derek Be » Fri, 22 Jan 1999 04:00:00


I have identical configuration (with 95, not 98), and Linux installed in
series of logical drives in extended partiton. A few remarks:

* I would very highly recommend BootMagic (www.powerquest.com), which
allows you to manipulate partitions (now, from ver 4, also Linux
partitions), change their size, position, select which primary is
active. I use BM from ver 2 and found it to be the best tool for
managing hard disks. Very reliable too. Not too many people know that it
can also be run from diskette on any machine -- it does NOT have to be
installed on your disk! You can even use it for partition management on
Linux only machine! It boots it's own mini-DOS (Caldera), so in a sense
it is not a Microsoft dependent tool.

* from some reason LILO refused to install itself to hard disk, but
installed itself happily to a diskette. Now I can dual boot NT - Win95,
or boot Linux when I use booting diskette. This may actually be safer,
as opposed to fiddling with boot sectors and LILO. This is only booting
diskette, so once Linux is up you remove it and forget about it. And
whatever happens to my NT/Win95 partitions, I can always boot Linux.

For your reference this is my setup which works very well:

(1) primary with NT4
(2) primary with Win95
only one of (1) or (2) is selected as active on boot with BootMagic (a
part of PartitionMagic), but can also be selected from NT boot loader if
prefered. Second, inactive primary partition is not visible after boot
completed
(3) extended partition with many logical partitions inside:
(3a) series of logical partitions for Linux and swap
(3b) FAT disk D: accessible from NT, Win95 or Linux
(3c) FAT disk E: accessible from NT, Win95 or Linux

DB



> > I've just received delivery of a new box specs: dual PII 450, Asus MB
> > with on board SCSI, 9GB
> > Seagate Cheeta HD and 128MB RAM.
> WOW !!
> > I want to be able to boot into any of Win NT, Win 98 and
> > Linux (Redhet 5.2 probably). Can anyone give me some guidance on the
> > best order to install them, what partions to create and things to be
> > careful about.
> Install Win98, WinNT, and only then Linux.
> WinNT will detect Win98 and setup it's bootloader to load both. then
> RedHat will detect the two wins and set LILO to load all three of them.
> you can setup WinNT's OS Loader to run Linux (theoreticly) but I'm not
> sure how it's done, you better stick with LILO (much safer from the
> Linux stand point) also, when WinNT first boots after you installed
> Linux, it will probably complain about Linux and advise you to remove
> it, or at least LILO. do what you think is right :-) , just make sure it
> doesn't do it for you.
> Also , Linux doesnot read NTFS currently, so you might want to install
> WinNT on a FAT partition, maybe on the same one as Win98 (actually you
> could install all of the OSs on the same FAT32 partition.... ).

> > Other components are SB Live!, Viper 550, Pioneer DVD drive,
> the SB and the DVD will not work with Linux (maybe Creative will release
> Linux binary drivers for Linux at a much later date. don't hold your
> breath), also you need XFree86 3.3.3 to run XWindows on the Viper .
> Redhat comes with some variant of 3.3.2 if I'm not mistakes (I use
> RH5.1)
> > HP CD writer 8100i and 3com 3c905
> I think the HP writers suck - I use Panasonic.
> > network card. I'll also be attaching to a Novell network (4.11).

> Oded

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Terence Kellin » Fri, 22 Jan 1999 04:00:00


Quote:>> This really is a FAQ entry or HOWTO waiting to happen.

And it is: see the Win95 + WinNT + Linux multiboot using LILO mini-HOWTO at:

    http://howto.linuxberg.com/LDP/HOWTO/mini/Multiboot-with-LILO.html

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Mike Varle » Sat, 23 Jan 1999 04:00:00


Tip top...cream of the crop! As my friend Jonny "red meat and beer" Allen used
to say.

Thanks folks :-)


> >> This really is a FAQ entry or HOWTO waiting to happen.

> And it is: see the Win95 + WinNT + Linux multiboot using LILO mini-HOWTO at:

>     http://howto.linuxberg.com/LDP/HOWTO/mini/Multiboot-with-LILO.html

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by Raymond Doetje » Sun, 24 Jan 1999 04:00:00


First install Windoze 95/98 since they don't respect the MBR like any
good OS does the just overwrite it.
Then install NT and be sure to keep space free for atleast 2 linux
partitions. 1 root partition  and 1 for your data and one swap best is to
have 3 partitions (one deictated for root).
To be on the save site, I should'nt use LILO, but loadlin. You can start
loadlin from a dos prompt and give it the device of the root and the
kernel image name and it will boot linux. Or you can use the old
fashioned boot disk . I also davice you to buy SuSE 6.0 instead of
RedHat. SuSE is more complete it has more packages ready to be installed
and comes with KDE 1.0 (great WIndow manager)

Raymond Linux, Novell and Internet wiz

 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by USTnew » Sun, 24 Jan 1999 04:00:00


First create a bootdisk from Redhat CD, then use it to boot.  Use
fdisk /dev/hda to create 4 partition. one for Win98, one for NT, one for
Linux and the final one for Swap.  Then use win98 boot disk to install
Win98, then Linux, then NT.  after install NT.  Use fdisk /mbr to delete the
record of NT bootup.  Then use the lilo to configure the lilo boot again.
when you want to boot Win98/Nt, type win (suppose you use "win" this word
for Win98/NT.  then choose either NT or Win98.


>Hi Folks

>I've just received delivery of a new box specs: dual PII 450, Asus MB
>with on board SCSI, 9GB
>Seagate Cheeta HD and 128MB RAM. I want to be able to boot into any of
>Win NT, Win 98 and
>Linux (Redhet 5.2 probably). Can anyone give me some guidance on the
>best order to install them, what partions to create and things to be
>careful about.

>Other components are SB Live!, Viper 550, Pioneer DVD drive, HP CD
>writer 8100i and 3com 3c905
>network card. I'll also be attaching to a Novell network (4.11).

>Many thanks

>Mike Varley
>Network Manager
>North Area College Stockport


 
 
 

New install of Linux, Win NT and Win 98 on same machine?

Post by KMSawick » Thu, 28 Jan 1999 04:00:00



>Also , Linux doesnot read NTFS currently, so you might want to install
>WinNT on a FAT partition, maybe on the same one as Win98 (actually you
>could install all of the OSs on the same FAT32 partition.... ).

Actually, NT uses the NTFS (4) file system, Win 98 uses either FAT16 or
FAT32 (depending on your hard drive size for one), and Linux uses ext2. Or
can NT be installed under FAT as well?
 
 
 

1. dualbooting Linux & Microsoft platforms (Win 98, NT, Win 2000)

Dear People,

My parents are in the process of buying a computer in Bombay. I told
them they should use Linux, but the chap we are getting the computer
from (built according to specifications) suggests that we should
perhaps have a Microsoft partition as well. I agreed with him, for the
reason that my parents might at some point wish to run software not
available for Linux. The question is which.

He (the chap) suggested Win 98, saying (I quote) "I still feel win98
better because the software support for Graphics and antivirus is
available latest , and more upto date. Otherwise we can go for Windows
2000 Professional for the Password Security reasons"

However, I have Win 95 on my computer, though I never use it and run
SuSE 6.2 instead. Win 95 regarded as an operating system is a joke (no
user accounts, no security, no multitasking, and those are only the
obvious deficiencies I am aware of), and I am concerned that Win 98
may not be much better (though I have never used Win 98). I have NT on
my home office, and I know that at least NT has user accounts and some
rudimentary security. And I believe that Win 2000 is an extension of
NT so hopefully will be less awful than Win 95/98.

The computer chap suggested Win 2000 as an alterative to Win 98 (see
above). This seems to make sense. However, I am also concerned about
how difficult it would be to dualboot Win 2000 and Linux. One of my
books (Kofler's Linux: Installation, Configuration, Use) goes into
some detail about setting up Linux to dualboot with NT, by getting the
Windows NT boot manager to start Lilo. Can Win 2000 be set up in
similar fashion?

So, I have two questions.

1) If you have a choice between Win 98, NT, Win 2000, which would you
   pick and why? Please don't say none. :-)

2) I assume it is possible to set up Win 2000 and Linux to
   dualboot. So, there must be info on the net for this. Could you
a) point me to it?
b) tell me how difficult you found the setting up?


much appreciated.

                      Sincerely, Faheem Mitha.

2. Xconfigurator Install Problem

3. Win 98 Win NT and Linux triple boot

4. Network printer question

5. How do i put Win'98, NT and linux on the same machine

6. writing apache module: child stuff

7. Adding Win 98 to a linux machine.

8. read timeout in ksh

9. Linux client with win98 server (w/ cable modem on win 98 machine)

10. telnet from RH6.2 Linux to Win 98 machine problem

11. Win 98 / NT 4 / Linux RedHat 5 ?

12. Passwd Server for Win-NT,95,98 & Linux

13. Linux as the file and internet server with win NT/95/98 clients