You are not logged in.

#26 2023-09-11 14:22:57

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

Yes, grub-cpu is 'i386'
So what can I do ?
Just wait for a new relese ?

Offline

#27 2023-09-11 14:25:31

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 636

Re: Can't boot last two releases of Arch Linux ISO

It's unlikely that waiting will solve it.
Report a bug against the grub package detailing that the i386-efi target doesn't boot Arch's kernels.

Offline

#28 2023-09-11 14:44:26

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

Thanks, I see that the bug has already been reported and assigned to a developer. So I can just wait...

Offline

#29 2023-09-11 14:47:53

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 636

Re: Can't boot last two releases of Arch Linux ISO

Oh, I missed that there's one already. FS#79098, for reference.

For now, those with IA32 UEFI can vote on the issue. smile

Offline

#30 2023-09-11 14:59:08

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

I don't understand how I can vote...

Offline

#31 2023-09-11 15:09:35

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

Ok, found (I had to login)  and voted.

Offline

#32 2023-09-11 17:35:17

ImmortAlex
Member
Registered: 2023-06-14
Posts: 35

Re: Can't boot last two releases of Arch Linux ISO

My grub_cpu is x86_64, so it's something other.

Offline

#33 2023-09-11 17:38:28

ImmortAlex
Member
Registered: 2023-06-14
Posts: 35

Re: Can't boot last two releases of Arch Linux ISO

seth wrote:

Before you're somehow kicked back to grub, maybe after a second or so.
But w/ rootwait, you'd ideally not be returned to grub at all, but the kernel waits forever for the root device to appear.

With or without rootwait, I got the same errors when unplug the usb stick. Errors about broken sectors, "unable to load" and so on.

Offline

#34 2023-09-11 18:53:52

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: Can't boot last two releases of Arch Linux ISO

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
But "broken sectors" very much sounds like actual IO errors and either the usb key is physically damaged or loosely seated or something like that.

Offline

#35 2023-10-02 00:38:43

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: Can't boot last two releases of Arch Linux ISO

I had the same issue. It started working when I disabled Secure Boot in the bios.

Offline

#36 2023-10-02 05:58:41

ImmortAlex
Member
Registered: 2023-06-14
Posts: 35

Re: Can't boot last two releases of Arch Linux ISO

Svenstaro wrote:

I had the same issue. It started working when I disabled Secure Boot in the bios.

Let me embrace you!
I thought SecureBoot was turned off on my PC, but it was not. And since I never used it anyway, I turned it off and immediately checked ArchISO 2023.09.01. And it boots!

Offline

#37 2023-10-02 10:15:44

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 636

Re: Can't boot last two releases of Arch Linux ISO

If Secure Boot was enabled how did you even see that error from GRUB? The act of launching unsigned GRUB is an security violation.

Offline

#38 2023-10-02 10:58:23

ImmortAlex
Member
Registered: 2023-06-14
Posts: 35

Re: Can't boot last two releases of Arch Linux ISO

nl6720 wrote:

If Secure Boot was enabled how did you even see that error from GRUB? The act of launching unsigned GRUB is an security violation.

I have almost zero knowledge about Secure Boot, but versions prior to 2023.06.01 are loaded with absolutely the same PC configurations. Don't know how an why.

Offline

#39 2023-10-02 16:02:17

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

Searching on the web I've found the following module:

https://github.com/jfwells/linux-asus-t … otia32.efi

In effect using such module the boot starts, but it stops after a while with the following error :

...
running hook [archiso_pxe_http]
running hook [archiso_pxe_nfs]
mounting 'UUID=' to '/run/archiso/bootmnt'
blkid -t needs NAME=value pair
Try 'Blkid --help' for more information
Waiting 30 seconds  for device /dev/disk/by-uuid/ ...
Error 'UUID=' device did not show up after 30 seconds...
  Falling back to interactive prompt


This is what I did:
Used wipefs -a of a pendrive.
Created on it a dos partition table and a primary partition of type 0c (windows fat32 lba).
Formatted the partition as fat32.
Set the partition label with:
  fatlabel /dev/sdc1 ARCH_202309.
Mounted the pen drive on /mnt.
Mounted the Arch iso on a loop device.
Copied all the contents of the device on the pen,
Copied the mentioned module on /mnt/EFI/boot, replacing the preexistent module, then sync.
Unmounted the pen.
Transferred it to the device and booted.

Any suggestion ?

Offline

#40 2023-10-02 18:34:06

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

Found !   I detected the UUID of the pendrive (ls /dev/disk/by-uuid)
and then I inserted it in the install script, just before the linux command:
set ARCHISO_UUID=XXXX-XXXX
linux ...
Now I'm installing ...

Offline

#41 2023-10-05 05:53:10

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 636

Re: Can't boot last two releases of Arch Linux ISO

You could use the BOOTIA32.EFI binary from the 2023.06.01 iso.

Offline

#42 2023-10-05 07:07:18

Maurizio Ferreira
Member
Registered: 2019-03-28
Posts: 62

Re: Can't boot last two releases of Arch Linux ISO

Thanks, given that the last Grub distribuition has problems,
I have downloaded and compiled Grub myself (it's not difficult)
and i've added some comments about the process on the bug tracking site.

Offline

#43 2023-10-05 07:09:22

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 636

Re: Can't boot last two releases of Arch Linux ISO

Someone really should bisect the issue and report it upstream. IA32 UEFI can be tested in a VM, so it's not that hard.

Offline

#44 2023-10-18 10:02:22

babaliaris
Member
From: Greece
Registered: 2017-09-29
Posts: 88
Website

Re: Can't boot last two releases of Arch Linux ISO

By the way, I had the same problem today 18 October 2023 and I just had to disable Windows secure boot from my bios settings.


Github Account: github.com/babaliaris     big_smileArch General Guidelinesbig_smile
Favourite Distro: archlinux.org                           big_smileArch Wikibig_smile

Offline

#45 2023-10-18 11:29:17

nl6720
The Evil Wiki Admin
Registered: 2016-07-02
Posts: 636

Re: Can't boot last two releases of Arch Linux ISO

The ISO does not support Secure Boot. This is documented in https://wiki.archlinux.org/title/Instal … nvironment and https://wiki.archlinux.org/title/Unifie … ion_medium. Nothing regarding this has changed in years.

Last edited by nl6720 (2023-10-18 11:30:42)

Offline

Board footer

Powered by FluxBB