LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Booting Lilo without floppy... (https://www.linuxquestions.org/questions/slackware-14/booting-lilo-without-floppy-59642/)

Volcom 05-13-2003 04:40 PM

Booting Lilo without floppy...
 
I finally got slack booted (and its bad ass :) ) but i would like to boot it without the floppy. I was told to run the command "lilo" in the command prompt... did that, now i have to edit /etc/lilo.conf, but im not to sure what to edit... Im also planning on connecting the computer to a router, so if you have any good information on that please help me out...

Tinkster 05-13-2003 04:53 PM

Well, there's
man lilo
man lilo.conf
or
The Linux-Documentation Project's Lilo-HowTo

Cheers,
Tink

SyntheticBlue 05-13-2003 07:19 PM

when you installed slack 9 during installation it askes where you want lilo to be placed you could have done what i did and chose to put it on the root partition of your hardisk and set that to be bootable later. its alot simplier than making a lilo disk or trying to configure ur lilo urself. well good luck to u

Azmeen 05-13-2003 11:11 PM

If you're dual booting with Win2K/XP Pro (don't know about XP Home)... You might want to try this:

1) Install Lilo on your Slack partition (don't laugh yet, read on...)
2) Get BootPart from http://www.winimage.com/bootpart.htm
3) Use bootpart to create a boot image for your Slack partition.

Bootpart is nice for multi-booting, it's works perfectly on my tri-boot box (XP Pro, Slack, and NetBSD).

zsejk 05-13-2003 11:56 PM

Or just type "liloconfig" at the prompt and work through things from there.

-zsejk

chemzar 05-14-2003 10:42 AM

You could set LILO to be installed to your MBR:

boot=/dev/hda

Then add an option for Windows:

other=/dev/hda1
label=Windows

Then add option for linux

image=/boot/vmlinuz
root=/dev/hda2
label=Linux

Have fun!


All times are GMT -5. The time now is 05:56 PM.