DSC Siltec, 2002-Apr-17 14:56 +0200:
> Paul Mackinney wrote:
> > 
> > Matthew Daubenspeck declaimed:
> > Has anyone had any dual-boot experience with Windows 2000? 
> > I currently have linux on one drive and 2K on another, and 
> > am looking for a viable way of dual booting the two...
> >

I'm doing this on a couple different systems now using LILO as
the loader.  It works perfectly.  Your /etc/lilo.conf should look
like this, assuming hda has WIN2K and hdb has Debian, and LILO is
installed into MBR:

<bof>
lba32
boot=/dev/hdb2
root=/dev/hdb2
install=/boot/boot.b
map=/boot/map
prompt
delay=100
timeout=100
vga=ask
append=""
default=Linux

image=/vmlinuz
        label=Linux
        read-only

image=/vmlinuz.old
        label=LinuxOLD
        read-only
        optional

other=/dev/hda
        label=Windows
<eof>

Oh yeah, and this is on a Woody system.

jc

-- 
Jeff Coppock            Systems Engineer
Diggin' Debian          Admin and User


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to