Results 1 to 4 of 4
Hey all, I'm new to linux, and I currently have a dual boot with debian and windows XP
(all had to start somewhere right?)
First thing is that I want ...
- 03-02-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
New linux user...Two problems
Hey all, I'm new to linux, and I currently have a dual boot with debian and windows XP
(all had to start somewhere right?)
First thing is that I want to have it so when i turn on the computer, windows xp is selected by default...(My brother hates waiting the 4 seconds to press the down arrow key)
I've googled how to do this (/boot/grub/menu.lst)
I get this...
/boot/grub/menu.lst: line 14: default: command not found
/boot/grub/menu.lst: line 19: timeout: command not found
/boot/grub/menu.lst: line 22: color: command not found
/boot/grub/menu.lst: line 118: title: command not found
/boot/grub/menu.lst: line 119: syntax error near unexpected token `hd0,1'
/boot/grub/menu.lst: line 119: `root (hd0,1)'
I'm clueless on why this is coming up
Second question is getting my sound to work
I configured it just yesterday and it was working fine, now It's not working
I went into alsaconf and went through that
Unmuted everything
went into alsamixer and put everything up
Still nothing
Any help would be appreciated
- 03-02-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 18
You are -running- /boot/grb/menu.lst, so the system is trying to execute all the text that it sees as commands and then fails.
You want to -edit- that file. It should not be executable at all.
--Japser.
- 03-02-2008 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Welcome to the forums!
You'll need to edit the default line, which looks like is on line 14 according to what you've posted above. Change it to equal your Windows entry, whereas right now it's probably set to equal your Linux entry in the menu.lst file.
Edit that file by executing the following commands:
The first entry starts the count at 0.Code:su nano /boot/grub/menu.lst
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.
- 03-02-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
ahhh thanks a bunch! =]


Reply With Quote

