Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grub config
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
paulsh21
n00b
n00b


Joined: 27 Sep 2002
Posts: 41

PostPosted: Fri Sep 27, 2002 11:33 pm    Post subject: grub config Reply with quote

hiya everyone...

i'm ver new to the gentoo world (installed last night), and i'm having fun so far. one problem is, i cant get my cdwriter to be detected by cdrecord -scanbus
i think it may be down to my grub setup, i merely wrote:
append="hdc=ide-scs"
in my /boot/grub/menu.lst file.

another problem is, the vga bootup choice. with lilo, all i had to do was add: vga=773 to my lilo.conf file, and i'd have a different console font when booting up.

so, could anyone guide me in the right direction for getting these things setup correctly with grub? (or can i just go back to lilo, easily?)
many thanks for reading.
Back to top
View user's profile Send private message
Logik
n00b
n00b


Joined: 15 Aug 2002
Posts: 9
Location: Michigan

PostPosted: Fri Sep 27, 2002 11:48 pm    Post subject: CD-Writer setup Reply with quote

I have been meaning to write a good howto on this that's straight and to the point, but simply, you need to disable, ide cdroms in the kernel and enable scsi emulation, and scsi cdroms, after that, give the correct permissions, and cdrecord -scanbus should work just fine...
_________________
Kyle
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Fri Sep 27, 2002 11:49 pm    Post subject: Reply with quote

The rule in menu.lst that looks like this:
Code:
kernel /boot/bzImage root=/dev/hda3
(You probably have another number after hda), should become this
Code:
kernel /boot/bzImage root=/dev/hda3 append="hdc=ide-scsi" vga=773
Back to top
View user's profile Send private message
paulsh21
n00b
n00b


Joined: 27 Sep 2002
Posts: 41

PostPosted: Sat Sep 28, 2002 12:53 pm    Post subject: thanks! Reply with quote

thanks for the replies...both of those problems have gone now :)

cheers
Back to top
View user's profile Send private message
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Sat Sep 28, 2002 2:43 pm    Post subject: Re: CD-Writer setup Reply with quote

Logik wrote:
you need to disable, ide cdroms in the kernel


I'm pretty sure this isn't true. I have mixed cdroms on my system - one dvd drive using the ide bus, and a burner running in scsi emulation. Both work fine.

-- Curious
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum