#please help
217 messages ยท Page 1 of 1 (latest)
What happens if you try to continue?
It goes back to grub
Can you try regenerating the initramfs?
grub should have done that when installing
How?
question is what did u do
Just /mount sda
how did you install arch
I updated wine
archinstall or manual?
Manual
then just chroot and regenerate your initramfs and grub config
and maybe a couple other things idk
Yeah but how tho,
might have gone wrong
With help
of course
The terminal is still a bit scary for me
and you're using arch..?
Yeah
alright someone else can help i'm not gonna
Once you're into the ISO, show us lsblk -f
that is probably the strangest partition layour i have ever seen
are you using ventoy or some shit like that
No?
disconnect any other irrelivant disks if possible
where is your install?
Damn my steam game drive
Sda
if you don't have something as easy as just a usb cable then don't bother
so just mount your root and boot partitions and then chroot
not super hard
this should help
your kernel is also missing for some strange reason
but it could be the config?
just chroot and we'll see i guess
It says im already on sda
fdisk -l
what?
the hell? what command did you run
None?
did you check this
that's good yeah
wait
no
you are mounting a disk when you are supposed to mount a partition like /dev/sda1
I tried sda1 too but nothing happend
'EFI, GRUB, INTEL-UNICODE.IMG
you mounted your boot partition by accident
you need to mount your root partition
like in the install guide
you have to unmount it now
umount /mnt
then you have to mount /dev/sda3:
mount /dev/sda3 /mnt
and then mount the boot partition at the proper location, idk what you used tho but assuming it's /boot:
mount /dev/sda1 /mnt
can we see the fstab?
When im mounted to root?
genfstab -U /mnt >> /mnt/etc/fstab i run this right?
So?
so can you show it to me?
Cd fstab? Im actually dumb sorry
are you sure arch is for you?
it would be easier to get familiar with linux and unix in something like ubuntu before diving into arch
I dont wanna change distro again
but you didn't even do the install by yourself
And normally i dont have problems
but when you do because you are scared of the command line and had others do your install for you it means you aren't sure how any of it works, how it's done, or how to fix it
cat /mnt/etc/fstab
also do ls /mnt to see if you mounted the right partition
'efi'
Yep
try ls /mnt/boot/efi?
Nothing
fuuuuck
Did my boot thingy fuck up again?
you fucked up mounting the esp
either that or you nuked it
do umount /mnt/boot
then do mount sda1 /mnt/boot
No such file or dir
on which command
o wait i fucked u[p
mount /dev/sda1 /mnt/boot
try that
and if that doesn't work try doing:
mount /dev/sda1 /mnt/boot --mkdir
Works
@jagged barn what country are you playing as in hoi4
cool now rerun ls /mnt/boot
you have boot inside boot?
Ye
then delete it with rm /mnt/boot/boot
yeah delete it if it's empty
-R right cuz its a dir
it's empty so you don't need it
It says it cant remove it cuz its a dir
if you have an empty directory it's better to exclude -r because it saves you from deleting any actual files by mistake
but it's empty?
Ye
you sure..?
ok then do rm -r /mnt/boot/boot i guess
Is your EFI partition mounted?
Its busy?
what
Idk๐
Can you show lsblk again?
yeah do this lol
That's not right, run umount -R /mnt and see if it can unmount the partition
Yes, and check what it says for the sda1 mountpoint
yes..?
/mnt
Try running this again
Now its nothing
Good, now try mounting sda3 to /mnt
maybe just reboot the ISO and try again?
it should be fine now
ok
"for now"
south africa in kaiserredux
I did 'mount /dev/sda3 /mnt' and it gave no errors
anyways you can handle this prolly because i don't feel like it
op should already know this if they did a manual install so you can help
Thx btw for helping
yw i guess? im just tired
Now run arch-chroot /mnt to chroot in, and if you get in, use mount -a to mount the other partitions
Then what?
Show us the contents of /boot
'EFI, boot, grub, intel-unicode.img'
Is there anything in that boot directory?
Nope
Delete it then
'rm /boot/boot' right?
rm -rf [directory], but yes
no
that wasn't related to the issue it was just a bit of cleanup
I would try reinstalling the linux package, as the kernel and initramfs seem to be missing
So 'sudo pacman -Syu linux'?
You don't need sudo here, but yes
Without undoing chroot orso
What?
Just to be safe, regenerate the GRUB config with grub-mkconfig -o /boot/grub/grub.cfg, and then exit out of chroot and reboot
did they regen the initramfs?
Reinstalling the kernel regenerates it
Derp can you kindly take a look at my problem
your kernel prolly got corrupted like
Be sure to be on the lookup for anything else that isn't working properly, as whatever messed up the kernel install may have messed up something else
you're using disk encryption and noone wants to deal with disk encryption
Sad
it's a simple fact of life
Will do
#9742 ๐ฃ 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: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
just live on the edge like me ๐
or just encrypt the home partition instead of the whole disk, it's the same level of privacy but it's way easier @frosty coral
My whole xfce4 thingy doesn't work lmfao
fuuuuuuck
Like i click on the terminal button and nothing happens
Are you able to access a TTY with ctrl + alt + F[2-6]?
Nope
sometimes you also need fn
Try running pacman -Qqn | pacman -S -, it will reinstall every package