View previous topic :: View next topic |
Author |
Message |
Volchok n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Aug 2004 Posts: 14
|
Posted: Sun Aug 22, 2004 8:18 pm Post subject: Sytems halts while booting kernel at ACPI line |
|
|
I am a first time installer of gentoo. My system loads kernel from grub successfuly after initial install, loads the kernel and then stops with text displaying BIOS memory addresses and below a statement regarding the ACPI address. The last line includes my mainbord type, ASUS P4T533, a memory address, then MSFT (presumably for microsoft) and I think ACPI after that. It just hangs there. I tried recompiling the kernel including as many appropriate options related to ACPI. After changing the settings under menuconfig i ran:
- make && make module_install
- cp arch/i386/boot/bzImage /boot/kernel-2.6.8-gentoo-r1
- cp System.map /boot/System.map-2.6.8-gentoo-r1
is this the correct way to re-compile a kernel?
I also tried to emerge acpi, after which i did:
-rc-update add acpi default
which resulted in an error stating could not find
- /etc/init.d/acpi
the last thing i've tried is adding acpi to the use= line in make.conf
by doing this:
- use=acpi
- unset use
- emerge shadow
is this the correct way to update the use= line?
some of the descriptions aren't as accurate as possible because i had to do it from memory. Postiong this message in windows.
i am going to reisntall the whole thing again soo, im waaaay too frustrated.
THANKS!!!! _________________ P4 2.53 ASUS P4T533 512Mb 1066mhz RAMBUS 36 Gb U320 SCSI 120x2 ATA, |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jarhead Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_at-at_driver.gif)
Joined: 26 Mar 2004 Posts: 474
|
Posted: Sun Aug 22, 2004 8:23 pm Post subject: |
|
|
Have you emerged acpid? That is what you need to add to rc-update. Also, I noticed that you wrote "make && make module_install..." Did you mean "make && make modules_install?" Just a few observations.. HTH _________________ Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Volchok n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Aug 2004 Posts: 14
|
Posted: Sun Aug 22, 2004 9:50 pm Post subject: |
|
|
yes i did mean modules_install, a typo.
i just ran emerge acpid
then, rc-update add acpid default and that worked. on reboot still hangs in same place. I do no know if it is beacuse of the ACPI, thats just whats on screen when it stops. is there any way to echo or find in log what is stopping it from booting all the way?
also, did i do the other thigs like update kernel correctly??? _________________ P4 2.53 ASUS P4T533 512Mb 1066mhz RAMBUS 36 Gb U320 SCSI 120x2 ATA, |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jarhead Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_at-at_driver.gif)
Joined: 26 Mar 2004 Posts: 474
|
Posted: Tue Aug 24, 2004 4:43 am Post subject: |
|
|
Code: |
cp arch/i386/boot/bzImage /boot/kernel-2.4.26-gentoo-r6
cp System.map /boot/System.map-2.4.26-gentoo-r6
cp .config /boot/config-2.4.26-gentoo-r6
|
That's what you need to type after you do make && make modules_install. /var/log/messages will give you more than you ever wanted to know about your system's operation. Its a big file, but if there is an error, it will be in there. HTH _________________ Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|