On Wed, Mar 14, 2001 at 09:37:29PM +0000, Darryl R?thering wrote:
> I put up slink with just the floppies on an old throwaway system a year ago, 
> but I don't see how I can use lilo to switch between Windows and debian. I 
> can use the lilo.conf file to point to other kernels, but what entries do I 
> put there to boot up a Windows session?
> 
Quick guide:
-create some unpartioned space on your disk to install linux to
-use bootfloppies and install linux
-write /etc/lilo.conf  (I've attached mine)
-run lilo
-be happy

-- 
        Casper Gielen
--
People just generally like to disagree. 
        Bill Joy
boot=/dev/hda                   
root=/dev/hda3          # my linux root partition, yours is probably different
delay=200
map=/boot/map
compact
read-only
default=l
image=/vmlinuz          # linux
    label=l
image=/vmlinuz.old      # linux backup
    label=o
other=/dev/hda1         # windows
    label=w
    table=/dev/hda

Reply via email to