Skip to main content
Topic: Boot problem from USB (Read 484 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Boot problem from USB

Hello,
I have a x230 from https://insurgo.ca/, so it has heads.

When I want to boot from artix iso (tried base runit, base others, cinnomon, weakly, older isos) always get Failed to parse any boot options, starting recovery shell.



The things I have tried:
- tried 3 different usb drives
- Tried to make the bootable iso by dd, rufus, belcher.
- All of these isos and usbs boot on another computer.

Then tried Arch linux and booted up as expected. I also tried Qubes and Ubuntu isos, they boot as expected as well.

Only thing I couldnt try, I used ventoy, but couldnt get into grub2 mode. I have no idea how.

So any help or suggestion?

 

Re: Boot problem from USB

Reply #1
what are your BIOS settings?

Re: Boot problem from USB

Reply #2
It is coreboot. So honestly I dont even know if there is a settings page like regular bioses.

Weird thing is tried couple of other distros and only artix have this problem. I mean right now I am using arch, and works flawlessly.

Re: Boot problem from USB

Reply #3
from coreboot from end users:

Quote
The primary flexibility that coreboot offers is through the use of different payloads. We support legacy OS boot through SeaBIOS, network boot with an integrated iPXE ROM, or the latest UEFI payload

and

Quote
State of x86_64 support

At the moment there’s only experimental x86_64 support. The emulation/qemu-i440fx and emulation/qemu-q35 boards do support ARCH_RAMSTAGE_X86_64 , ARCH_POSTCAR_X86_64 and ARCH_ROMSTAGE_X86_64.

In order to add support for x86_64 the following assumptions were made:

    The CPU supports long mode
    All memory returned by malloc must be below 4GiB in physical memory
    All code that is to be run must be below 4GiB in physical memory
    The high dword of pointers is always zero
    The reference implementation is qemu
    The CPU supports 1GiB hugepages
    x86 payloads are loaded below 4GiB in physical memory and are jumped to in protected mode

Finally, from the 24.02 coreboot release notes published Feb:

(under platform specific issues)
Quote
lenovo x230 boot stuck with connected external monitor


The coreboot documentation can be found at https://doc.coreboot.org/


how do you have your disks configured, and can you please generate a S.M.A.R.T. report as well?  Did you install with UEFI or legacy options?  Are you using any peripherals?

Can you confirm your sources are only Artix repositories or have you added others?

Re: Boot problem from USB

Reply #4
sda1: boot ext4
sda2:  swap
sda3: encrypted disk, ext4

legacy options.

I am not using any peripherals / I was using dock when trying to install. Maybe I can try without it.

Only from official repositories nothing else.

Ill check SMART when I get home.

Re: Boot problem from USB

Reply #5
Tried without any peripherals nothing has changed. Tried couple of other ISOs, all worked. Only with artix I have problem.
I might just forget about it I guess.