Results 11 to 15 of 15
Your current lilo.conf doesn't appear to have a default line in it but with the Windows entry listed first like it is, Windows should be the OS booted by default.
...
- 11-27-2008 #11forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Your current lilo.conf doesn't appear to have a default line in it but with the Windows entry listed first like it is, Windows should be the OS booted by default.
If you want a default line you can try adding it like this:
You can change the seconds that it takes to start the default OS by editing the timeout line:Code:default = Windows
...it's currently set for 2 minutes. Change to 120 if you want 12 seconds.Code:timeout = 1200
Here's a short guide you can read over for more information on configuring LILO:
Configuring LILO, the Linux Loader
* Don't forget to run lilo before rebooting.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-27-2008 #12Just Joined!
- Join Date
- Nov 2008
- Posts
- 11
To run lilo before rebooting, what do you mean run it.
- 11-27-2008 #13forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
That's covered in the HowTo that I posted for you:
Applying Changes
Anytime you edit the /etc/lilo.conf, or if you move or rename any of the files used by LILO, including the Linux kernel itself (the vmlinuz file), you must apply your changes before they will take effect. Failing to do so might cause LILO to be unable to boot Linux!
To apply changes, run the following command (you will need to be SuperUser):
/sbin/lilo
You should get a response that looks like this:
Added linux *
Added win
The asterisk (*) indicates the default boot image. If you see anything other than this, something went wrong. Go back through your lilo.conf and read the man page to see what it was.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-27-2008 #14Just Joined!
- Join Date
- Nov 2008
- Posts
- 11
Are you sure it's :
Or is it :Code:default = windows
Code:default = /dev/sda1
- 11-27-2008 #15forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
The default entry should be the same as your label entry as stated earlier.
Here's a another quick HowTo that might provide additional information for you:
Tips For Linux - Getting LILO to boot Windows (by default)
You shouldn't need a default entry though, since Windows is listed first in your current lilo.conf file. In other words, Windows should be booting by default, already.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
