Hello list.
I am using LILO at boot time.
IF I want to change the default boot sequence from Red hat 6.2 to dos/win , how do i do it .
Do i have to do something to the lilo.conf ?
Also I get 2 messages a day , frm the list . How do I prevent this ?
Triptpal Singh
__________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
Sometime today, TRIPTPAL SINGH LAMBA wrote:
IF I want to change the default boot sequence from Red hat 6.2 to dos/win , how do i do it .
Edit your /etc/lilo.conf. Look for "label = something", where something should stand for dos/win. Then set "default = something" in the file. Run /sbin/lilo. Done.
Manish
Sometime on Jul 23, TRIPTPAL SINGH LAMBA assembled some asciibets to say:
IF I want to change the default boot sequence from Red hat 6.2 to dos/win , how do i do it .
Do i have to do something to the lilo.conf ?
Yes. man lilo.conf, search for default.
Also I get 2 messages a day , frm the list . How do I prevent this ?
I get about 25, or do you mean two copies of each message? Write a complex procmail filter that checks if you've already received a mail, and redirect extra copies to /dev/null. Writing this filter is left as an assignment for you.
Philip
On Mon, 23 Jul 2001, TRIPTPAL SINGH LAMBA wrote:
IF I want to change the default boot sequence from Red hat 6.2 to dos/win , how do i do it .
you lilo.conf should look something like this.
default=win
image=/boot/vmlinuz label=linux
other=/dev/hdaX label=win
that's it.
Regards pankaj
On Tue, 24 Jul 2001, Pankaj Jangid wrote:
On Mon, 23 Jul 2001, TRIPTPAL SINGH LAMBA wrote:
IF I want to change the default boot sequence from Red hat 6.2 to dos/win , how do i do it .
you lilo.conf should look something like this.
default=win
image=/boot/vmlinuz label=linux
other=/dev/hdaX label=win
that's it.
sorry I forgot something :- run /sbin/lilo after modifying the /etc/lilo.conf file.
regards pankaj