[bug #67335] Grub boot error: symbol 'grub_is_cli_need_auth' not found

Daniel <[email protected]> Fri, 18 Jul 2025 04:21:26 -0400 (EDT)
Newsgroups gmane.comp.boot-loaders.grub.bugs
Message-ID <[email protected]>
--8323329-1076428297-1752826886=:2166832
Content-Type: TEXT/plain; CHARSET=utf-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline

URL:=0A  <https://savannah.gnu.org/bugs/?67335>=0A=0A                 Summa=
ry: Grub boot error: symbol 'grub_is_cli_need_auth' not=0Afound=0A         =
          Group: GNU GRUB=0A               Submitter: darim=0A             =
  Submitted: Fr 18 Jul 2025 08:21:21 GMT=0A                Category: Bootin=
g=0A                Severity: Major=0A                Priority: 5 - Normal=
=0A              Item Group: Software Error=0A                  Status: Non=
e=0A                 Privacy: Public=0A             Assigned to: None=0A   =
      Originator Name:=0A        Originator Email:=0A             Open/Clos=
ed: Open=0A         Discussion Lock: Any=0A                 Release: other=
=0A                 Release:=0A         Reproducibility: None=0A         Pl=
anned Release: None=0A=0A=0A    ___________________________________________=
____________=0A=0AFollow-up Comments:=0A=0A=0A-----------------------------=
--------------------------=0ADate: Fr 18 Jul 2025 08:21:21 GMT    By: Danie=
l <darim>=0AI have wrecked my system and stuck at boot with missing symbol =
error message=0A('grub_is_cli_need_auth' not found).=0A=0AIn order to reviv=
ify, I=0A=0A1. boot into live system=0A2. open my encrypted root partition=
=0A3. mount root to /mnt=0A4. mount efi inside /mnt/boot/efi=0A5. chroot=0A=
6. re-install grub=0A7. clean-up and reboot. =0A=0AThis is the code from th=
e shell:=0A=0A=0A[manjaro@manjaro ~]$ lsblk -l=0ANAME  MAJ:MIN RM   SIZE RO=
 TYPE MOUNTPOINTS=0Aloop0   7:0    0  92.6M  1 loop /run/miso/sfs/livefs=0A=
loop1   7:1    0   1.2G  1 loop /run/miso/sfs/mhwdfs=0Aloop2   7:2    0   1=
.8G  1 loop /run/miso/sfs/desktopfs=0Aloop3   7:3    0 886.9M  1 loop /run/=
miso/sfs/rootfs=0Asda     8:0    0 232.9G  0 disk =0Asda1    8:1    0   300=
M  0 part =0Asda2    8:2    0   100G  0 part =0Asda3    8:3    0 132.6G  0 =
part =0Asdb     8:16   1  28.6G  0 disk /run/miso/bootmnt=0Asdb1    8:17   =
1   4.1G  0 part =0Asdb2    8:18   1     4M  0 part =0A[manjaro@manjaro ~]$=
 sudo cryptsetup luksOpen /dev/sda2 tmp=0AEnter passphrase for /dev/sda2: =
=0A[manjaro@manjaro ~]$ sudo mount /dev/mapper/tmp /mnt=0A[manjaro@manjaro =
~]$ sudo mount /dev/sda1 /mnt/boot/efi=0A[manjaro@manjaro ~]$ sudo manjaro-=
chroot /mnt=0Ash-5.2# rm -rf /var/cache/pacman/pkg/*=0Ash-5.2# pacman -Syu =
grub=0A:: Synchronizing package databases...=0A core is up to date=0A extra=
                                   8.5 MiB  13.0 MiB/s 00:01=0A[###########=
#########################] 100%=0A multilib is up to date=0Awarning: grub-2=
:2.12.r292.g73d1c959-1 is up to date -- reinstalling=0A:: Starting full sys=
tem upgrade...=0Awarning: ksystemstats: local (6.4.0-1) is newer than extra=
 (6.3.6-1)=0Aresolving dependencies...=0Alooking for conflicting packages..=
.=0A=0APackages (1) grub-2:2.12.r292.g73d1c959-1=0A=0ATotal Download Size: =
  15.67 MiB=0ATotal Installed Size:  51.14 MiB=0ANet Upgrade Size:       0.=
00 MiB=0A=0A:: Proceed with installation? [Y/n] Y=0A:: Retrieving packages.=
..=0A grub-2:2.12.r292.g73d1c959-1-x86_64    15.7 MiB  5.39 MiB/s 00:03=0A[=
####################################] 100%=0A(1/1) checking keys in keyring=
=0A[####################################] 100%=0A(1/1) checking package int=
egrity=0A[####################################] 100%=0A(1/1) loading packag=
e files=0A[####################################] 100%=0A(1/1) checking for =
file conflicts=0A[####################################] 100%=0A(1/1) checki=
ng available disk space=0A[####################################] 100%=0A:: =
Processing package changes...=0A(1/1) reinstalling grub=0A[################=
####################] 100%=0A:: To use the new features provided in this GR=
UB update, it is recommended=0A   to install it to the MBR or UEFI. Due to =
potential configuration=0A   incompatibilities, it is advised to run both, =
installation and generation=0A   of configuration:=0A     # UEFI: https://w=
iki.archlinux.org/title/GRUB#Installation=0A     # BIOS: https://wiki.archl=
inux.org/title/GRUB#Installation_2=0A:: Running post-transaction hooks...=
=0A(1/3) Arming ConditionNeedsUpdate...=0A(2/3) Installing Grub to MBR/EFI=
=0AWARNING: EFI directory not found! Grub couldn't be installed.=0Aerror: c=
ommand failed to execute correctly=0A(3/3) Updating the info directory file=
...=0Ash-5.2# grub-install --target=3Dx86_64-efi --efi-directory=3D/boot/ef=
i=0A--bootloader-id=3Dmanjaro --recheck=0AInstalling for x86_64-efi platfor=
m.=0AInstallation finished. No error reported.=0Ash-5.2# ls /boot/efi/EFI=
=0AManjaro  boot=0Ash-5.2# ls /boot/efi    =0AEFI=0Ash-5.2# ls /boot/efi/EF=
I=0AManjaro  boot=0Ash-5.2# grub-install --target=3Dx86_64-efi --efi-direct=
ory=3D/boot/efi=0A--bootloader-id=3Dmanjaroo --recheck=0AInstalling for x86=
_64-efi platform.=0AInstallation finished. No error reported.=0Ash-5.2# ls =
/boot/efi/EFI=0AManjaro  boot  manjaroo=0Ash-5.2# efibootmgr               =
 =0ABootCurrent: 0002=0ATimeout: 3 seconds=0ABootOrder: 0005,0004,2001,0001=
,2002,2003=0ABoot0000* GRUB=0AHD(1,GPT,3596607f-4b6f-a147-8a62-12d81ece9f2f=
,0x1000,0x96000)/\EFI\GRUB\grubx64.efi=0ABoot0001* Linux=0AHD(1,GPT,3596607=
f-4b6f-a147-8a62-12d81ece9f2f,0x1000,0x96000)/\EFI\Boot\bootx64.efiRC=0ABoo=
t0002* USB HDD: SanDisk=0APciRoot(0x0)/Pci(0x14,0x0)/USB(7,0)/HD(1,MBR,0x0,=
0x8436e8,0x2000)RC=0ABoot0003* Unknown Device:=0AFvVol(a881d567-6cb0-4eee-8=
435-2e72d33e45b5)/FvFile(c57ad6b7-0515-40a8-9d21-551652854e37)5243a695de30=
=0ABoot0004* manjaro=0AHD(1,GPT,3596607f-4b6f-a147-8a62-12d81ece9f2f,0x1000=
,0x96000)/\EFI\manjaro\grubx64.efi=0ABoot0005* manjaroo=0AHD(1,GPT,3596607f=
-4b6f-a147-8a62-12d81ece9f2f,0x1000,0x96000)/\EFI\manjaroo\grubx64.efi=0ABo=
ot2001* EFI USB Device        RC=0ABoot2002* EFI DVD/CDROM RC=0ABoot2003* E=
FI Network   RC=0Ash-5.2# grep GRUB_ENABLE_CRYPTODISK /etc/default/grub=0AG=
RUB_ENABLE_CRYPTODISK=3Dy=0Ash-5.2# update-grub =0AGenerating grub configur=
ation file ...=0AFound linux image: /boot/vmlinuz-6.12-x86_64=0AFound initr=
d image: /boot/intel-ucode.img /boot/initramfs-6.12-x86_64.img=0AFound init=
rd fallback image: /boot/initramfs-6.12-x86_64-fallback.img=0AWarning: os-p=
rober will not be executed to detect other bootable partitions.=0ASystems o=
n them will not be added to the GRUB boot configuration.=0ACheck GRUB_DISAB=
LE_OS_PROBER documentation entry.=0AAdding boot menu entry for UEFI Firmwar=
e Settings ...=0AFound memtest86+ image: /boot/memtest86+/memtest.bin=0Adon=
e=0A=0A=0A=0AI notice an error message, when reinstalling grub with pacman =
in the listing=0Aabove: =0A=0A=0A=0AWARNING: EFI directory not found! Grub =
couldn't be installed.=0A=0A=0AThis seems odd, since my partitions are moun=
ted correctly and the EFI=0Adirectory is present in the expected location, =
i.e. /boot/efi. But the=0Aexplicit installation afterwards with =0A=0A=0Agr=
ub-install --target=3Dx86_64-efi --efi-directory=3D/boot/efi=0A--bootloader=
-id=3Dmanjaroo --recheck=0A=0A=0Aseems ok.=0A=0AThis is my system:=0A=0A=0A=
inxi --admin --verbosity=3D8 --filter --no-host --width    =0ASystem:=0A  K=
ernel: 6.12.34-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1=0A  =
  clocksource: tsc avail: acpi_pm parameters:=0ABOOT_IMAGE=3D/boot/vmlinuz-=
x86_64=0A    lang=3Den_US keytable=3Dde tz=3DUTC misobasedir=3Dmanjaro=0A  =
  misolabel=3DMANJARO_KDE_2504 quiet systemd.show_status=3D1 splash driver=
=3Dfree=0A    nouveau.modeset=3D1 i915.modeset=3D1 radeon.modeset=3D1=0A  D=
esktop: KDE Plasma v: 6.3.5 tk: Qt v: N/A info: frameworks v: 6.15.0=0A    =
wm: kwin_x11 vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux=0AMachine:=0A =
 Type: Laptop System: Acer product: TravelMate B117-M v: V1.24=0A    serial=
: <superuser required> Chassis: type: 10 serial: <superuser=0Arequired>=0A =
 Mobo: Acer model: Lepus_BA v: V1.24 serial: <superuser required>=0A    par=
t-nu: TravelMate B117-M_108C_1.24 uuid: <superuser required> UEFI:=0AInsyde=
=0A    v: 1.24 date: 10/25/2018=0ABattery:=0A  ID-1: BAT1 charge: 41.7 Wh (=
100.0%) condition: 41.7/48.9 Wh (85.3%)=0A    volts: 16.9 min: 15.2 model: =
LGC AC14B8K type: Li-ion serial: <filter>=0A    status: full=0AMemory:=0A  =
System RAM: total: 4 GiB available: 3.74 GiB used: 2.89 GiB (77.3%)=0A  Mes=
sage: For most reliable report, use superuser + dmidecode.=0A  Array-1: cap=
acity: 8 GiB slots: 2 modules: 2 EC: None=0A    max-module-size: 4 GiB note=
: est.=0A  Device-1: ChannelA-DIMM0 type: DDR3 detail: synchronous size: 2 =
GiB=0A    speed: 1600 MT/s volts: min: 2 max: 2 width (bits): data: 8 total=
: 8=0A    manufacturer: Hynix/Hyundai part-no: N/A serial: N/A=0A  Device-2=
: ChannelB-DIMM0 type: DDR3 detail: synchronous size: 2 GiB=0A    speed: 16=
00 MT/s volts: min: 2 max: 2 width (bits): data: 8 total: 8=0A    manufactu=
rer: Hynix/Hyundai part-no: N/A serial: N/A=0APCI Slots:=0A  Permissions: U=
nable to run dmidecode. Root privileges required.=0ACPU:=0A  Info: model: I=
ntel Pentium N3710 bits: 64 type: MCP arch: Airmont level: v2=0A    built: =
2015-17 process: Intel 14nm family: 6 model-id: 0x4C (76) stepping:=0A4=0A =
   microcode: 0x411=0A  Topology: cpus: 1x dies: 1 clusters: 2 cores: 4 smt=
: <unsupported> cache:=0A    L1: 224 KiB desc: d-4x24 KiB; i-4x32 KiB L2: 2=
 MiB desc: 2x1024 KiB=0A  Speed (MHz): avg: 571 min/max: 480/2560 scaling: =
driver: intel_cpufreq=0A    governor: schedutil cores: 1: 571 2: 571 3: 571=
 4: 571 bogomips: 12805=0A  Flags: 3dnowprefetch acpi aes aperfmperf apic a=
rat arch_perfmon bts=0A    clflush cmov constant_tsc cpuid cx16 cx8 de ds_c=
pl dtes64 dtherm dts epb=0A    ept erms est flexpriority fpu fxsr ht ibpb i=
brs ida lahf_lm lm mca mce=0A    md_clear mmx monitor movbe msr mtrr nonsto=
p_tsc nopl nx pae pat pbe=0A    pclmulqdq pdcm pebs pge pni popcnt pse pse3=
6 pti rdrand rdtscp rep_good=0A    sep smep ss sse sse2 sse4_1 sse4_2 ssse3=
 stibp syscall tm tm2 tpr_shadow=0A    tsc tsc_adjust tsc_deadline_timer ts=
c_known_freq tsc_reliable vme vmx=0Avnmi=0A    vpid xtopology xtpr=0A  Vuln=
erabilities:=0A  Type: gather_data_sampling status: Not affected=0A  Type: =
indirect_target_selection status: Not affected=0A  Type: itlb_multihit stat=
us: Not affected=0A  Type: l1tf status: Not affected=0A  Type: mds mitigati=
on: Clear CPU buffers; SMT disabled=0A  Type: meltdown mitigation: PTI=0A  =
Type: mmio_stale_data status: Unknown: No mitigations=0A  Type: reg_file_da=
ta_sampling status: Not affected=0A  Type: retbleed status: Not affected=0A=
  Type: spec_rstack_overflow status: Not affected=0A  Type: spec_store_bypa=
ss status: Not affected=0A  Type: spectre_v1 mitigation: usercopy/swapgs ba=
rriers and __user pointer=0A    sanitization=0A  Type: spectre_v2 mitigatio=
n: Retpolines; IBPB: conditional; IBRS_FW;=0A    STIBP: disabled; RSB filli=
ng; PBRSB-eIBRS: Not affected; BHI: Not=0Aaffected=0A  Type: srbds status: =
Not affected=0A  Type: tsx_async_abort status: Not affected=0AGraphics:=0A =
 Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx=0A    =
Integrated Graphics vendor: Acer Incorporated ALI driver: i915 v: kernel=0A=
    arch: Gen-8 process: Intel 14nm built: 2014-15 ports: active: eDP-1=0A =
   empty: DP-1, DP-2, HDMI-A-1, HDMI-A-2 bus-ID: 00:02.0 chip-ID: 8086:22b1=
=0A    class-ID: 0300=0A  Device-2: Chicony HD WebCam driver: uvcvideo type=
: USB rev: 2.0=0A    speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-4:3 chip-=
ID: 04f2:b577=0A    class-ID: 0e02=0A  Display: x11 server: X.Org v: 21.1.1=
8 with: Xwayland v: 24.1.8=0A    compositor: kwin_x11 driver: X: loaded: mo=
desetting alternate: fbdev,vesa=0A    dri: crocus gpu: i915 display-ID: :0 =
screens: 1=0A  Screen-1: 0 s-res: 1366x768 s-dpi: 96 s-size: 361x203mm (14.=
21x7.99")=0A    s-diag: 414mm (16.31")=0A  Monitor-1: eDP-1 model: ChiMei I=
nnoLux 0x1132 built: 2013 res:=0A    mode: 1366x768 hz: 60 scale: 100% (1) =
dpi: 136 gamma: 1.2 chroma: red:=0A    x: 0.573 y: 0.333 green: x: 0.325 y:=
 0.584 blue: x: 0.161 y: 0.141 white:=0A    x: 0.314 y: 0.329 size: 256x144=
mm (10.08x5.67") diag: 294mm (11.6")=0A    ratio: 16:9 modes: 1366x768=0A  =
API: EGL v: 1.5 hw: drv: intel crocus platforms: device: 0 drv: crocus=0A  =
  device: 1 drv: swrast gbm: drv: crocus surfaceless: drv: crocus x11:=0A  =
  drv: crocus inactive: wayland=0A  API: OpenGL v: 4.6 compat-v: 4.5 vendor=
: intel mesa v: 25.1.4-arch1.1=0A    glx-v: 1.4 direct-render: yes renderer=
: Mesa Intel HD Graphics 405 (BSW)=0A    device-ID: 8086:22b1 memory: 1.46 =
GiB unified: yes=0A  API: Vulkan v: 1.4.313 layers: N/A device: 0 type: int=
egrated-gpu=0A    name: Intel HD Graphics 405 (BSW) driver: mesa intel v: 2=
5.1.4-arch1.1=0A    device-ID: 8086:22b1 surfaces: N/A=0A  Info: Tools: api=
: clinfo, eglinfo, glxinfo, vulkaninfo=0A    de: kscreen-console,kscreen-do=
ctor wl: wayland-info=0A    x11: xdpyinfo, xprop, xrandr=0AAudio:=0A  Devic=
e-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series=0A   =
 High Definition Audio vendor: Acer Incorporated ALI driver: snd_hda_intel=
=0A    v: kernel bus-ID: 00:1b.0 chip-ID: 8086:2284 class-ID: 0403=0A  API:=
 ALSA v: k6.12.34-1-MANJARO status: kernel-api with: aoss=0A    type: oss-e=
mulator tools: alsactl,alsamixer,amixer=0A  Server-1: JACK v: 1.9.22 status=
: off tools: N/A=0A  Server-2: PipeWire v: 1.4.5 status: active with: 1: pi=
pewire-pulse=0A    status: active 2: wireplumber status: active 3: pipewire=
-alsa type:=0Aplugin=0A    tools: pactl,pw-cat,pw-cli,wpctl=0ANetwork:=0A  =
Device-1: Intel Wireless 7265 driver: iwlwifi v: kernel pcie: gen: 1=0A    =
speed: 2.5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 8086:095a class-ID:=0A028=
0=0A  IF: wlp2s0 state: up mac: <filter>=0A  IP v4: <filter> type: dynamic =
noprefixroute scope: global=0A    broadcast: <filter>=0A  IP v6: <filter> t=
ype: dynamic noprefixroute scope: global=0A  IP v6: <filter> type: dynamic =
noprefixroute scope: global=0A  IP v6: <filter> type: noprefixroute scope: =
link=0A  Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant=
=0A  WAN IP: <filter>=0ABluetooth:=0A  Device-1: Intel Bluetooth wireless i=
nterface driver: btusb v: 0.8 type: USB=0A    rev: 2.0 speed: 12 Mb/s lanes=
: 1 mode: 1.1 bus-ID: 1-5:4 chip-ID:=0A8087:0a2a=0A    class-ID: e001=0A  R=
eport: rfkill ID: hci0 rfk-id: 2 state: up address: see --recommends=0ALogi=
cal:=0A  Message: No logical block device data found.=0A  Device-1: tmp maj=
-min: 254:0 type: LUKS dm: dm-0 size: 100 GiB=0A  Components:=0A  p-1: sda2=
 maj-min: 8:2 size: 100 GiB=0ARAID:=0A  Message: No RAID data found.=0ADriv=
es:=0A  Local Storage: total: 261.53 GiB used: 71.74 GiB (27.4%)=0A  SMART =
Message: Unable to run smartctl. Root privileges required.=0A  ID-1: /dev/s=
da maj-min: 8:0 vendor: Samsung model: SSD 840 EVO 250GB=0A    size: 232.89=
 GiB block-size: physical: 512 B logical: 512 B speed: 6.0=0AGb/s=0A    tec=
h: SSD serial: <filter> fw-rev: CB6Q scheme: GPT=0A  ID-2: /dev/sdb maj-min=
: 8:16 vendor: SanDisk model: Ultra Fit=0A    size: 28.64 GiB block-size: p=
hysical: 512 B logical: 512 B type: USB rev:=0A3.0=0A    spd: 5 Gb/s lanes:=
 1 mode: 3.2 gen-1x1 tech: N/A serial: <filter>=0A    fw-rev: 1.00 scheme: =
MBR=0A  SMART Message: Unknown USB bridge. Flash drive/Unsupported enclosur=
e?=0A  Message: No optical or floppy data found.=0APartition:=0A  ID-1: /mn=
t raw-size: 100 GiB size: 97.87 GiB (97.87%) used: 71.74 GiB=0A(73.3%)=0A  =
  fs: ext4 dev: /dev/dm-0 maj-min: 254:0 mapped: tmp label: N/A uuid: N/A=
=0A  ID-2: /mnt/boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)=0A    u=
sed: 708 KiB (0.2%) fs: vfat dev: /dev/sda1 maj-min: 8:1 label: N/A=0A    u=
uid: EF2D-725F=0ASwap:=0A  Alert: No swap data was found.=0AUnmounted:=0A  =
ID-1: /dev/sdb1 maj-min: 8:17 size: 4.13 GiB fs: iso9660=0A  ID-2: /dev/sdb=
2 maj-min: 8:18 size: 4 MiB fs: vfat label: MISO_EFI=0A    uuid: ECC9-5CDB=
=0AUSB:=0A  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 7 rev: 2.=
0=0A    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002=
=0A    class-ID: 0900=0A  Device-1: 1-3:2 info: Realtek RTS5129 Card Reader=
 Controller=0A    type: <vendor specific> driver: rtsx_usb,rtsx_usb_ms,rtsx=
_usb_sdmmc=0A    interfaces: 1 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes:=
 1 mode: 2.0=0A    power: 500mA chip-ID: 0bda:0129 class-ID: ff00 serial: <=
filter>=0A  Device-2: 1-4:3 info: Chicony HD WebCam type: video driver: uvc=
video=0A    interfaces: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mo=
de: 2.0=0A    power: 500mA chip-ID: 04f2:b577 class-ID: 0e02=0A  Device-3: =
1-5:4 info: Intel Bluetooth wireless interface type: bluetooth=0A    driver=
: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1=0A    mo=
de: 1.1 power: 100mA chip-ID: 8087:0a2a class-ID: e001=0A  Hub-2: 2-0:1 inf=
o: super-speed hub ports: 6 rev: 3.0=0A    speed: 5 Gb/s (596.0 MiB/s) lane=
s: 1 mode: 3.2 gen-1x1 chip-ID: 1d6b:0003=0A    class-ID: 0900=0A  Device-1=
: 2-1:2 info: SanDisk Ultra Fit type: mass storage=0A    driver: usb-storag=
e interfaces: 1 rev: 3.0 speed: 5 Gb/s (596.0 MiB/s)=0A    lanes: 1 mode: 3=
.2 gen-1x1 power: 896mA chip-ID: 0781:5583 class-ID: 0806=0A    serial: <fi=
lter>=0ASensors:=0A  System Temperatures: cpu: 41.0 C mobo: N/A=0A  Fan Spe=
eds (rpm): N/A=0ARepos:=0A  Packages: pm: pacman pkgs: 1258 libs: 329 tools=
: pamac pm: flatpak pkgs: 0=0A  Active pacman repo servers in: /etc/pacman.=
d/mirrorlist=0A    1: https://ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$a=
rch=0A    2: https://mirror.komelt.dev/manjaro/stable/$repo/$arch=0A    3: =
http://ftp.belnet.be/mirrors/manjaro/repos/stable/$repo/$arch=0A    4: http=
s://ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch=0A    5: https://=
mirror.hostiko.network/manjaro/stable/$repo/$arch=0A    6: https://manjaro.=
mirror.liquidtelecom.com/stable/$repo/$arch=0A    7: https://manjaro.c3sl.u=
fpr.br/stable/$repo/$arch=0A    8: https://mirror.2degrees.nz/manjaro/stabl=
e/$repo/$arch=0AProcesses:=0A  CPU top: 5 of 223=0A  1: cpu: 300% command: =
ps pid: 19546 mem: 3.96 MiB (0.1%)=0A  2: cpu: 9.0% command: zsh pid: 19481=
 mem: 8.34 MiB (0.2%)=0A  3: cpu: 1.6% command: firefox pid: 2560 mem: 511.=
1 MiB (13.3%)=0A  4: cpu: 0.8% command: firefox pid: 2782 mem: 278.9 MiB (7=
.2%)=0A  5: cpu: 0.2% command: org_kde_powerdevil pid: 1300 mem: 44.5 MiB (=
1.1%)=0A  Memory top: 5 of 223=0A  1: mem: 511.1 MiB (13.3%) command: firef=
ox pid: 2560 cpu: 1.6%=0A  2: mem: 320.6 MiB (8.3%) command: plasmashell pi=
d: 1179 cpu: 0.1%=0A  3: mem: 278.9 MiB (7.2%) command: firefox pid: 2782 c=
pu: 0.8%=0A  4: mem: 215.1 MiB (5.6%) command: firefox pid: 7325 cpu: 0.1%=
=0A  5: mem: 193.7 MiB (5.0%) command: firefox pid: 7159 cpu: 0.1%=0AInfo:=
=0A  Processes: 223 Power: uptime: 22h 2m states: freeze,mem,disk suspend: =
deep=0A    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, re=
boot,=0A    suspend, test_resume image: 1.45 GiB services: org_kde_powerdev=
il,=0A    power-profiles-daemon, upowerd Init: systemd v: 257 default: grap=
hical=0A    tool: systemctl=0A  Compilers: N/A Shell: Zsh v: 5.9 running-in=
: konsole inxi: 3.3.38=0A=0A=0AI always stuck at the missing symbol. To my =
understanding, grub version is=0A2.12. Can someone help me finding out abou=
t this missing symbol or a flaw in=0Amy grub installation procedure?=0A=0AT=
hanks!=0A=0A=0A=0A=0A=0A=0A=0A=0A    ______________________________________=
_________________=0A=0AReply to this item at:=0A=0A  <https://savannah.gnu.=
org/bugs/?67335>=0A=0A_______________________________________________=0ANac=
hricht gesendet =C3=BCber Savannah=0Ahttps://savannah.gnu.org/=0A
--8323329-1076428297-1752826886=:2166832
Content-Type: APPLICATION/pgp-signature; name=signature.asc

-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCaHoEBgAKCRCqLAuaBUf3
TnGcAP9DTGlfebIcxvteycvOVwQ/HtwIKvA69dnD2CQNkC2AdwEAhgqIvBFzcYoY
YGrbAg8vFSNHP6QMGNji/ZbluGE1hwE=
=QbF8
-----END PGP SIGNATURE-----

--8323329-1076428297-1752826886=:2166832--