Hardware:
The machine currently runs Gentoo ~amd64 (unstable branch) and Debian Sid amd64. It also boots fine with Feisty amd64, Debian Lenny amd64 netinstall, and the Kubuntu Gutsy i386 CDs. The Gutsy amd64 CD, however, locks up during the install process. Both normal and safe graphical options begin with the progress bar, then go to a black screen that briefly flashes a message "Cannot allocate resource..." but the message disappears so fast that it was too difficult to determine resource could not be allocated.
Modifying the boot command to boot without "splash" and "quiet" does allow the boot process to continue long enough to identify the non-allocated resource as PCI 04, but the machine then hard locks entering graphical mode. Interestingly enough, lspci in Gentoo identifies 04:00 as the AMD-8151 System Controller and 04:01 and the AMD-8151 AGP Bridge.
My best guess for this issue is that support for the AMD chipset of this common server board was not built into the kernel of the amd64 install CD, but I was not able to find a kernel config file on the disc to confirm this.
Code:
Motherboard: Tyan Thunder K8W 2885 CPUs: 2 Dual Core Opteron 285s. Memory: 8GB DDR Reg Ram Video: ATI X800 Radeon AGP Hard Drives: 2 500GB PATA, 4 750GB SATA
Modifying the boot command to boot without "splash" and "quiet" does allow the boot process to continue long enough to identify the non-allocated resource as PCI 04, but the machine then hard locks entering graphical mode. Interestingly enough, lspci in Gentoo identifies 04:00 as the AMD-8151 System Controller and 04:01 and the AMD-8151 AGP Bridge.
My best guess for this issue is that support for the AMD chipset of this common server board was not built into the kernel of the amd64 install CD, but I was not able to find a kernel config file on the disc to confirm this.
Comment