Bug 1122310

Summary: System hang at "Starting hardware detection..." while installing opensuse Leap 15.0 on Dell Precision 5530
Product: [openSUSE] openSUSE Distribution Reporter: Chester Lin <chester.lin>
Component: InstallationAssignee: E-mail List <yast2-maintainers>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Leap 15.0   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Chester Lin 2019-01-17 09:47:15 UTC
Hi,

I found an issue when trying to install the opensuse Leap 15.0 on Dell Precision 5530. The screen hung at the following message:

Loading basic drivers...ok
Starting hardware detection...

Both UEFI & Legacy mode could experience this issue.
Comment 1 Chester Lin 2019-01-17 09:56:03 UTC
I tried to add a boot option 'nouveau.modeset=0' before starting the installation process and it could bypass this problem.

By listing pci devices, I found a NVIDIA device (id:0x1cbb) in my laptop ->

01:00.0 3D controller: NVIDIA Corporation Device 1cbb (rev a1)

I think it should be NVIDIA Quadro P1000.
Comment 2 Chester Lin 2019-01-17 10:02:56 UTC
To solve the hang issue caused by graphic hardware detection, we can just follow this page to install NVIDIA driver ->

https://en.opensuse.org/SDB:NVIDIA_drivers

Here are my steps:

1. Add NVIDIA repo and update NVIDIA driver packages.

# zypper addrepo --refresh https://download.nvidia.com/opensuse/leap/15.0 NVIDIA
# zypper inr -r NVIDIA

2. Remove the boot option "nouveau.modeset=0"

3. reboot system