With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to? Any solution as it's default to the 2.2 kernel and I have to 'down arrow' to pick the 2.4 everytime, and worst, if I missed, I ended up with restart. :( Suggestion? idea on how? Thanks Dennis/sg
Dennis wrote:
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
Any solution as it's default to the 2.2 kernel and I have to 'down arrow' to pick the 2.4 everytime, and worst, if I missed, I ended up with restart. :(
Suggestion? idea on how?
Thanks Dennis/sg
You can modify LILO so that the 2.4 kernel is listed first. You can do this in Yast. Nevada
This is what I did right now, but with so many workstations in office, it's tedious to do so. Any other suggestions? Dennis/sg
Dennis wrote:
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
Any solution as it's default to the 2.2 kernel and I have to 'down
arrow' to
pick the 2.4 everytime, and worst, if I missed, I ended up with restart. :(
Suggestion? idea on how?
Thanks Dennis/sg
You can modify LILO so that the 2.4 kernel is listed first. You can do this in Yast.
Nevada
You can edit /etc/lilo.conf. Lilo boots by default the first entry it finds. So the following boots kernel 2.4.0 by default, but has options for Windows for kernel 2.2.18. Change the order of entries in your /etc/lilo.conf. Don't try to use this code. # End LILO global Section # image = /boot/vmlinuz-2.4.0 root = /dev/hda7 label = linux append = "ide0=dma" # switch on UDMA # other = /dev/hda1 label = win table = /dev/hda # image = /boot/vmlinuz root = /dev/hda7 label = linux-2.2 append = "ide0=dma" # switch on UDMA On Sat, 31 Mar 2001, Dennis wrote:
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
Any solution as it's default to the 2.2 kernel and I have to 'down arrow' to pick the 2.4 everytime, and worst, if I missed, I ended up with restart. :(
Suggestion? idea on how?
Thanks Dennis/sg
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
2 solutions : First : you can edit your lilo.conf and put in first of the images lists the one you want to boot by defaults ; Second : edit tyour lilo.conf and put befor the images list the line : default = name_of_your_preferred_image Then run /sbin/lilo ans it will be ok for your needs. Francis -- Francis Allouchery Running Süse Linux 7.1 Fr.All@wanadoo.fr www.suse.com GPG Key fingerprint = 11A5 8BAF 3E9F DC1D F47B 7B6B FD03 D29E 7C71 3D9B
This has helped me as well. Now how do I change the wait time. It loads to quickly, and I would like to incease the delay default. Francis Allouchery wrote:
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
2 solutions :
First : you can edit your lilo.conf and put in first of the images lists the one you want to boot by defaults ;
Second : edit tyour lilo.conf and put befor the images list the line : default = name_of_your_preferred_image
Then run /sbin/lilo ans it will be ok for your needs.
Francis -- Francis Allouchery Running Süse Linux 7.1 Fr.All@wanadoo.fr www.suse.com GPG Key fingerprint = 11A5 8BAF 3E9F DC1D F47B 7B6B FD03 D29E 7C71 3D9B
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Fredrick Bartlett wrote:
This has helped me as well. Now how do I change the wait time. It loads to quickly, and I would like to incease the delay default.
You set this with the 'delay' option in /etc/lilo.conf. The number after the equals sign is the number of tenths of seconds to wait. For example 'delay=10' would mean that LILO would wait 1 second for input, while 'delay=80' would mean LILO would wait 8 seconds. This is a global option, so comes before all the image sections. See 'man lilo.conf' for more details.
Francis Allouchery wrote:
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
2 solutions :
First : you can edit your lilo.conf and put in first of the images lists the one you want to boot by defaults ;
Second : edit tyour lilo.conf and put befor the images list the line : default = name_of_your_preferred_image
I think this is the best solution. Make sure is goes in the global section of lilo.conf...
Then run /sbin/lilo ans it will be ok for your needs.
-- __ _ -o)/ / (_)__ __ ____ __ Chris Reeves /\\ /__/ / _ \/ // /\ \/ / ICQ# 22219005 _\_v __/_/_//_/\_,_/ /_/\_\
Hi Francis, Thanks for your direction, I got the second solution working perfectly (with minimum effort and it's what I'm looking for). Have a good day. Dennis/sg
With the older (7.0 or lower) version, I can set which option to boot in Lilo, but the new 7.1 does not allow me to?
2 solutions : First : you can edit your lilo.conf and put in first of the images lists the one you want to boot by defaults ; Second : edit tyour lilo.conf and put befor the images list the line : default = name_of_your_preferred_image Then run /sbin/lilo ans it will be ok for your needs.
participants (6)
-
Chris Reeves
-
Dennis
-
Francis Allouchery
-
Fredrick Bartlett
-
John D Lamb
-
PThorsted