Re: LILO and multiple disks

2001-05-16 Thread Barry Mathieu
On Fri, Mar 16, 2001 at 12:57:02PM -0500, Sean Morgan ([EMAIL PROTECTED]) wrote: > On Wed, May 16, 2001 at 08:23:40PM +1000, Travis Place wrote: > > i managed to get windows to boot from /dev/hdb1 by inserting this into > > lilo.conf... > > > > > > > > other=/dev/hdb1 > >label=Win98 > >

Re: LILO and multiple disks

2001-05-16 Thread Sean Morgan
On Wed, May 16, 2001 at 08:23:40PM +1000, Travis Place wrote: > i managed to get windows to boot from /dev/hdb1 by inserting this into > lilo.conf... > > > > other=/dev/hdb1 >label=Win98 >table=/dev/hdb >map-drive=0x80 > to=0x81 >map-drive=0x81 >

Re: LILO and multiple disks

2001-05-16 Thread Petr \[Dingo\] Dvorak
On Wed, 16 May 2001, Travis Place wrote: TP> My computer is set out like this.. TP> TP> /dev/hda1 = linux install TP> /dev/hda2 = linux swap TP> /dev/hdb1 = linux partition TP> /dev/hdc1 = windows partition TP> /dev/hdd1 = linux partition TP> TP> TP> im having troubles with lilo, and trying to

Re: [wishie@wishie.net: Re: LILO and multiple disks]

2001-05-16 Thread punt45ACP
The fact that windoze can't be booted is NOT lilo related. For example: try setting the windoze partition active (using fdisk, partition magic, or whatever tool you've got at hand). You'll see that windoze will not boot. What I don't understand is how you've been able to install windoze on a non

[wishie@wishie.net: Re: LILO and multiple disks]

2001-05-16 Thread Travis Place
- Forwarded message from Travis Place <[EMAIL PROTECTED]> - On Wed, 16 May 2001 19:04:18 you wrote: > I see you've got your windoze on the 3rd HDD. The problem with M$-(win)doze > is that they HAVE TO RUN from the 1st (primary!) partition on the 1st HDD. > An exception is Neanderthal Tech

Re: LILO and multiple disks

2001-05-16 Thread punt45ACP
I see you've got your windoze on the 3rd HDD. The problem with M$-(win)doze is that they HAVE TO RUN from the 1st (primary!) partition on the 1st HDD. An exception is Neanderthal Technology, which can be ran from other partitions (you still have to have the bootmanager on HDA1, though...) Travis

RE: LILO and Multiple Disks

2000-01-10 Thread Simon Law
For those following my ongoing saga... I have gone with "wimp out" solution. I have gone and physically switched my Win98 and Linux drives. Thus, Win98 becomes hda, and the BIOS boots its MBR first. What I am now using is PowerQuest's BootMagic to default to the Linux partition instead of LILO.

RE: LILO and Multiple Disks

2000-01-07 Thread Simon Law
Tom Pfeifer wrote: > Simon Law wrote: > > > > I tried setting hdd from 0x82 and from 0x83 but to no avail. Any > > other ideas? > > > > Not really. The only thing that comes to mind is that maybe > the swapping > only works for drives on the same IDE channel. In other > words 0x80/0x81 > and 0x82/

Re: LILO and Multiple Disks

2000-01-07 Thread Tom Pfeifer
Simon Law wrote: > > I tried setting hdd from 0x82 and from 0x83 but to no avail. Any > other ideas? > Not really. The only thing that comes to mind is that maybe the swapping only works for drives on the same IDE channel. In other words 0x80/0x81 and 0x82/0x83. That is just a guess having neve

RE: LILO and Multiple Disks

2000-01-06 Thread Simon Law
I tried setting hdd from 0x82 and from 0x83 but to no avail. Any other ideas? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Tom Pfeifer > Sent: Sunday, January 2, 2000 9:50 AM > To: debian-user@lists.debian.org > Subject: Re: LILO

Re: LILO and Multiple Disks

2000-01-02 Thread Alberto Brealey G.
> I am quite a new user to Linux and thus I was looking to install a > dual-boot system. I have figured out this much so far... > I have two hard disks. My Linux disk is on the primary master. It > contains the following partitions: hda1, hda2, . I also have a Windows > 98 disk

Re: LILO and Multiple Disks

2000-01-02 Thread Tom Pfeifer
And one more time to make it a hat trick... I just noticed in your original post that /dev/hdd is identified as BIOS device 0x82, not 0x83 - Boot other: /dev/hdd1, on /dev/hdd, loader /boot/chain.b Caching device /dev/fd/6 (0x1641)

Re: LILO and Multiple Disks

2000-01-02 Thread Tom Pfeifer
Those comment lines screwed things up a little in the posted message. Here's that section of lilo.conf the way I intended it to look: #Win98 other=/dev/hdd1 label=Win98 table=/dev/hdd map-drive = 0x80 to = 0x83 map-drive = 0x83 to = 0x8

Re: LILO and Multiple Disks

2000-01-02 Thread Tom Pfeifer
I believe you need to use the "map-drive" option in the lilo.conf file to tell Lilo that you want to swap the drives when you boot Windows. I seldom do this myself, as it's more straight forward to just have Windows on the primary/master drive to begin with. Here's what I think the Win98 section