Bug 466801
Summary: | Fedora 10 Beta DVD fails to install on Dell Optiplex GX270 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jaroslav Franek <jarin.franek> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | jamundso, kernel-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-11-06 17:31:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jaroslav Franek
2008-10-13 17:42:31 UTC
update for Fedora 10 Preview: Anaconda installer no longer fires a call stack, it just informs that initialization of X failed, and therefore the installer switches itself into text mode. Same result when using kernel boot parameter 'nomodeset'. Text mode allows F10 to install. However, X is not working. At least I can now get some diagnostic from the kernel: # dmesg | grep drm [drm] Initialized drm 1.1.0 20060810 [drm:i915_driver_load] *ERROR* failed to enable MSI [drm] Initialized i915 1.6.0 20080730 on minor 0 [drm:i915_gem_object_bind_to_gtt] *ERROR* GTT full, but LRU list empty [drm:i915_gem_object_pin] *ERROR* Failure to bind: -12 Kernel: 2.6.27.4-68.fc10.i686 kernel boot params include 'nomodeset' Looks like a driver problem (Intel graphics adapter, see comment #1), and problem with the new graphical memory manager (GEM). Ah, new kernel just came out: 2.6.27.4-79.fc10.i686. Updated everything from rawhide. All right, this is the result: `dmesg | grep drm` is clean now, no problem written into kernel log (fixed or silenced?). But /var/log/Xorg.0.log shows an issue: X.Org X Server 1.5.2 (-12.fc10.i686) ... (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x06000000 (pgoffset 24576) (EE) intel(0): Failed to pin front buffer: Cannot allocate memory Fatal server error: Couldn't bind memory for BO front buffer (II) intel(0): xf86UnbindGARTMemory: unbind key 0 ... Therefore still no graphics mode available. However now this bug degenerates to a duplicate of Bug #461829. *** This bug has been marked as a duplicate of bug 461829 *** |