Jump to: navigation, search

Difference between revisions of "StarlingX/Tips Tricks Debugging Techniques"

Line 1: Line 1:
== Hardware specific Installation Guide: ==
+
== Hardware specific Installation Guide ==
  
=== Intel Haydes Canyon NUC Issues and Resolution : ===
+
=== Intel Haydes Canyon NUC Issues and Resolution ===
  
==== Problem Description: ====
+
==== Problem Description ====
New NUC8 (NUC8i7HVK, these are the dual NIC nucs with a skull on them). When we switched from the 3.10.0-957 kernel to the 3.10.0-1062 kernel in master the system started to hang.
+
New NUC8 (NUC8i7HVK, these are the dual NIC NUC's with a skull on them). When we switched from the 3.10.0-957 kernel to the 3.10.0-1062 kernel in master the system started to hang.
 
The initial kernel boot was hanging once the initialization has started and the issue seemed like the Framebuffer initialization.<br />
 
The initial kernel boot was hanging once the initialization has started and the issue seemed like the Framebuffer initialization.<br />
  
Line 11: Line 11:
 
<big>'''fb: conflicting fb hw usage amdgpudrmfb vs EFI VGA - removing generic driver'''</big><br />
 
<big>'''fb: conflicting fb hw usage amdgpudrmfb vs EFI VGA - removing generic driver'''</big><br />
  
==== Resolution: ====
+
==== Resolution ====
 
<big>After adding "nomodeset" kernel cmdline parameter it seems to have solved the problem for AIO Simplex Installation.</big>
 
<big>After adding "nomodeset" kernel cmdline parameter it seems to have solved the problem for AIO Simplex Installation.</big>
  
 
============================================================================================================================================<br />
 
============================================================================================================================================<br />
  
==== Problem Description: ====
+
==== Problem Description ====
 
New NUC8 (NUC8i7HVK) with 2 1TB nvme as storage. When we try to Install Release 2.0/3.0/4.0 the installation fails with below error:<br />
 
New NUC8 (NUC8i7HVK) with 2 1TB nvme as storage. When we try to Install Release 2.0/3.0/4.0 the installation fails with below error:<br />
  
<big>Storage Configuration failed: Requested boot drive "/dev/disk/by-path/pci-0000:72:00.0-nvme-1" doesn't exist or cannot be used </big><br />
+
<big>'''Storage Configuration failed: Requested boot drive "/dev/disk/by-path/pci-0000:72:00.0-nvme-1" doesn't exist or cannot be used''' </big><br />
  
 
The boot drive does exist as manual Installation steps like setting up the "Installation Source" as /dev/nvme0 or /dev/nvme1 did start the installation process.<br />
 
The boot drive does exist as manual Installation steps like setting up the "Installation Source" as /dev/nvme0 or /dev/nvme1 did start the installation process.<br />
Line 27: Line 27:
 
<big>'''Error: Failed to identify rootdisk via pvdisplay'''</big><br />
 
<big>'''Error: Failed to identify rootdisk via pvdisplay'''</big><br />
  
==== Resolution: ====
+
==== Resolution ====
 
<big>Please replace the 1 TB nvme with 512GB nvme and installation process works fine.</big>
 
<big>Please replace the 1 TB nvme with 512GB nvme and installation process works fine.</big>
  
 
============================================================================================================================================
 
============================================================================================================================================
  
=== Tips For Configuring NVMe Drive as Primary Disk : ===
+
=== Tips For Configuring NVMe Drive as Primary Disk ===
 
[https://docs.starlingx.io/deploy_install_guides/nvme_config.html Nvme Tricks]
 
[https://docs.starlingx.io/deploy_install_guides/nvme_config.html Nvme Tricks]

Revision as of 17:33, 30 March 2020

Hardware specific Installation Guide

Intel Haydes Canyon NUC Issues and Resolution

Problem Description

New NUC8 (NUC8i7HVK, these are the dual NIC NUC's with a skull on them). When we switched from the 3.10.0-957 kernel to the 3.10.0-1062 kernel in master the system started to hang. The initial kernel boot was hanging once the initialization has started and the issue seemed like the Framebuffer initialization.

The following message was the last line:

fb: conflicting fb hw usage amdgpudrmfb vs EFI VGA - removing generic driver

Resolution

After adding "nomodeset" kernel cmdline parameter it seems to have solved the problem for AIO Simplex Installation.

============================================================================================================================================

Problem Description

New NUC8 (NUC8i7HVK) with 2 1TB nvme as storage. When we try to Install Release 2.0/3.0/4.0 the installation fails with below error:

Storage Configuration failed: Requested boot drive "/dev/disk/by-path/pci-0000:72:00.0-nvme-1" doesn't exist or cannot be used

The boot drive does exist as manual Installation steps like setting up the "Installation Source" as /dev/nvme0 or /dev/nvme1 did start the installation process.

But Post-Installation Script failed with another error:

Error: Failed to identify rootdisk via pvdisplay

Resolution

Please replace the 1 TB nvme with 512GB nvme and installation process works fine.

================================================================================================================================

Tips For Configuring NVMe Drive as Primary Disk

Nvme Tricks