RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Jeff Bolema » Sun, 31 Dec 1899 09:00:00



Greg,

Along with some advice (further down the message), I have a similar issue
that I would like to ask the group for help with that might help you too.

I have a system that will boot into either Windows 98, Windows NT, or Linux
RH 5.2. I took a bit of a different approach to the install. I am using
PowerQuest's Partition Magic 4.0 and Boot Magic. Here is an outline of the
steps I did to accomplish this.

-Install Windows 95
-Upgrade to Windows 98
-I kept it the primary partition Fat 16 to accomodate Windows NT
-Install Partition Magic
-Install Boot Magic
-Set up partitions for Windows NT Install
-Install Windows NT from Windows 98
-Set up boot in Boot Magic to choose between 98 or NT
-Set up partitions for Linux Install
- Install Linux RH 5.2 on my secondary disk keeping LILO on that same
partition.
-I used the second disk for my Linux install because Disk Druid would not
recognize the Linux partition on the first drive since the NTFS partition
was on that disk. To the best of my knowledge, this is a known problem that
has been fixed with an install patch for Linux RH 6.1 and was created after
I did my install. So I am limited to keeping all of Linux RH 5.2 on my
second drive.

I think you are having similar issues with NTFS and that is the culprit. My
best advise to you would be to keep Linux on it's own drive and keep LILO on
the same partition as Linux. I am by no means endorsing PowerQuest products,
but you may need something with similar functionality. I suppose a boot disk
would probably do the same, but I didn't go that route, so I can't speak
from experience.

My big issue now is that I have wasted space on my first disk and I am short
disk space on the second disk. I have used Partition Magic to move things
around, but there seems to be a conflict that won't allow the Linux Ext2
partition to play well with NTFS. Disk druid just doesn't seem to like it
where ever you put it. Another issue is that the primary partition for
Windows NT has to reside within the first 4 GB of hard drive space on the
primary disk.

If anyone has any suggestions, other than buying a bigger disk for my
secondary disk and/or getting RH 6.1 (and the install patch), I'd love to
hear it. I know I probably have several other options, many of which I've
explored, but I think this is what I will end up doing.

-Jeff


>Hi...

