#Can't install Arch Linux [SOLVED]

1 messages ยท Page 1 of 1 (latest)

magic sun
#

need the error logs

#

ok there is a major issue here

#

you need to mount /boot/efi to sda1

#

not /boot

#

also one more thing

#

make sure

#

that the partition type is fat32

#

lsblk -f

#

the main partition

#

okie that's perfect

#

easiest way is to take off the live usb

#

hm weird

#

chroot into your root

#

and run

#

grub-mkconfig -o /boot/grub/grub.cfg

#

(just make sure that file exists, otherwise it may be in a different location)

magic sun
#

ok press your bios key

#

usually esc

#

and try to find boot order

magic sun
#

preferably mash a little

magic sun
#

usb flash memory

#

is correct

#

it is, just that internally hard drives are considered a usb

#

sdX standa for usb

#

i don't actually know the exact meaning

#

it is grub

#

the bios doesn't know it is grub

#

it just sees a partition

#

with the bootable flag

#

that has some uefi data that it can execute

#

so it says do you want me to run that ๐Ÿ‘‰ ๐Ÿ‘ˆ

#

did you pick uefi flash memory?

#

what shows up?

#

oh i assumed you took out the live usb

#

can you try reinstalling grub?

#

ok its time to go back into live usb and jusy do a clean reinstall

#

you can do most of the configuration after logging in

#

the main issue is its detecting the /boot/efi as a normal windows boot partition

#

boot into the live usb

#

send a screenshot of every command before you run it

#

for uninstalling grub

#

just making sure, you used efibootmgr?

#

chroot intobenv

#

i mean just normal chroot

#

arch-chroot /mnt

#

after mounting the partitions on the live env

#

now arch-chroot /mnt

#

ah right

#

now grub-install

#

huh weird

#

ls

#

oh /boot/efi isn't mounted anymore

#

mount it from here

#

now efibootmgr

#

well its not the full command

#

wait this is not correct

#

one sec

#

ok this looks correct

#

we don't need to manually create an efi image

#

so you can just find grub.cfg in boot

#

usually /boot/grub/grub.cfg

#

and do grub-mkconfig -o /boot/grub/grub.cfg

#

grub is the first in boot order

#

so that's what should run in theory

#

๐Ÿ™

#

yes

#

you're supposed to umount all

#

remove the live usb

#

i mean if you don't want to see those errors

#

click on it

#

is grub an option now?

#

secure boot is off?

#

can you verify once more?

#

what happens if you try to load disabled?

#

what's the error?

#
efibootmgr --create --disk /dev/sda --part 1 --label "GRUB" --loader /EFI/grub/grubx64.efi
#

BUT ITS DISABLED ๐Ÿ˜ก

#

did you jusy disable it?

magic sun
#

but if secure boot is the issue

#

that's suspicious

#

can you reboot and try again?

#

and save options

#

usually bios should let you save your new config

#

st least mine works that way

silver escarp
#

@glacial mesa give endeavour a shot before you give up

#

please