Bug 1591125
| Summary: | Dell Precision 5530 won't boot | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tore H. Larsen <torel> | ||||||||
| Component: | xorg-x11-drv-nouveau | Assignee: | Ben Skeggs <bskeggs> | ||||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 28 | CC: | airlied, ajax, anaconda-maint-list, bskeggs, ewk, hdegoede, ichavero, itamar, jarodwilson, jcline, jglisse, jkonecny, john.j5live, jonathan, josef, kellin, kernel-maint, linville, mchehab, mjg59, reeve333, steved, torel, vanmeeuwen+fedora, vponcova, wwoods | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2018-06-22 14:07:53 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Tore H. Larsen
2018-06-14 06:43:55 UTC
Tried Mate version as well as stock FC28. Same issue. https://www.phoronix.com/scan.php?page=news_item&px=Dell-Precision-2018-Ubuntu Would rather use FC28. Could you please provide us installation logs. You can find them /tmp/*.log as plain text logs. I f you are unable to access stage2 installation environment please provide us sosreport or at least screenshot. Thank you. Ubuntu 18.04 LTS iso boots fine but doesn't see the disk. Maybe some bios setting is wrong. The system came with Win10 preinstalled but I primarily use FC28. I'll re-test FC28 1.1. Will also try CentOS 7.5 as RHEL 7.5 supposedly is supported. Created attachment 1451267 [details]
nouveau fails DRM: pointer to TMDS table invalid
Please send me and email and I will send a bunch of pictures (~30MB).
Created attachment 1451268 [details]
More of boot process until it fails and loops withBUG softlockup
Created attachment 1451269 [details]
soft lockup
Need more? Will try to get sosreport and logs if it times out and passes the softlock point and provide me with a prompt. Is kernel option nvme_load=yes default on FC28? Boots into gui with kernel options "nomodeset nvme_load=YES", but still unable to see M2 harddisk. SCSI option set to RAID. Want it rather than AHCI as it really takes advantage of NVMe disk. Hmm, from the screenshot in comment 6 there is kworker hanging. Maybe a kernel issue? Could you kernel developer please take a look on this? Hi Tore, I'm going to assign it to the graphics component so they can take a look at this. In the mean time it'd be good to confirm you've got the latest firmware installed and whether or not the latest Rawhide image[0] works. [0] https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Workstation/x86_64/iso/ Bios Version: 1.1.4 Release Date: 05/30/2018 I was struggling for days getting started using the new laptop I turned off Secure Boot this weekend. I did follow https://docs-old.fedoraproject.org/en-US/Fedora/26/html/System_Administrators_Guide/sect-kernel-module-authentication.html and http://www.pellegrino.link/2015/11/29/signing-nvidia-proprietary-driver-on-fedora.html (although sign-file is now binary, no need calling it with perl). I'd like to hear from anyone who has tested secure boot bumblebee combo w/third party modules nvidia, vmware and vbox. Found this useful as well: https://gist.github.com/Garoe/74a0040f50ae7987885a0bebe5eda1aa For anyone using propr. nvidia driver with 5530, all that was needed in xorg.conf and Prime would probably have worked with secure boot if I had some patience. Might revisit and enable secure boot later.
Please close at your convenience.
# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 396.26 (buildmeister@swio-display-x64-rhel04-19) Mon Apr 30 18:40:19 PDT 2018
Section "Module"
# Load "glx"
Load "modesetting"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
Option "AllowEmptyInitialConfiguration"
EndSection
# lspci -v | egrep -i -e "VGA|nvidia"
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b (prog-if 00 [VGA controller])
01:00.0 3D controller: NVIDIA Corporation GP107GLM [Quadro P2000 Mobile] (rev a1)
# lsmod | egrep -i -e "i915|nvidia"
nvidia_drm 45056 11
nvidia_modeset 1089536 6 nvidia_drm
nvidia 14045184 575 nvidia_modeset
ipmi_msghandler 57344 2 ipmi_devintf,nvidia
i915 2048000 4
i2c_algo_bit 16384 1 i915
drm_kms_helper 196608 2 nvidia_drm,i915
drm 458752 13 drm_kms_helper,nvidia_drm,i915
video 45056 3 dell_wmi,dell_laptop,i915
Fyi, nouveau+i915 worked when secure boot was disabled and I reinstalled. Glad you got it sorted out. For the record, we can't support the closed-source Nvidia drivers. Hi, I have a Dell Mobile Precision 5530. But I'm still not able to install Ubuntu 16.04. Can someone share their installation method? I tried uncheck secure boots, use Legancy boots and so on. Thank you in advanced |