-
-
Notifications
You must be signed in to change notification settings - Fork 197
Description
Please identify some basic details to help process the report
A. Provide Hardware Details
- What board are you using? (Choose from the list of boards here)
novacustom-v560tu
B. Identify how the board was flashed
- How was Heads initially flashed?
- External flashing
- Internal-only / 1vyprep+1vyrain / skulls
- Don't know
C. Identify the rom related to this bug report
-
Did you download or build the rom at issue in this bug report?
- [x ] I downloaded it
- I built it
-
If you downloaded your rom, where did you get it from?
- Heads CircleCi
- Purism
- Nitrokey
- Dasharo DTS (Novacustom)
- Somewhere else (please identify)
Please provide the release number or otherwise identify the rom downloaded
-
If you built your rom, which repository:branch did you use?
- Heads:Master
- Other (please identify)
Please describe the problem
Describe the bug
If in you have 2 nvme installed in the v56 laptop: same size and vendor, and both nvme are valid boot devices, heads will be switching between these boot devices every reboot in a random way. This creates a lot of different faulty behaviours which are hard to diagnose.
Expected behavior
Always choose the same boot device, warn at OEM-Factory-Reset that there are 2. valid Boot Devices and ask which one is the correct one.
Additional context
my guess is that this fdisk call
Line 1142 in d4c4e56
fdisk -l 2>/dev/null | grep "Disk /dev/" | cut -f2 -d " " | cut -f1 -d ":" >/tmp/disklist |