Installation issue with XFCE installation (Qonos 21.2.4)

Hi
I have been trying to install manjaro XFCE Qonos, the latest version
I have confirmed, that the installation files have gotten to my machine correctly through SHA-1 checksum.
I made the installation ISO through balena etcher, to an USB 3.0 thumbdrive. I have used the Finnish version, but I attached a translation later.

I got through the installation, but the GUI installation keeps running into a following issue
I am translating this from the finnish, but the commands should be the same.
"
Bootloader could not be installed.
Installation command:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootleader -id=Manjaro --force
returned error code 1"
the actual reading in the finnish installation program, just to make it sure
"
Bootloaderia ei voitu asentaa. Asennuskomento

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootleader -id=Manjaro --force

palautti virhekoodin 1"

Installation settings
Finnish language
Finnish keyboard (Windows)
Drive settings
installation to a fresh drive, all drive wipe, no swap
(Qonos 21.2.4)

I have repeated this with both the dual password (admin and user), and a single password (admin only)

Hardware
I am installing it onto a asus R515m with a pentium N3450, 8GB of RAM and 240gt kingston A400.

I’d say that the issue would be, that the installation application through the GUI does is not setting up the FAT32 (excuse me, trying to remember, what my friend said when troubleshooting) partition, with the correct flags. And in the live boot environment, I could not get the terminal installation command to work either.
Should I submit this as a issue, if that is the case, where.
This is the first time I am trying to install an linux disto to bare metal, but I have played around with the GUI of the KDE plasma version of Manjaro. I have no prior experience with Linux.
If I was unclear about something, don’t hesitate to ask

FinOxy

Hello @FinOxy and welcome :wink:

My wild guess is that it related to the EFI. Can you open a terminal and enter this?

efibootmgr -v -v
ls -la /sys/firmware/efi/efivars 
sudo parted -l
lsblk --fs
inxi --full --admin --filter --width

and post it here in code boxes like this:

~~~
code
~~~

Following that command, the only following response

"No bootOrder is set; firmware will attempt recovery"
<pre>total 0
drwxr-xr-x 2 root root   0 Mar 11 23:11 <font color="#5555FF"><b>.</b></font>
drwxr-xr-x 4 root root   0 Mar 11 23:11 <font color="#5555FF"><b>..</b></font>
-rw-r--r-- 1 root root 364 Mar 11 23:11 ASUSSetupDefault-f1920447-7a78-4c0d-a028-ba9d003985e8
-rw-r--r-- 1 root root   7 Mar 11 23:11 EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15
-rw-r--r-- 1 root root   8 Mar 11 23:11 FPDT_Variable-01368881-c4ad-4b1d-b631-d57a8ec8db6b
-rw-r--r-- 1 root root  12 Mar 11 23:11 HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074
-rw-r--r-- 1 root root   5 Mar 11 23:11 ItkBiosModVar-3812723d-7e48-4e29-bc27-f5a39ac94ef1
-rw-r--r-- 1 root root   8 Mar 11 23:11 MonotonicCounter-01368881-c4ad-4b1d-b631-d57a8ec8db6b
-rw-r--r-- 1 root root   9 Mar 11 23:11 PCI_COMMON-aca9f304-21e2-4852-9875-7ff4881d67a5
-rw-r--r-- 1 root root   8 Mar 11 23:11 PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb
-rw-r--r-- 1 root root   5 Mar 11 23:11 RemoveRTC-8be4df61-93ca-11d2-aa0d-00e098032b8c
-rw-r--r-- 1 root root 781 Mar 11 23:11 StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824
-rw-r--r-- 1 root root   7 Mar 11 23:11 USBCHARGE_VAR-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
-rw-r--r-- 1 root root  68 Mar 11 23:11 WriteOnceStatus-4b3082a3-80c6-4d7e-9cd0-583917265df1
</pre>
<pre>Model: ATA KINGSTON SA400S3 (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size   File system  Name  Flags
 1      2097kB  317MB  315MB  fat32              boot, esp
 2      317MB   240GB  240GB  ext4         root


Model: Kingston DataTraveler 3.0 (scsi)
Disk /dev/sdb: 31.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 2      3529MB  3534MB  4194kB  primary               esp


</pre>

there

can you run it again more verbosely?

efibootmgr -v -v
[manjaro@manjaro ~]$ efibootmgr -v -v
Could not read variable 'BootNext': No such file or directory
error trace:
 efivarfs.c:268 efivarfs_get_variable(): open(/sys/firmware/efi/efivars/BootNext-8be4df61-93ca-11d2-aa0d-00e098032b8c): No such file or directory
 lib.c:140 efi_get_variable(): ops->get_variable failed: No such file or directory
Could not read variable 'BootCurrent': No such file or directory
error trace:
 efivarfs.c:268 efivarfs_get_variable(): open(/sys/firmware/efi/efivars/BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c): No such file or directory
 lib.c:140 efi_get_variable(): ops->get_variable failed: No such file or directory
Could not read variable 'Timeout': No such file or directory
error trace:
 efivarfs.c:268 efivarfs_get_variable(): open(/sys/firmware/efi/efivars/Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c): No such file or directory
 lib.c:140 efi_get_variable(): ops->get_variable failed: No such file or directory
Could not read variable 'BootOrder': No such file or directory
error trace:
 efivarfs.c:268 efivarfs_get_variable(): open(/sys/firmware/efi/efivars/BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c): No such file or directory
 lib.c:140 efi_get_variable(): ops->get_variable failed: No such file or directory
 efibootmgr.c:372 read_order(): efi_get_variable failed: No such file or directory
No BootOrder is set; firmware will attempt recovery
Could not read variable 'MirrorCurrent': No such file or directory
error trace:
 efivarfs.c:268 efivarfs_get_variable(): open(/sys/firmware/efi/efivars/MirrorCurrent-7b9be2e0-e28a-4197-ad3e-32f062f9462c): No such file or directory
 lib.c:140 efi_get_variable(): ops->get_variable failed: No such file or directory
Could not read variable 'MirrorRequest': No such file or directory
error trace:
 efivarfs.c:268 efivarfs_get_variable(): open(/sys/firmware/efi/efivars/MirrorRequest-7b9be2e0-e28a-4197-ad3e-32f062f9462c): No such file or directory
 lib.c:140 efi_get_variable(): ops->get_variable failed: No such file or directory
[manjaro@manjaro ~]$ 

Looks like this issue: No BootOrder is set; firmware will attempt recovery · Issue #115 · rhboot/efibootmgr · GitHub and it is related to a faulty UEFI. Please update the BIOS/UEFI if possible.

Allright
I ll give it a try
Thank you!
I ll mark this as the solution, if it fixes it

If you were actually using HTML formatting, that should have been <pre><code>. However, since you followed @megavolt’s advice about using the weird hybrid Markdown Discourse forums allow, you already applied the formatting with the triple ~'s. :wink:

1 Like

When you run into the error message

No such file or directory

when the system try to read the firmware - the system is not booted in EFI mode and thus EFI installation cannot complete.

To install using BIOS with a GPT formatted disk you need a 1M unformatted partition marked as BIOS BOOT (0xEF02) for the bootloader to occupy.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.