Re: Linux/WinNT dual booting

1998-07-10 Thread Bob Nielsen
On Mon, 29 Jun 1998, Paul Miller wrote: > > How can I boot WinNT4 using LILO or boot Linux using WinNT? > > I have a MS-DOS partiton that currently boots MS-DOS or WinNT (using > WinNT's boot menu), but I can't figure out how to specify a Linux > partition in the boot.ini file. > > As an ugly w

Follow-up: RE: Linux/WinNT dual booting (an idea...)

1998-07-06 Thread Kendrick Myatt
FWIW, I went ahead and tried the loadlin deal from the DOS config.sys multi-boot and it worked flawlessly. I used the defaults from the manual.txt as examples, and copied my linux kernel from my floppy boot diskette for the boot image. The line is: shell=c:\loadlin\loadlin.exe c:\loadlin\linux ro

Re: Linux/WinNT dual booting (an idea...)

1998-07-04 Thread Martin Bialasinski
>> "B" == Brederlow <[EMAIL PROTECTED]> writes: B> The Suse handbook descibes nicely how to set up Linux to appear in the B> NT boot loader. That way one has only one prompt. They have a nice supportdatabase. The NT-Loader entry is http://www.suse.de/support-db/sdb_e/nt.html Ciao, Ma

Re: Linux/WinNT dual booting (an idea...)

1998-07-04 Thread Brederlow
Dennis Dai <[EMAIL PROTECTED]> writes: > My experience is: install NT first, then install Linux, run LILO to > modify MBR (add a dos option as usual). After reboot, I got LILO prompt > first. If I select dos, NT boot loader came up, there you can select NT > or win95. This is quite different from

RE: Linux/WinNT dual booting (an idea...)

1998-07-03 Thread Dennis Dai
My experience is: install NT first, then install Linux, run LILO to modify MBR (add a dos option as usual). After reboot, I got LILO prompt first. If I select dos, NT boot loader came up, there you can select NT or win95. This is quite different from what has been described in those mini HOWTOs. So

RE: Linux/WinNT dual booting (an idea...)

1998-07-03 Thread Breathnach, Proinnsias \(Dublin\)
sage- > From: Kendrick Myatt [SMTP:[EMAIL PROTECTED] > Sent: Thursday, July 02, 1998 8:03 PM > To: debian-user@lists.debian.org > Subject: Re: Linux/WinNT dual booting (an idea...) > > I'm not sure if my plan will work, but hopefully I'll find out this >

Re: Linux/WinNT dual booting (an idea...)

1998-07-02 Thread Eric
On Thu, 02 Jul 1998, Kendrick Myatt wrote: >I'm not sure if my plan will work, but hopefully I'll find out this >weekend. Feel free to save me the trouble if someone else has >already tried this and it doesn't work... Actually I just realized >that I may not have time this weekend... but anyway..

Re: Linux/WinNT dual booting (an idea...)

1998-07-02 Thread Paul Miller
There is a mini FAQ on this.. basically, to boot linux from NT's boot leader you need to do the following: 1) dd if=/dev/hda3 of=bootsect.lnx /bs=512 count=1 (assuming your linux root partition is bootable and /dev/hda3) 2) copy bootsect.lnx to C:\bootsect.lnx 3) add 'C:\bootsect.lnx = "Linu

Re: Linux/WinNT dual booting (an idea...)

1998-07-02 Thread Kendrick Myatt
I'm not sure if my plan will work, but hopefully I'll find out this weekend. Feel free to save me the trouble if someone else has already tried this and it doesn't work... Actually I just realized that I may not have time this weekend... but anyway... My first hard drive has DOS and Win98 on it.

Re: Linux/WinNT dual booting

1998-07-01 Thread Neil Cheshire
There is a mini-HOWTO on this and using BOOTPART: http://sunsite.unc.edu/mdw/HOWTO/mini/Linux+NT-Loader.html Cheers, Neil. >> On Mon, 29 Jun 1998, Paul Miller wrote: >> >> > How can I boot WinNT4 using LILO or boot Linux using WinNT? >> > >> > I have a MS-DOS partiton that currently boots

Re: Linux/WinNT dual booting

1998-07-01 Thread Hamish Moffatt
On Wed, Jul 01, 1998 at 01:45:35AM -0400, Paul Miller wrote: > hmm.. that won't work because NT is booting off the dos partition. I > tried setting the NT partition as the bootable partition and it complained > about not finding a NTLDR file (if I remember correctly). > > Because NT's boot loader

Re: Linux/WinNT dual booting

1998-07-01 Thread Paul Miller
hmm.. that won't work because NT is booting off the dos partition. I tried setting the NT partition as the bootable partition and it complained about not finding a NTLDR file (if I remember correctly). Because NT's boot loader is much easier to use, I'd like to use it to boot all three OSs. I'l

RE: Linux/WinNT dual booting

1998-06-29 Thread Richardson,Anthony
Check out the Linux+NT-Loader mini-HOWTO. Basically run LILO to create a Linux boot sector. Here's an example lilo.conf: compact boot=/dev/hdb6 image=/vmlinux root=/dev/hdb6 read-only This assumes that Linux is installed on the second logical partition on disk 2. Change hdb6 as needed.