[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel errors



Hi,

Richmond wrote:
> /tmp/initrd21/scripts/local:    [ "${quiet?}" != "y" ] && log_begin_msg "Running /scripts/local-block"
> [...]
> local_block()
> {
>        [ "${quiet?}" != "y" ] && log_begin_msg "Running /scripts/local-block"
>        run_scripts /scripts/local-block "$@"
> [...]
> Then later this, which would explain the delays: (The video shows
> "waiting for suspend/resume device")
> [...]
>               log_begin_msg "Waiting for ${name}"
> [...]
>                 while true; do
>                         sleep 1
>                         time_elapsed="$(time_elapsed)"
>
>                         local_block "${dev_id}"

I remember to have seen this code under
  https://sources.debian.org/src/initramfs-tools/unstable/
when i looked for occurences of "local-block". (This URL is currently not
working for me.)
I did not find any built-in runs of programs like blkid or lsblk. Thus i
concluded that such runs would be in files of /scripts/local-block or other
local customization of the initrd.

We are most probably at the right spot of initramfs-tools.
Maybe the script which runs blkid or alike has vanished during the recent
reconstruction of the initrd which fixed the problems ?

Does fgrep find anything about "blkid" in /tmp/initrd21 ?


Have a nice day :)

Thomas


Reply to: