Bugzilla – Full Text Bug Listing |
Summary: | After swap removed via partitioner cannot boot | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Distribution | Reporter: | Daniel Noga <noga.dany> |
Component: | Basesystem | Assignee: | YaST Team <yast-internal> |
Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | ancor, antonio.feijoo |
Version: | Leap 15.3 | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://trello.com/c/bxtWmH5s/ | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Daniel Noga
2022-02-18 20:31:42 UTC
(In reply to Daniel Noga from comment #0) > Looks like bug https://bugzilla.opensuse.org/show_bug.cgi?id=906716 , but > that was fixed years ago, so I am not sure if it just reapears or it is > different culprit with same symptoms No, it has nothing to do with that bug. I followed your steps to reproduce this issue, and what's happening here is the initrd is not regenerated after removing the swap partition, so it still contains the resume module... and if there is a resume cmdline argument referencing the non-existing swap partition, the system boot fails. > I am not sure, if it is YaST bug or Basesystem bug... The solution is run "dracut -f --regenerate-all" after removing the swap partition with the YaST Partitioner. So this is not exactly a bug in YaST, but it's true that we should add a warning to the Partitioner to alert when the changes would leave the "resume=" parameter outdated. We even have a Trello card in our for that in our list of planned enhancement (with a loose meaning for "planned", since it's considered low priority). |