Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
configuring lilo.conf
Name: Carolina Munte Date: April 29, 2002 at 11:49:39 Pacific
Comment:
Hi,
I'm running Windows 95, I installed Red Hat Linux and LILO. When I boot the computer it takes Linux as the default OS. I would like to make Windows the default OS. Could you tell me how to configure lilo.conf to make that happen.
Name: Jake Date: April 29, 2002 at 13:07:30 Pacific
Reply:
Just move the Windows stuff so it's before the Linux stuff, then run /sbin/lilo
0
Response Number 2
Name: Tom Date: April 29, 2002 at 13:48:02 Pacific
Reply:
In /etc/lilo.conf, there should be a line: default=linux Just change this to: default=windows (or whatever the label for Windows is). If the line is not there, create it. Then run 'lilo'.
0
Response Number 3
Name: S F Siddicky Date: June 8, 2002 at 16:38:50 Pacific
Reply:
After you login to linux, Type: "vi /etc/lilo.conf" in it,there should be a line: default=linux change this to: default=windows (or whatever the label for Windows is). then save the file then type "lilo".
Summary: Hello Angie Since I'm a newcomer to this post, I hope you won't get bored with the things I'll tell you. OK, let's go now :-) First, the partitions numbers are not specific to your distro; this is spe...
Summary: I have linux7.2 on hda and windows 2000 on hdc. how do i edit lilo.conf file to create a dual boot. I added this to the lilo.conf script: other=/dev/hdc1 label=Win2000 table=/dev/hdc but it hangs wh...