mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Update bug_report.yml
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -81,13 +81,11 @@ body:
|
|||||||
label: NVMe boot
|
label: NVMe boot
|
||||||
description: |
|
description: |
|
||||||
Before using NVMe as the boot device it's advisble to verify that the NVMe storage is working reliably when mounted from Linux. Please specify the make and model and also capture the following information from a working system when reporting NVMe issues.
|
Before using NVMe as the boot device it's advisble to verify that the NVMe storage is working reliably when mounted from Linux. Please specify the make and model and also capture the following information from a working system when reporting NVMe issues.
|
||||||
```bash
|
* `sudo apt-get install nvme-cli`
|
||||||
sudo apt-get install nvme-cli
|
* `sudo nvme list`
|
||||||
sudo nvme list
|
* `sudo nvme id-ctrl -H /dev/nvme0`
|
||||||
sudo nvme id-ctrl -H /dev/nvme0
|
* `sudo nvme list-ns /dev/nvme0`
|
||||||
sudo nvme list-ns /dev/nvme0
|
* `sudo nvme id-ns -H /dev/nvme0 --namespace-id=1`
|
||||||
sudo nvme id-ns -H /dev/nvme0 --namespace-id=1
|
|
||||||
```
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user