Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installation Cannot Find CD!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
arew264
n00b
n00b


Joined: 16 Jan 2006
Posts: 7

PostPosted: Tue Jan 17, 2006 3:24 am    Post subject: Installation Cannot Find CD! Reply with quote

I have an old Dell Latitude CPi D300XT laptop that is having problems with the install. The system hangs at the screen where it says loading live environment... In verbose mode, it appears as though it cannot mount the CD. I am using the universal install disk. I had a similar problem to this one when installing vector linux, where it was fixed by using a kernel with scsi. What can I do? Is it not really hanging but loading files? Thanks in advance, I really would like to get Gentoo working.
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Tue Jan 17, 2006 4:23 am    Post subject: Reply with quote

You could try passing the doscsi option to the livecd kernel, it is covered in the handbook. See Code Listing 3 in the document referenced by the first link.

It might not have hung, give it several seconds (perhaps more) of it doing nothing before declaring it hung.
Back to top
View user's profile Send private message
arew264
n00b
n00b


Joined: 16 Jan 2006
Posts: 7

PostPosted: Tue Jan 17, 2006 1:23 pm    Post subject: ugh Reply with quote

It still won't install. I have tried doing
boot: gentoo acpi=on doscsi dopcmcia

and it still can't mount it.
BTW: the acpi isn't really related but I know I have it.
Any ideas on what to do next?

EDIT:
I looked here
https://forums.gentoo.org/viewtopic-t-217639-highlight-dell+latitude+cpi.html
and this is the same drive in a laptop from the same series. I obviously have to use nodma, but I don't understand the whole kernel config stuff afterward. What do I need to do?


Last edited by arew264 on Tue Jan 17, 2006 1:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Jan 17, 2006 1:37 pm    Post subject: Reply with quote

Try noapic. That occasionally helps people with noncooperative laptops.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
arew264
n00b
n00b


Joined: 16 Jan 2006
Posts: 7

PostPosted: Tue Jan 17, 2006 1:46 pm    Post subject: almost there... Reply with quote

Ugh. The guy also said he had to use the 2.4.26 kernel. I'll try that and see if it runs. Could I upgrade to 2.6 later to get my sound working? (see https://forums.gentoo.org/viewtopic-t-423694-highlight-dell+latitude+cpi.html)?
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Jan 17, 2006 1:51 pm    Post subject: Reply with quote

If you can get the livecd to boot, that means you can boot a 2.6 kernel on that machine, since the kernel on the lived is a 2.6 kernel.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Tue Jan 17, 2006 7:03 pm    Post subject: Re: ugh Reply with quote

arew264 wrote:
I looked here
https://forums.gentoo.org/viewtopic-t-217639-highlight-dell+latitude+cpi.html
and this is the same drive in a laptop from the same series. I obviously have to use nodma, but I don't understand the whole kernel config stuff afterward. What do I need to do?


You need to get the kernel configuration from the live CD and base a new kernel off of that.

I think the kernels on the live CDs have 'Kernel .config support' enabled, so to get a copy of the kernel configuration from a given kernel image you can use:
Code:
/usr/src/linux/scripts/extract-ikconfig $kernel-image
You could also (I think) get the configuration from a running live CD from its /proc/config.gz. If you get the configuration from /proc/config.gz you will need to decompress it with gunzip, as for extract-ikconfig I do not know if the configuration it gives you is compressed or not.

To base a new kernel off the just extracted configuration:
  1. Copy the configuration to /usr/src/linux/.config.
  2. Run
    Code:
    genkernel --menuconfig --install kernel
    or
    Code:
    genkernel --menuconfig --install all
    or do the manual approach.
Back to top
View user's profile Send private message
arew264
n00b
n00b


Joined: 16 Jan 2006
Posts: 7

PostPosted: Wed Jan 18, 2006 2:19 am    Post subject: moving along... Reply with quote

OK, I have booted the laptop off of an old Knoppix 3.4 cd. It normally uses a 2.4 kernel, but I started it with
knoppix26 fb1024x768 nodma

It boots fine with the 2.6 kernel. So... how do I do the whole kernel config thing if I can't install gentoo? The only other linux box I have is running slackware 10.1.

BTW I will be trying the Gentoo livecd later tonight, if that's any use.
Back to top
View user's profile Send private message
arew264
n00b
n00b


Joined: 16 Jan 2006
Posts: 7

PostPosted: Wed Jan 18, 2006 3:29 am    Post subject: Hopefully... Reply with quote

I am going to try to install gentoo from knoppix. Cross your fingers...
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Wed Jan 18, 2006 3:49 am    Post subject: Reply with quote

If the Knoppix disk does the whole 'Kernel .config support' thing, same process as Gentoo live CD.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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