#Endeavour update (SOLVED)

177 messages · Page 1 of 1 (latest)

twin patrol
#

Hello! I was wondering if we could get some help. We did an update on our endeavourOS laptop and restarted but now instead of fully booting up it just boots into hps startup menu

nova wedge
raw hingeBOT
#

my laptop is hp so when i tried to boot it up it just boots into that instead (one sec will get a pic)

nova wedge
#

okay. whats inside the menu?

#

what boot options do you have

twin patrol
raw hingeBOT
nova wedge
#

f9 boot menu

#

whats inside

#

f9 boot menu

raw hingeBOT
#

jsut the uefi linux boot manager and then the efi hard drive and boot from efi file

#

iirc tried all three and they all just brought me back to the stratup

nova wedge
#

alright so the efi boot entry is fucked

#

umm

#

do you have a usb that you can flash archiso onto

raw hingeBOT
#

yea i have a ventoy drive that has the iso for it on there

#

tho its endeavour so idrk if that would make much a difference

nova wedge
#

it doesnt

#

if you didnt change your bootloader with endeeavour

#

it should be systemd

raw hingeBOT
#

it is ye

nova wedge
#

id say go there and try to manually rebuild the bootloader

raw hingeBOT
#

oh boy guess we're doin new stuff today ^^"

nova wedge
#

so

#

basically just try and reinstall the bootloader

raw hingeBOT
#

ohh ok

nova wedge
#

uhh actually

#

@twin patrol

#

just to confirm

#

you dont have secure boot right?

#

@twin patrol try doing
bootctl update

raw hingeBOT
#

we dont no

nova wedge
#

alright alright

raw hingeBOT
#

apparently we dont have an efi system partition

nova wedge
#

wait uhh

#

you need to arch-chroot

#

with both efi and root mounted

#

and do the command inside chroot

raw hingeBOT
#

uhhh so thats be? sudo arch-chroot bootctl udpate?

nova wedge
#

no

#

so first

#

mount both partitions in appropriate location

#

to see where your efi is normally mounted, check fstab

#

and then
arch-chroot <root mount point>

raw hingeBOT
#

ohh

#

apparently we dont have fstab ig?

#

or at least it cant be found

nova wedge
#

its not a command

raw hingeBOT
#

OH

nova wedge
#

mount your root first

#

and then check /<root mount point>/etc/fstab

raw hingeBOT
#

wouldnt root just be /root?

nova wedge
#

no so

#

usually you would mount root under /mnt

#

have you done a manual arch install before?

raw hingeBOT
#

i have not so far the only arch thing we've ever done was with endeavour

nova wedge
#

alright thats okay

#

ill just walk you through it

#

so first

raw hingeBOT
#

thank you so much ^^"

nova wedge
#

np :3

#

lsblk

#

to check which partition do you have your root in

raw hingeBOT
#

i assume root is airootfs??

nova wedge
#

huh

raw hingeBOT
#

/run/archiso/airootfs

#

outside of that we dont see anything at all even mentioning root

nova wedge
#

not that

#

can you give me the output of
lsblk

#

root refers to the main filesystem of your endeavour os install

raw hingeBOT
#

ohhh

#

uhhh yea one sec lemme try to get a pic

nova wedge
#

and right now we are checking which disk and partition do you have the fileesystem on

#

so that we can mount it

raw hingeBOT
nova wedge
#

alr looks like its nvme0n1p2

#

sudo mount /dev/nvme0n1p2 /mnt

raw hingeBOT
#

got it

nova wedge
#

this would mount or make the filesystem accessible under /mnt

raw hingeBOT
#

ah

nova wedge
#

you got it?

raw hingeBOT
#

yup! got root mounted

nova wedge
#

now

#

lets check fstab to see where we are supposeed to mount efi

#

cat /mnt/etc/fstab

#

show outout?

raw hingeBOT
#

i dont see outout no

#

i do see one that is /efi tho?

nova wedge
#

file not found?

raw hingeBOT
#

i do not

#

uhhh lemme get a pic of what we have

nova wedge
#

okay yeah

#

/efi is the one we are looking for

#

now

#
sudo mount /dev/nvme0n1p1 /mnt/efi
raw hingeBOT
#

ohh ok

#

done

nova wedge
#

now

#
sudo arch-chroot /mnt
raw hingeBOT
#

done

#

i assume we'll do bootctl update next?

nova wedge
#

yeah

#
bootctl update
#

see if it works

raw hingeBOT
#

ah kk

#

i think it worked?

nova wedge
#

show output?

raw hingeBOT
nova wedge
#

wait

#

not booted with efi?

raw hingeBOT
#

wdym?

nova wedge
#

okay im not sure if ventroy works for this but

#

you might have to flash it directly

#

just maybe

raw hingeBOT
#

oh?

nova wedge
#

i might be wrong though

#

did you use legacy boot option to launch ventroy?

raw hingeBOT
#

i dont think so? we just booted into the thumbdrive then selected the iso

#

we usually dont fuck with legacy stuff

nova wedge
#

what does

ls /sys/firmware/efi/efivars
#

give you

raw hingeBOT
#

a fuck ton of stuff ^^"

#

i assume its all of hte firmware and stuff

nova wedge
#

WAIT

#

wait

raw hingeBOT
#

?

nova wedge
#

acutally no thats normal i think'

#

because we are inside chroot

raw hingeBOT
#

ah

nova wedge
#

eexit

#

and do ```
sudo arch-chroot -S /mnt

raw hingeBOT
#

exit the terminal then do it?

nova wedge
#

no

#

just type exit

raw hingeBOT
#

ohh ok

nova wedge
#

and use that command

raw hingeBOT
#

gave an error for -S

nova wedge
#

what error?

raw hingeBOT
#

errorL arch-chrootL invalid option -- 'S'

#

error: *

nova wedge
#

what

#

that doesnt make any seense

raw hingeBOT
#

maybe it was supposed to be --S?

nova wedge
raw hingeBOT
#

ah

nova wedge
raw hingeBOT
#

weird

#

hopefully we can figure it out cuase we have to get to work soon ^^"

nova wedge
#

okay uhh

#

are you sure you didnt type the command wrong?

#

because -S should wrok

raw hingeBOT
#

positive

nova wedge
#

it worked?

raw hingeBOT
#

nope

nova wedge
#

man arch-chroot yourself?

raw hingeBOT
#

done it

#

not sure what it did tho

#

but sadly we ahve to get to work. so ig ehres hoping it saves where we are on it-

nova wedge
#

@twin patrol

#

do you mind flashing archiso onto your usb stick instead?

#

if you dont have another pc, you can do that directly from the endeavour live usb system

raw hingeBOT
#

Yeaaa we did but still didnt work?

#

We ended up just saying fuck it and did a fresh install (which we were half considering before it conked out on us anyways but)

nova wedge
#

awe thats a shame but

#

its resolved

#

so

#

... solved

#

.note solved

dull streamBOT
#

#17680 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: http://0x0.st/8Rt9.png
Thank you

nova wedge
#

there we go

#

@twin patrol

raw hingeBOT
#

gotcha. thanks for the help too!!

twin patrol
#

Endeavour update (SOLVED)