>I have been reading through some related postings, but still cannot
>rectify this mess.  I used to have a dual-boot machine with Win98 and
>RH Linux 6.1 configuration that worked just fine.  I added Win2000
>into the mess (under duress, but that's another story).  I have
>Win2000's bool manager in the MBR and LILO in the /boot partition
>superblock.  Here is my drives configuration:

>/dev/sda is a Seagate Cheetah 9.1GB SCSI
>/dve/hda is a Maxtor 17.1GB EIDE

>/dev/sda1 /boot 100MB Linux Native
>/dev/sda2 (Win98) 3GB FAT32
>/dev/sda3 (Win2000) 4GB NTFS
>/dev/sda4 / 1.5GB Linux Native
>/dev/sda5 (Linux Swap) 512MB Linux Swap
>/dev/hda1 /usr 8GB Linux Native
>/dev/hda2 (Win Data) 9GB FAT32

>I reformatted and repartitioned both drives whrn I added Win2000.  I
>always had the SCSI used for system and main programs with the IDE for
>data and other /usr stuff.  This worked fine with just Linux and Win98
>and LILO in the MBR.

>I installed got the partitions set, installed Linux first, then Win98,
>then Win2000.  I told LILOto go into the /dev/sda1 superblock during
>install.  I cannot boot to Linux at all without a boot floppy.  I
>mounted a DOS floppy and created a boot sector image (dd if=/dev/sda1
>of=/mnt/floppy/bootsect.lin bs=512 count=1), rebooted to Win2000 and
>copied the bootsect.lin file to a readable partition and added the
>following line to the boot.ini file: c:\bootsect.lin="Linux".  Reboot
>and select the "Linux" option returns the letters "LI" and then my PC
>freezes.

>Just for kicks, i rebooted into Linux (using the boot floppy which
>takes forever, btw) and created a bootsect.lin file from the floppy
>(dd if=/mnt/floppy of=bootsect.lin bs=512 count=1) and then copied
>this into the Win2000 boot disk.  Now I can select the Linux option,
>but I have to have hte boot floppy in the drive to boot Linux.

>What am I doing wrong?  I have tried everything I can think of, but
>still cannot get this working.  I have even tried bootpart, but it
>only sees the IDE drive partitions, so it's no help.

>Thanx in advance for any assistance...

>Greg


 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Greg Mancu » Sun, 31 Dec 1899 09:00:00


Hi...

I have been reading through some related postings, but still cannot
rectify this mess.  I used to have a dual-boot machine with Win98 and
RH Linux 6.1 configuration that worked just fine.  I added Win2000
into the mess (under duress, but that's another story).  I have
Win2000's bool manager in the MBR and LILO in the /boot partition
superblock.  Here is my drives configuration:

/dev/sda is a Seagate Cheetah 9.1GB SCSI
/dve/hda is a Maxtor 17.1GB EIDE

/dev/sda1       /boot           100MB           Linux Native
/dev/sda2       (Win98)         3GB             FAT32
/dev/sda3       (Win2000)       4GB             NTFS
/dev/sda4       /               1.5GB           Linux Native
/dev/sda5       (Linux Swap)    512MB           Linux Swap
/dev/hda1       /usr            8GB             Linux Native
/dev/hda2       (Win Data)      9GB             FAT32

I reformatted and repartitioned both drives whrn I added Win2000.  I
always had the SCSI used for system and main programs with the IDE for
data and other /usr stuff.  This worked fine with just Linux and Win98
and LILO in the MBR.

I installed got the partitions set, installed Linux first, then Win98,
then Win2000.  I told LILOto go into the /dev/sda1 superblock during
install.  I cannot boot to Linux at all without a boot floppy.  I
mounted a DOS floppy and created a boot sector image (dd if=/dev/sda1
of=/mnt/floppy/bootsect.lin bs=512 count=1), rebooted to Win2000 and
copied the bootsect.lin file to a readable partition and added the
following line to the boot.ini file: c:\bootsect.lin="Linux".  Reboot
and select the "Linux" option returns the letters "LI" and then my PC
freezes.

Just for kicks, i rebooted into Linux (using the boot floppy which
takes forever, btw) and created a bootsect.lin file from the floppy
(dd if=/mnt/floppy of=bootsect.lin bs=512 count=1) and then copied
this into the Win2000 boot disk.  Now I can select the Linux option,
but I have to have hte boot floppy in the drive to boot Linux.

What am I doing wrong?  I have tried everything I can think of, but
still cannot get this working.  I have even tried bootpart, but it
only sees the IDE drive partitions, so it's no help.

Thanx in advance for any assistance...

Greg


 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Bob Murra » Sun, 31 Dec 1899 09:00:00


  Hi,  Greg  --

  If installing Windows and Linux at the same time, always install LINUX
last.  Windows will overwrite the MBR.

As far as the "LI" and then freeze, I had the same problem last night.  I'm
a Linux newbie and didn't even know how to

boot up my newly installed Caldera.  Tried my "install" boot disk, but it
just began a reinstall.  Had to reboot out of that

and finally found out I needed a bootdisk and a "root" disk (whatever that
was  !!).  Finally got Linux to load and then it was

a simple matter of typing "LILO" and hitting the "enter" key.    Hope it
works for you!!        Bob  'NetNut' Murray


> Hi...

> I have been reading through some related postings, but still cannot
> rectify this mess.  I used to have a dual-boot machine with Win98 and
> RH Linux 6.1 configuration that worked just fine.  I added Win2000
> into the mess (under duress, but that's another story).  I have
> Win2000's bool manager in the MBR and LILO in the /boot partition
> superblock.  Here is my drives configuration:

> /dev/sda is a Seagate Cheetah 9.1GB SCSI
> /dve/hda is a Maxtor 17.1GB EIDE

> /dev/sda1 /boot 100MB Linux Native
> /dev/sda2 (Win98) 3GB FAT32
> /dev/sda3 (Win2000) 4GB NTFS
> /dev/sda4 / 1.5GB Linux Native
> /dev/sda5 (Linux Swap) 512MB Linux Swap
> /dev/hda1 /usr 8GB Linux Native
> /dev/hda2 (Win Data) 9GB FAT32

> I reformatted and repartitioned both drives whrn I added Win2000.  I
> always had the SCSI used for system and main programs with the IDE for
> data and other /usr stuff.  This worked fine with just Linux and Win98
> and LILO in the MBR.

> I installed got the partitions set, installed Linux first, then Win98,
> then Win2000.  I told LILOto go into the /dev/sda1 superblock during
> install.  I cannot boot to Linux at all without a boot floppy.  I
> mounted a DOS floppy and created a boot sector image (dd if=/dev/sda1
> of=/mnt/floppy/bootsect.lin bs=512 count=1), rebooted to Win2000 and
> copied the bootsect.lin file to a readable partition and added the
> following line to the boot.ini file: c:\bootsect.lin="Linux".  Reboot
> and select the "Linux" option returns the letters "LI" and then my PC
> freezes.

> Just for kicks, i rebooted into Linux (using the boot floppy which
> takes forever, btw) and created a bootsect.lin file from the floppy
> (dd if=/mnt/floppy of=bootsect.lin bs=512 count=1) and then copied
> this into the Win2000 boot disk.  Now I can select the Linux option,
> but I have to have hte boot floppy in the drive to boot Linux.

> What am I doing wrong?  I have tried everything I can think of, but
> still cannot get this working.  I have even tried bootpart, but it
> only sees the IDE drive partitions, so it's no help.

> Thanx in advance for any assistance...

> Greg


 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Lac Hao Vie » Sun, 31 Dec 1899 09:00:00


It seems to me that the BIOS can't read the MBR recorrectly. Try to
manipulate the BIOS for Harddrive dection.

Good Luck


> Hi, Greg --

> If installing Windows and Linux at the same time, always install LINUX
> last. Windows will overwrite the MBR.

> As far as the "LI" and then freeze, I had the same problem last night.
I'm
> a Linux newbie and didn't even know how to

> boot up my newly installed Caldera. Tried my "install" boot disk, but
it
> just began a reinstall. Had to reboot out of that

> and finally found out I needed a bootdisk and a "root" disk (whatever
that
> was !!). Finally got Linux to load and then it was

> a simple matter of typing "LILO" and hitting the "enter" key. Hope it
> works for you!! Bob 'NetNut' Murray



> > Hi...

> > I have been reading through some related postings, but still cannot
> > rectify this mess. I used to have a dual-boot machine with Win98 and
> > RH Linux 6.1 configuration that worked just fine. I added Win2000
> > into the mess (under duress, but that's another story). I have
> > Win2000's bool manager in the MBR and LILO in the /boot partition
> > superblock. Here is my drives configuration:

> > /dev/sda is a Seagate Cheetah 9.1GB SCSI
> > /dve/hda is a Maxtor 17.1GB EIDE

> > /dev/sda1 /boot 100MB Linux Native
> > /dev/sda2 (Win98) 3GB FAT32
> > /dev/sda3 (Win2000) 4GB NTFS
> > /dev/sda4 / 1.5GB Linux Native
> > /dev/sda5 (Linux Swap) 512MB Linux Swap
> > /dev/hda1 /usr 8GB Linux Native
> > /dev/hda2 (Win Data) 9GB FAT32

> > I reformatted and repartitioned both drives whrn I added Win2000. I
> > always had the SCSI used for system and main programs with the IDE
for
> > data and other /usr stuff. This worked fine with just Linux and
Win98
> > and LILO in the MBR.

> > I installed got the partitions set, installed Linux first, then
Win98,
> > then Win2000. I told LILOto go into the /dev/sda1 superblock during
> > install. I cannot boot to Linux at all without a boot floppy. I
> > mounted a DOS floppy and created a boot sector image (dd
if=/dev/sda1
> > of=/mnt/floppy/bootsect.lin bs=512 count=1), rebooted to Win2000 and
> > copied the bootsect.lin file to a readable partition and added the
> > following line to the boot.ini file: c:\bootsect.lin="Linux". Reboot
> > and select the "Linux" option returns the letters "LI" and then my
PC
> > freezes.

> > Just for kicks, i rebooted into Linux (using the boot floppy which
> > takes forever, btw) and created a bootsect.lin file from the floppy
> > (dd if=/mnt/floppy of=bootsect.lin bs=512 count=1) and then copied
> > this into the Win2000 boot disk. Now I can select the Linux option,
> > but I have to have hte boot floppy in the drive to boot Linux.

> > What am I doing wrong? I have tried everything I can think of, but
> > still cannot get this working. I have even tried bootpart, but it
> > only sees the IDE drive partitions, so it's no help.

> > Thanx in advance for any assistance...

> > Greg


Sent via Deja.com http://www.deja.com/
Before you buy.
 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Preston Crawfor » Sun, 31 Dec 1899 09:00:00


What do you mean by this exactly? That the BIOS doesn't know where to jump
when Lilo points to a certain partition? I'm having the same problem, I
think. I have a 10 gig primary drive and I added a 27 gig seconday drive
that I'm trying to use partially as a Linux drive. Problem is that when I
get it installed I get a screen of repeating 1s and 0s when I try to boot.

Preston



> It seems to me that the BIOS can't read the MBR recorrectly. Try to
> manipulate the BIOS for Harddrive dection.

> Good Luck


> > Hi, Greg --

> > If installing Windows and Linux at the same time, always install LINUX
> > last. Windows will overwrite the MBR.

> > As far as the "LI" and then freeze, I had the same problem last night.
> I'm
> > a Linux newbie and didn't even know how to

> > boot up my newly installed Caldera. Tried my "install" boot disk, but
> it
> > just began a reinstall. Had to reboot out of that

> > and finally found out I needed a bootdisk and a "root" disk (whatever
> that
> > was !!). Finally got Linux to load and then it was

> > a simple matter of typing "LILO" and hitting the "enter" key. Hope it
> > works for you!! Bob 'NetNut' Murray



> > > Hi...

> > > I have been reading through some related postings, but still cannot
> > > rectify this mess. I used to have a dual-boot machine with Win98 and
> > > RH Linux 6.1 configuration that worked just fine. I added Win2000
> > > into the mess (under duress, but that's another story). I have
> > > Win2000's bool manager in the MBR and LILO in the /boot partition
> > > superblock. Here is my drives configuration:

> > > /dev/sda is a Seagate Cheetah 9.1GB SCSI
> > > /dve/hda is a Maxtor 17.1GB EIDE

> > > /dev/sda1 /boot 100MB Linux Native
> > > /dev/sda2 (Win98) 3GB FAT32
> > > /dev/sda3 (Win2000) 4GB NTFS
> > > /dev/sda4 / 1.5GB Linux Native
> > > /dev/sda5 (Linux Swap) 512MB Linux Swap
> > > /dev/hda1 /usr 8GB Linux Native
> > > /dev/hda2 (Win Data) 9GB FAT32

> > > I reformatted and repartitioned both drives whrn I added Win2000. I
> > > always had the SCSI used for system and main programs with the IDE
> for
> > > data and other /usr stuff. This worked fine with just Linux and
> Win98
> > > and LILO in the MBR.

> > > I installed got the partitions set, installed Linux first, then
> Win98,
> > > then Win2000. I told LILOto go into the /dev/sda1 superblock during
> > > install. I cannot boot to Linux at all without a boot floppy. I
> > > mounted a DOS floppy and created a boot sector image (dd
> if=/dev/sda1
> > > of=/mnt/floppy/bootsect.lin bs=512 count=1), rebooted to Win2000 and
> > > copied the bootsect.lin file to a readable partition and added the
> > > following line to the boot.ini file: c:\bootsect.lin="Linux". Reboot
> > > and select the "Linux" option returns the letters "LI" and then my
> PC
> > > freezes.

> > > Just for kicks, i rebooted into Linux (using the boot floppy which
> > > takes forever, btw) and created a bootsect.lin file from the floppy
> > > (dd if=/mnt/floppy of=bootsect.lin bs=512 count=1) and then copied
> > > this into the Win2000 boot disk. Now I can select the Linux option,
> > > but I have to have hte boot floppy in the drive to boot Linux.

> > > What am I doing wrong? I have tried everything I can think of, but
> > > still cannot get this working. I have even tried bootpart, but it
> > > only sees the IDE drive partitions, so it's no help.

> > > Thanx in advance for any assistance...

> > > Greg

> Sent via Deja.com http://www.deja.com/
> Before you buy.

 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Neil Kooze » Sun, 31 Dec 1899 09:00:00



> What do you mean by this exactly? That the BIOS doesn't know where to jump
> when Lilo points to a certain partition? I'm having the same problem, I
> think. I have a 10 gig primary drive and I added a 27 gig seconday drive
> that I'm trying to use partially as a Linux drive. Problem is that when I
> get it installed I get a screen of repeating 1s and 0s when I try to boot.

When you get "L 01 01 01..." that is LILO relaying the '01' error code
from the bios.  The '01' means 'invalid command', which in turn means
that you're trying to access material from an area that is inaccessible
to the bios (either above cyl 1023 or on the secondary interface).

Solutions:
(1) rearrange the partitions to get at least one partition entirely
below cylinder 1024.  Making a small (10-20mb) partition in the low area
of the disk for the /boot directory works well.
(2) If you bios has int13 extensions, you could use the new version of
lilo.  lilo-21.4 is currently on
ftp://metalab.unc.edu/pub/Linux/Incoming/
(3) Use the nuni boot loader. The newest version of nuni is also at the
above site.

Neil.

 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Starchase » Sun, 31 Dec 1899 09:00:00


The old IOIOIO Btw it is not ones and zeros it is i's and o's
strange it ususly gives LI then stops

Cheetor HTTP://cantua.canterbury.ac.nz/~gdb48

 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Hugh Laws » Sun, 31 Dec 1899 09:00:00



>When you get "L 01 01 01..." that is LILO relaying the '01' error code
>from the bios.  The '01' means 'invalid command', which in turn means
>that you're trying to access material from an area that is inaccessible
>to the bios (either above cyl 1023 or on the secondary interface).

>Solutions:
>(1) rearrange the partitions to get at least one partition entirely
>below cylinder 1024.  Making a small (10-20mb) partition in the low area
>of the disk for the /boot directory works well.
>(2) If you bios has int13 extensions, you could use the new version of
>lilo.  lilo-21.4 is currently on
>ftp://metalab.unc.edu/pub/Linux/Incoming/
>(3) Use the nuni boot loader. The newest version of nuni is also at the
>above site.

I believe it is possible also to do the following:
(4) use loadlin from ados partition

(5) copy the kernel to a floppy using the 'dd' command, making sure to set
its root device with the rdev command, and use the floppy to boot linux.

--
Hugh Lawson
Greensboro, North Carolina

 
 
 

RH6.2, Win2000, Win98 multi-boot results in LI on boot to Linux

Post by Frederick Artis » Sun, 31 Dec 1899 09:00:00


Windows 2000 is not subject to the start point limitations that NT was and
can read FAT32 partitions. If you want your SCSI drive to be the boot, put
98 there, then set up your HD so that Win-2000 is installed on the second
half of your 2nd HD. Then put Linux on the first half of the 2nd drive. OR
Set the larger HD to be the boot, put 98 first, 2000 second and put Linux
on the SCSI. Whatever you do, put 98 on the boot partition. If this
doesn't solve your problems, you'll need to boot using a boot disk, and
remove LILO with fdisk /mbr from MSDOS mode. If it works, LILO will step
in first, then if you choose "dos" the 2000 bootloader will give you the
choice of 2000 or Windows (98). Sometimes LILO has trouble with atypical
configurations.

> Hi...

> I have been reading through some related postings, but still cannot
> rectify this mess.  I used to have a dual-boot machine with Win98 and
> RH Linux 6.1 configuration that worked just fine.  I added Win2000
> into the mess (under duress, but that's another story).  I have
> Win2000's bool manager in the MBR and LILO in the /boot partition
> superblock.  Here is my drives configuration:

> /dev/sda is a Seagate Cheetah 9.1GB SCSI
> /dve/hda is a Maxtor 17.1GB EIDE

> /dev/sda1       /boot           100MB           Linux Native
> /dev/sda2       (Win98)         3GB             FAT32
> /dev/sda3       (Win2000)       4GB             NTFS
> /dev/sda4       /               1.5GB           Linux Native
> /dev/sda5       (Linux Swap)    512MB           Linux Swap
> /dev/hda1       /usr            8GB             Linux Native
> /dev/hda2       (Win Data)      9GB             FAT32

> I reformatted and repartitioned both drives whrn I added Win2000.  I
> always had the SCSI used for system and main programs with the IDE for
> data and other /usr stuff.  This worked fine with just Linux and Win98
> and LILO in the MBR.

> I installed got the partitions set, installed Linux first, then Win98,
> then Win2000.  I told LILOto go into the /dev/sda1 superblock during
> install.  I cannot boot to Linux at all without a boot floppy.  I
> mounted a DOS floppy and created a boot sector image (dd if=/dev/sda1
> of=/mnt/floppy/bootsect.lin bs=512 count=1), rebooted to Win2000 and
> copied the bootsect.lin file to a readable partition and added the
> following line to the boot.ini file: c:\bootsect.lin="Linux".  Reboot
> and select the "Linux" option returns the letters "LI" and then my PC
> freezes.

> Just for kicks, i rebooted into Linux (using the boot floppy which
> takes forever, btw) and created a bootsect.lin file from the floppy
> (dd if=/mnt/floppy of=bootsect.lin bs=512 count=1) and then copied
> this into the Win2000 boot disk.  Now I can select the Linux option,
> but I have to have hte boot floppy in the drive to boot Linux.

> What am I doing wrong?  I have tried everything I can think of, but
> still cannot get this working.  I have even tried bootpart, but it
> only sees the IDE drive partitions, so it's no help.

> Thanx in advance for any assistance...

> Greg


 
 
 

1. multi-boot Win98 and Corel LINUX - lost boot menu

Dear UNIX brethren -

I installed the latest Corel Linux on my Win98 PC, and I liked the
dual-boot menu that would come up automatically at power-on.

However, unstable little OS that Win98 is, "got corrupted" according
to the jokers in the office I work with. Couldn't fix it, so I
re-installed Win98. NOW I lost the dual-boot startup menu, as Win98
decided IT was the dominant OS and now I can't boot to Linux (it's
still there on a separate physical drive).

Is there an easy thing that I'm missing in the docs to bring back my
dual-boot menu? I tried going into FDISK to set active partitions, but
no luck. Appreciate any assistance. Thanks in advance!

CA

2. PC Week Labs Product of the Week: Linux

3. Multi-Boot Question: Linux/Win98/NT

4. IPC Tool

5. Partition Magic 5.0: Multi-boot with Win2k, Linux, Win98

6. Solaris obtaining file's filesizes in a sh?

7. Multi-boot problem; Winnt (ntfs) win98 (fat) and linux

8. WHereis 1.3.20 ?

9. Multi-boot with Solaris 8, Win98, Win 2000 and RedHat Linux 6.2?

10. Booting Linux from DOS 6.2 Multi-Boot...

11. Multi-boot success with Windows 95, Windows NT 4, Linux, OS/2 boot manager

12. How to multi-boot (NT4, Win98 & RHat6.1)

13. Booting multi-boot system from Lilo?