Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #257615

Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu

From Max Nikulin <manikulin@gmail.com>
Newsgroups linux.debian.user
Subject Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu
Date 2023-04-26 04:40 +0200
Message-ID <GoDey-4yep-1@gated-at.bofh.it> (permalink)
References <GozaV-4vL2-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 26/04/2023 05:02, Valentin Caracalla wrote:
> 
> user@host:~$ ls -dl $(find /mnt/boot/efi)

find /mnt/boot/efi -print0 | xargs -0 ls -dl --

should be more resistant to peculiar file names, but it does not matter 
in this case.

...
> -rwxr-xr-x 1 root root     126 Apr 25 13:59 /mnt/boot/efi/EFI/debian/grub.cfg
> -rwxr-xr-x 1 root root 4150720 Apr 25 13:59 /mnt/boot/efi/EFI/debian/grubx64.efi
...

Unless firmware is buggy and it requires EFI/BOOT/BOOTX64.EFI removable 
layout, it should be enough (of course with other files that I removed 
from the quote).

user@host:~$ efibootmgr -v
> EFI variables are not supported on this system.

Either you run it from qemu booted in BIOS mode or you did not mount to 
chroot (I have never tried to manage EFI variables from chroot)

efivarfs on /sys/firmware/efi/efivars type efivarfs 
(rw,nosuid,nodev,noexec,relatime)

Likely it is the reason why installer was not able to create a BootXXXX 
entry and to adjust BootOrder.

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Re: Debian installation using debootstrap and grub-install - no  entry in ESC boot menu Valentin Caracalla <vorubergehend@tutanota.com> - 2023-04-26 00:20 +0200
  Re: Re: Debian installation using debootstrap and grub-install - no  entry in ESC boot menu Nicolas George <george@nsup.org> - 2023-04-26 00:30 +0200
  Re: Debian installation using debootstrap and grub-install - no entry  in ESC boot menu Max Nikulin <manikulin@gmail.com> - 2023-04-26 04:40 +0200
    Re: Debian installation using debootstrap and grub-install - no  entry in ESC boot menu Greg Wooledge <greg@wooledge.org> - 2023-04-26 04:50 +0200
      Re: Debian installation using debootstrap and grub-install - no  entry in ESC boot menu Nicolas George <george@nsup.org> - 2023-04-26 10:50 +0200

csiph-web