LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-30-2002, 06:07 AM   #1
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Rep: Reputation: 30
Lightbulb lilo.conf


Hi there!

I have a little problem. LILO is configured so that by default Windows boots in 10 secs. I want Linux to boot by default.
Any suggestions?

Here is my lilo.conf:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 100
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x32k
vga = normal
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = "Windows XP"
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda2
label = "Slackware Linux"
read-only
# Linux bootable partition config ends

thnx in advance!
 
Old 08-30-2002, 06:09 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Either

1. make a line:
default = Winbloze (which refers to the "label =" portion of each entry) OR

2. Place the Slackware entry above the winbloze entry.

Don't forget to run /sbin/lilo -v afterwards.

Cool

Last edited by MasterC; 08-30-2002 at 06:13 AM.
 
Old 08-30-2002, 06:11 AM   #3
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
That was fast, thanks
 
Old 08-30-2002, 06:12 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
he he he, I've been there, young Jedi

Glad I good help, and You're Welcome
 
Old 08-30-2002, 06:23 AM   #5
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
Hei, one more question. OK?
So how can I configure kmix so that every time I start X ,volume = 100%, not 50%. You see I have removed the panel so I can not save the settings I made. Maybe there is some kmix config file?

thnx in advance!
 
Old 08-30-2002, 06:24 AM   #6
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
I have just rebooted MasterC, and this thing works, I have just putted the Linux section above winbloze
Yeah, cool
 
Old 08-30-2002, 07:11 AM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
I am not sure on the volume bit, but I would give "aumix" a try. If you don't have it installed, you may be able to find it on your disc somewhere, or else try www.freshmeat.net

man aumix will give you instructions on what to use to save volumes probably.

Cool
 
Old 08-30-2002, 07:36 AM   #8
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
Hei Master, is there a mplayer version under console, not X?
 
Old 08-30-2002, 12:58 PM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
mplayer

Yes, you can use mplayer under console, but you have to read up on it in the DOCS on mplayer's website. I can do it with my video card using the -vo vesa option, but I don't know if it's a "per card" option, or if that's for everyone. I do have to have the VESA initialize at boot time, to do that I need to have my card plugged into my TV. It's confusing to me still, but it works. I am trying to learn about that actually. I spend alot of my nights at work trying to read about it so I know what's actually going on so I can understand it better.

Cool
 
Old 08-31-2002, 07:19 AM   #10
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
So if my card will ever support VESA, I will be able to watch DivX films under normal console? Wow, that would be cool And one more question: how to start 'aumix' ?
 
Old 08-31-2002, 07:27 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
aumix

If it returns with "no file or directory" then you don't have it installed. Go get the source and install it, it's a piece O cake.

./configure &&
make &&
make install &&
aumix

Cool
 
Old 08-31-2002, 07:39 AM   #12
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
I have made like this: ./configure; make; make install
But some error apperared, I will try again thnx

P.S. ' Where'd it all start? A *nix timeline' - cool hehehe
 
Old 08-31-2002, 07:42 AM   #13
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
Damn, I have reinstalled aumix but it says: make: *** [config.status] Error 2
Can't understand what is wrong?
 
Old 08-31-2002, 07:43 AM   #14
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
That would be after you untar the file. I got the CVS version just to be on the bleeding edge of volume control

So I guess complete instructions would be:
download the file, this example will say you downloaded to /home:
cd /home
tar xvzf aumix(THEN TAB KEY)
cd aumix(TAB)
./configure &&
make &&
make install &&
aumix

Ok, that should be pretty straight forward. The ( ) comments aren't to be typed out, but rather press the tab key at that point.

Cool
 
Old 08-31-2002, 07:47 AM   #15
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
Do I have to put '&&' ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Switching from grub to lilo, messed up Lilo.conf, rescuing via Knoppix. SonicGT Debian 2 08-21-2005 01:15 PM
lilo.conf and lilo.conf.anaconda difference blackzone Linux - General 1 07-06-2004 03:15 AM
lilo.conf.anaconda v. lilo.conf rbaird2001 Red Hat 1 04-01-2004 12:16 PM
create lilo.conf or grub.conf through commands newpenguin Linux - Software 1 11-28-2003 08:22 PM
lilo.conf and grub.conf no read access shanenin Linux - Software 1 10-02-2003 03:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration