• Grub error on an installed system

    From darkpenguin@21:1/5 to All on Thu Jun 6 12:10:01 2024
    Hello!

    (I'm not sure where should I go with this, but seems like it's about
    "Debian boot" and likely has something to do with the installer.)

    On a new Bookworm installation I see a new issue: before grub-efi shows
    the menu, it pauses for a whole few seconds on "Welcome to GRUB!", and
    then flashes an error for a split second:

    error: no such device: /.disk/info
    error: no such device: /.disk/mini-info

    Trying to find any information about this, the only thing I've found is:

    https://unix.stackexchange.com/questions/753732/what-does-grub-error-no-such-device-disk-info-mean-and-how-to-fix-it

    So this is likely not for the upstream grub, but for the Debian
    adaptation of grub.


    I've tried to fix it for a while, and now I'm not sure if the error is
    still there, because it flashes so quickly. But a significant
    multiple-second delay on "Welcome to GRUB!" on a very modern PC is
    definitely there. Is there a way to see the logs from this stage of grub loading?


    (Please CC me - I'm not on the list)

    --
    darkpenguin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pascal Hambourg@21:1/5 to darkpenguin on Thu Jun 6 12:40:01 2024
    On 06/06/2024 at 11:51, darkpenguin wrote:

    On a new Bookworm installation I see a new issue: before grub-efi shows
    the menu, it pauses for a whole few seconds on "Welcome to GRUB!", and
    then flashes an error for a split second:

    error: no such device: /.disk/info
    error: no such device: /.disk/mini-info

    These (harmless) messages are caused by the early grub.cfg embedded in
    the monolithic EFI GRUB image memdisk, which was originally designed for installation media. It has been removed since version 2.06-14 when the
    FAT memdisk image was replaced with a SquashFS one.

    <https://salsa.debian.org/grub-team/grub/-/commit/5171e04d28138d244dbef846f79b3376602a84c1>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From darkpenguin@21:1/5 to Pascal Hambourg on Thu Jun 6 13:00:01 2024
    Thanks for the info! So it won't be in Bookworm then, but should be
    there right after.

    Harmless messages are fine, but what could be taking about 4 seconds of
    waiting at "Welcome to GRUB!" before the menu? Is there any way to find out?


    On 06/06/24 14:30, Pascal Hambourg wrote:
    On 06/06/2024 at 11:51, darkpenguin wrote:

    On a new Bookworm installation I see a new issue: before grub-efi shows
    the menu, it pauses for a whole few seconds on "Welcome to GRUB!", and
    then flashes an error for a split second:

    error: no such device: /.disk/info
    error: no such device: /.disk/mini-info

    These (harmless) messages are caused by the early grub.cfg embedded in
    the monolithic EFI GRUB image memdisk, which was originally designed for installation media. It has been removed since version 2.06-14 when the
    FAT memdisk image was replaced with a SquashFS one.

    <https://salsa.debian.org/grub-team/grub/-/commit/5171e04d28138d244dbef846f79b3376602a84c1>


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pascal Hambourg@21:1/5 to darkpenguin on Thu Jun 6 13:20:01 2024
    On 06/06/2024 at 12:35, darkpenguin wrote:

    Harmless messages are fine, but what could be taking about 4 seconds of waiting at "Welcome to GRUB!" before the menu? Is there any way to find out?

    You can try adding 'set debug=all' and 'echo <step>' commands in /boot/efi/EFI/debian/grub.cfg and /boot/grub/grub.cfg.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)