Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Installing Gentoo
  • Search

Can't boot AMD64 (dual core) system

Having problems with the Gentoo Handbook? If you're still working your way through it, or just need some info before you start your install, this is the place. All other questions go elsewhere.
Post Reply
Advanced search
15 posts • Page 1 of 1
Author
Message
mdtsandman
n00b
n00b
Posts: 48
Joined: Fri Aug 13, 2004 8:22 am
Location: Vancouver, BC, Canada

Can't boot AMD64 (dual core) system

  • Quote

Post by mdtsandman » Sat Aug 19, 2006 11:41 pm

MB = ASUS M2NPV-VM (socket AM2)
CPU = AMD Athlon 64 X2 3800+ (dual core)

Drives = 2 x 250 GB SATA
All partitions (/, /boot, /var, swap x 4) = software RAID 1 ( /dev/md0-6)

Everything goes smoothly during the install.

GRUB loads as it is supposed to and displays a menu of kernels to choose from.

When I try to boot my manually configured kernel, the system hangs just after loading the IO schedulers.

When I try to boot using genkernel, the system hangs just after the following message:

Code: Select all

NET: Registered protocol family 2
I have done a good number of gentoo installs on 32-bit systems, but this is my first shot at a 64-bit system.

Any suggestions?

Thanks,

Mike.
Top
Nick C
Guru
Guru
Posts: 526
Joined: Fri Mar 18, 2005 5:05 am
Location: Portsmouth, England
Contact:
Contact Nick C
Website

  • Quote

Post by Nick C » Sun Aug 20, 2006 12:08 am

can you post the contents of your grub.conf file please. Also can you check you compiled support for your filesystems into the kernel and support for your ide/sata chipsets too
Top
mdtsandman
n00b
n00b
Posts: 48
Joined: Fri Aug 13, 2004 8:22 am
Location: Vancouver, BC, Canada

  • Quote

Post by mdtsandman » Sun Aug 20, 2006 12:38 am

Nick C wrote:Can you post the contents of your grub.conf file please.
/boot/grub/grub.conf =

Code: Select all

default 0

title Gentoo Linux (genkernel)
root (hd0,0)
kernel /boot/kernel-genkernel-x86_64-2.6.17-gentoo-r4 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/md1 udev
initrd /boot/initramfs-genkernel-x86_64-2.6.17-gentoo-r4

title Gentoo Linux
root (hd0,0)
kernel /boot/kernel-2.6.17-gentoo-r4 root=/dev/md1
By the way:
  • /dev/md0 = /boot (RAID 1 - /dev/sda1 + /dev/sdb1)
  • /dev/md1 = / (RAID 1 - /dev/sda3 + /dev/sdb3)
  • /dev/md2 = /var (RAID 1 - /dev/sda4 + /dev/sdb4)
  • /dev/md3-6 = swap (RAID 1 - /dev/sda5-6 + /dev/sdb5-6)
Nick C wrote:Also can you check you compiled support for your filesystems into the kernel and support for your ide/sata chipsets too
Partition/filesystem/ide/sata chipset drivers are all compiled into the kernel (not modules).

Mike.
Top
mdeininger
Veteran
Veteran
User avatar
Posts: 1740
Joined: Wed Jun 15, 2005 11:45 am
Location: Emerald Isles, observing Dublin's docklands
Contact:
Contact mdeininger
Website

  • Quote

Post by mdeininger » Sun Aug 20, 2006 2:57 pm

i had issues on my amd64 system with an x2 too with lots of weird errors in all sorts of places, try adding the kernel option "noacpi" or "acpi=off" or disable acpi support in your bios, that fixed it for me...
"Confident, lazy, cocky, dead." -- Felix Jongleur, Otherland

( Twitter | Blog | GitHub )
Top
Stefan de Groot
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Sat Jul 19, 2003 11:50 pm
Location: /home/ Netherlands/ Rotterdam

Re: Can't boot AMD64 (dual core) system

  • Quote

Post by Stefan de Groot » Sun Aug 20, 2006 5:11 pm

mdtsandman wrote:MB = ASUS M2NPV-VM (socket AM2)
CPU = AMD Athlon 64 X2 3800+ (dual core)
I've got the same system and trying to get it work. Sadly I have the same kernelerrors with a handmade kernel and a genkernel. I will give it a try now with noacpi.
Top
Stefan de Groot
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Sat Jul 19, 2003 11:50 pm
Location: /home/ Netherlands/ Rotterdam

  • Quote

Post by Stefan de Groot » Sun Aug 20, 2006 5:16 pm

noacpi is not an good idea... so I think it is a problem in the kernelversion. I will try later kernel version 2.6.16
Top
Stefan de Groot
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Sat Jul 19, 2003 11:50 pm
Location: /home/ Netherlands/ Rotterdam

  • Quote

Post by Stefan de Groot » Sun Aug 20, 2006 8:12 pm

An older kernel is the solution here. But, there I didn't found support for LAN-device. This can be done to download the driver from nVidia when you're boot from the CD-ROM and make your new kernel. After booting with your new kernel you can make a module for your LAN. :) Good luck with that last, because that program of nVidia is not easy to handle. I did it to start it in expert mode.
Top
mdtsandman
n00b
n00b
Posts: 48
Joined: Fri Aug 13, 2004 8:22 am
Location: Vancouver, BC, Canada

  • Quote

Post by mdtsandman » Mon Aug 21, 2006 4:59 am

Stefan de Groot wrote:An older kernel is the solution here. But, there I didn't found support for LAN-device. This can be done to download the driver from nVidia when you're boot from the CD-ROM and make your new kernel. After booting with your new kernel you can make a module for your LAN. :) Good luck with that last, because that program of nVidia is not easy to handle. I did it to start it in expert mode.
Thanks for your help ... I'll give it a try with an older kernel and let you know how things go!

Mike
Top
bayard13
n00b
n00b
Posts: 2
Joined: Mon Aug 21, 2006 5:44 pm
Location: poland/lodz

  • Quote

Post by bayard13 » Mon Aug 21, 2006 5:57 pm

i have the same problem as mdtsandman, so i installed 2.6.16-gentoo-r13 kernel and nvidia drivers, after reboot system started, but i dont have connection to the internet.

nvnet is running, and eth0 is configured to my ip(i used ifconfig to check it)

pleaseee help

bayard13
Top
mdeininger
Veteran
Veteran
User avatar
Posts: 1740
Joined: Wed Jun 15, 2005 11:45 am
Location: Emerald Isles, observing Dublin's docklands
Contact:
Contact mdeininger
Website

  • Quote

Post by mdeininger » Mon Aug 21, 2006 6:37 pm

is there anything unusual in dmesg? can you ping something on your LAN? please try the commands in this post under the heading "What exactly doesn't work? " and tell us how far you get and what error messages appear: http://forums.gentoo.org/viewtopic-t-490093.html
"Confident, lazy, cocky, dead." -- Felix Jongleur, Otherland

( Twitter | Blog | GitHub )
Top
Stefan de Groot
Tux's lil' helper
Tux's lil' helper
Posts: 82
Joined: Sat Jul 19, 2003 11:50 pm
Location: /home/ Netherlands/ Rotterdam

  • Quote

Post by Stefan de Groot » Mon Aug 21, 2006 7:12 pm

With an older kernel (nessecary now or you cannot boot!) you must make separate your modules for het nVidia-hardware!
Go to HERE and download the very new drivers that came out today. Bring the download to your running new system (sadly without LAN). There you must compile the new modules for the hardware.

Until the hardware work correctly on a new Linux-kernel we must do it on this way. Or someone must make a nice hack on the current kernel. :twisted:
Top
mdtsandman
n00b
n00b
Posts: 48
Joined: Fri Aug 13, 2004 8:22 am
Location: Vancouver, BC, Canada

kernel-2.6.16-gentoo-r13 works OK for me as well

  • Quote

Post by mdtsandman » Tue Aug 22, 2006 5:43 am

Thanks.

BTW: I stuck an old PCI 10/100 ethernet card in the computer for now and will get the drivers for the onboard gigabit LAN sorted out when I get a bit more time.
Top
Gentist
Apprentice
Apprentice
Posts: 247
Joined: Sat Mar 20, 2004 1:19 pm

  • Quote

Post by Gentist » Tue Sep 26, 2006 10:53 pm

I'm using the same motherboad and I can't even boot the install media properly. Is there a proper solution to this, or do I have to install some really old version and try to upgrade everything but the kernel from there?

EDIT: disabling ACPI seem to make things work... But that's not an acceptable solution.
Top
bayard13
n00b
n00b
Posts: 2
Joined: Mon Aug 21, 2006 5:44 pm
Location: poland/lodz

  • Quote

Post by bayard13 » Tue Sep 26, 2006 11:05 pm

i use 2.6.17-r8 kernel with NOAPIC parametr and everything is all right, so you can try the newest kernel and add noapic in grub.conf
Top
Gentist
Apprentice
Apprentice
Posts: 247
Joined: Sat Mar 20, 2004 1:19 pm

  • Quote

Post by Gentist » Tue Sep 26, 2006 11:12 pm

bayard13 wrote:i use 2.6.17-r8 kernel with NOAPIC parametr and everything is all right, so you can try the newest kernel and add noapic in grub.conf
What's the downside to that?

Oh and, funny thing. If I try to shut down the system, the only thing that actually shuts down is the harddrive. The rest of the system is still active... Although that's only when using the Install CD. I haven't tried it on an installed system. I'll try that out later.
Top
Post Reply

15 posts • Page 1 of 1

Return to “Installing Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy