Bugzilla – Full Text Bug Listing |
Summary: | Install error 20211227, finding install sources on USB drive | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Neil Rickert <nwr10cst-oslnx> |
Component: | Installation | Assignee: | YaST Team <yast-internal> |
Status: | CONFIRMED --- | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | kanderssen, snwint |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | x86-64 | ||
OS: | openSUSE Tumbleweed | ||
URL: | https://trello.com/c/Iid3zzC4 | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Attachments: |
Screenshot showing the error message during install
Yast logs for the install |
Description
Neil Rickert
2021-12-29 17:30:32 UTC
Created attachment 854870 [details]
Screenshot showing the error message during install
Created attachment 854871 [details]
Yast logs for the install
Maybe the source device name is wrong or have to be specified in other way but at least we should not crash when no repository source is found so adding it to the incoming board That's a bug in gfxboot; it creates a broken installation source URL: (wrong) install=hd://dev/sdb/ should be instead: install=hd:/dev/sdb/ Or even better: install=/?device=/dev/sdb Independent of this, yast should probably also not crash here. |