Actually, I picked this up from new.redhat.com @ redhat.config. It seems to address the topic in fair detail. (Haven't tried it yet, and I may not if VMWare pans out! [WINE would be nice, but until it's a bit nearer completion, I need something that will do what I need done.] )<br>
<br>
From: Indrajit Raychaudhuri <indrajitrc@hotmail.com><br>
Subject: Re: Installing Win98 and Linux on a 17 GB drive doesn't work<br>
Date: Wednesday, March 24, 1999 7:27 AM<br>
<br>
Hi Marc and George,<br>
<br>
I think I 'did' face this type of problem a few months back.<br>
Fortunately I could overcome the problem with kernel-2.0.36 itself.<br>
May be I could help you out.<br>
Since you have everything (the entire system) within your control, you can<br>
try from scratch the following way.<br>
<br>
Step - I (the Win98 part):<br>
-------------------------------<br>
1. Forget Linux.<br>
2. First boot into the system using the Win98 bootable floppy.<br>
3. Run fdisk (the one which comes with Win98 bootable floppy).<br>
4. Say 'Y' to 'Enable large drive support'<br>
5. Delete whatever partition you have in the drive. Absolutely no<br>
partition should be visible in Win98 fdisk.<br>
6. Now from Win98 fdisk itself, define the 'Primary Dos' partition and<br>
take the 4000MB you require.<br>
7. Set the Active partition (one you prepared right now)<br>
8. Exit fdisk and reboot (you can use the command 'restart')<br>
9. Now boot again with Win98 bootable and install Win98 from the CD. (all<br>
sane CD drives are recognised by the bootable floppy)<br>
<br>
Do whatever you like now with Win98, it won't have any problem.<br>
<br>
Step - II (the RedHat Linux part):<br>
----------------------------------------<br>
1. If you have the RedHat 'Bootable CD', boot from the CD (you may need to<br>
change CMOS settings to be able to do this)<br>
2. If you don't have that use the bootdisk and suppdisk (29 Dec version)<br>
to boot into the system.<br>
3. Use 'Linux fdisk' instead of 'Disk Druid' to create rest of the<br>
partition. Though fdisk is a text based tool, it is far saner.<br>
(I 'did' face problem with disk druid, so avoid that).<br>
4. Looking at your configuration, it seems this configuration should be OK<br>
for you. (Use Linux fdisk to create the partition only, exit<br>
when done and assign the mount points in Druid) If you have any<br>
problem using fdisk, learn it from ("Linux Installation and<br>
Getting Started Guide" available from
<br>
> hda1 /mnt/win98 4000MB WIN FAT32<br>
> hda2 / 200MB Linux native<br>
> hda3 "swap" 100MB Linux swap<br>
> hda4 <extended><br>
> hda5 /usr 1000MB Linux Native<br>
> hda6 /home 1000MB Linux Native<br>
> hda7 /var 1000MB Linux Native<br>
5. Once you are through, install Linux and configure LILO and install it<br>
in the MBR. Also add the Win98 partition as usual.<br>
6. That, and other things being over and the system reboots, you should<br>
have things working.<br>
<br>
Try your luck, all the best.<br>
Hope you won't have to throw you computer out of the window.;-)<br>
<br>
Indrajit<br>
<br>
<br>
Marc Gianzero wrote in message <36F5BE93.CEA434A@uci.edu>...<br>
>Well, I am just about to give up on this system all together! I have<br>
>literally<br>
>installed Linux on my system over 20 times with all sorts of<br>
>configurations<br>
>without much success. To reiterate my scenario, I am trying to install<br>
>a dual<br>
>operating system (Windows 98 and Linux) on my Dell P-2 450mHz, 128MB<br>
>system with<br>
>a 17.2 GB Maxtor hard drive (IDE primary). I can install windows<br>
>without a<br>
>problem, and even Linux when it is by itself using the partion scheme as<br>
><br>
>follows:<br>
> hda1 /boot 100MB Linux Native<br>
> hda5 /usr 1000MB Linux Native<br>
> hda6 /home 1000MB Linux Native<br>
> hda7 /var 1000MB Linux Native<br>
> hda8 "swap" 100MB Linux swap<br>
> hda9 / 100MB Linux Native<br>
>My understanding is only the /boot partition need to be below the 1023<br>
>cylinder. What does this mean -- I thought it meant below 8 GB, but<br>
>somewhere<br>
>else it says < 512MB? Either way, I made it the first partition in the<br>
>sequence<br>
>so it should satisfy that criteria, right? I booted with "linux<br>
>hda=16383,16,63" and selected "linear mode" for Lilo installation. I<br>
>also<br>
>updated my image boot disk to one dated Dec 29th (as I was told to do).<br>
>I<br>
>also installed my Lilo in the Master Boot Record<br>
><br>
>Now, with this configuration, my disk size records properly in partition<br>
>section<br>
>of Disk Druid "Drive Summaries" section of my screen. Linux boots with<br>
>a boot<br>
>disk and seems to run perfectly. I can even add the<br>
>"append="hda=16383,16,63"<br>
>to my lilo.conf file and it boots with just a return at the boot:<br>
>prompt.<br>
><br>
>However, now I wanted to get back to a dual operating system mode. When<br>
>I try<br>
>and install Windows98 after these partitions it doesn't work. The<br>
>windows98<br>
>program "fdisk" forces me to remove the "extended dos" partition (which<br>
>is<br>
>hda5-9) before it will create a primary dos partition. Then I have to<br>
>go back<br>
>and reinstall Linux - which is O.K. if it worked! But it doesn't! I<br>
>can't get<br>
>it to boot off of LILO without it locking up at the "L". I thought only<br>
>the<br>
>/boot partition needed to be below 1023. My partition scheme now is now<br>
>as<br>
>follows:<br>
> hda1 /boot 100MB Linux native<br>
> hda2 4000MB WIN FAT32<br>
> hda5 /usr 1000MB Linux Native<br>
> hda6 /home 1000MB Linux Native<br>
> hda7 /var 1000MB Linux Native<br>
> hda8 "swap" 100MB Linux swap<br>
> hda9 / 100MB Linux Native<br>
><br>
>What's going on? I then tried and combined my /boot and my root (/)<br>
>partition<br>
>to see if this did anything, making my partitioning look like this:<br>
> hda1 /boot 200MB Linux native<br>
> hda2 4000MB WIN FAT32<br>
> hda5 /usr 1000MB Linux Native<br>
> hda6 /home 1000MB Linux Native<br>
> hda7 /var 1000MB Linux Native<br>
> hda8 "swap" 100MB Linux swap<br>
><br>
>O.K. now Linux works! However, when I type "dos" to run my Windows 98<br>
>boot, the<br>
>system just hangs. So then I thought maybe Lilo overwrote my MBR that<br>
>Windows<br>
>now needs. So I used the "/sbin/lilo -u" under Linux but this just<br>
>prevented me<br>
>from booting Lilo off the hard disk. I then tried re-installing Windows<br>
>98 from<br>
>scratch but Windows tells me it has to reformat the disk. I reformat<br>
>the<br>
>windows partition (hda2) and then it tells me it cannot read the<br>
>format. I seem<br>
>to be going in circles.<br>
><br>
>I've installed this darn thing way too many times to make it that<br>
>important.<br>
>Isn't there somebody I can talk too about this in person, like a<br>
>telephone<br>
>call? I was even told that the newer kernel (2.2x) solves some of these<br>
><br>
>problems I might be having, but how can I download it and install it on<br>
>my<br>
>system when my system isn't up and running yet?<br>
><br>
>Please help.<br>
><br>
>Marc Gianzero<br>
><br>
><br>
><br>
<br>