jozzsi

Results 256 comments of jozzsi

I think this is resolved now, have not seen it for a while.

Please try the following instead ``` add_dracutmodules+=" dbus-broker network-manager " ``` The development of dracut v103+ is not in this repository, it is in https://github.com/dracut-ng/dracut-ng

Possibly related: https://github.com/dracut-ng/dracut-ng/commit/a9c67046431ccf5fd4f4c16c890695df388f0d38 . Apologies if it is not related and perhaps someone can clarify/compare for the rest of us as well. CC @ddiss

Can you please share the contents of the following files for full context ? (See https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/74resume/module-setup.sh#L17) /proc/cmdline /etc/cmdline /etc/cmdline.d/* /etc/kernel/cmdline / /usr/lib/kernel/cmdline Is this in hostonly or non-hostonly mode ?...

I would try to add `resume=` to `/etc/kernel/cmdline` and try `sudo dracut-rebuild` (assuming `dracut-rebuild` will set `hostonly` ). See https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Manually_specify_hibernate_location

Does this additional config line really required ? ``` # below line needs to be manually added right now install_items+=" /usr/lib/systemd/system/systemd-hibernate-resume.service " ``` Also apparently Rel10 has a patch for...

Duplicate of https://github.com/dracut-ng/dracut-ng/issues/1535 . Please set hostonly_cmdline=yes - https://github.com/dracut-ng/dracut-ng/pull/1562

Maybe you need to set `rd.auto=1`. Please check https://github.com/dracut-ng/dracut-ng/issues/1274#issuecomment-3175391094 for ideas and if it still does not work, could you perhaps post the output of calling dracut with the additional...

Thanks @OriginCode In this log it is hard to confirm that `rd.auto=1` is set. Do you also have a config file or local (not upstream) dracut changes ? Without sharing...

I can only think of the possible next steps here: - debug the boot with rd.debug kernel command line argument - bisect the commits between v107 and v108 and try...