#[SOLVED]what happened?
154 messages · Page 1 of 1 (latest)
uh… what
Idk
💀
I'm scared and confused. Accidentally pressed enter
Do you know why it says 130 now?

Can I safely restart and try again?
All I've done is connect to wifi, and mount the entire NVME slot or something somehow
try it and see
I'm gonna shutdown and make sure my windows still boots lol
Yeah it boots. I'll go back into arch and try again
Heartbeat was 160 lol
Legit horrified
Mounted successfully after restart
lmao
Where do I mount my home directory? I did root, efi, and swap already
NVM ill just mount it to /home
Here is my lsblk
/mnt/home
assuming you mounted root to /mnt
Is it too late to change it from /home to /mnt/home?
If at all possible I'd prefer it to be /home rather than /mnt/home
well did u run genfstab yet
No
thats… not a good idea
besides, it'll change into /home after you run arch-chroot /mnt
then yeah u can change it
technically you could mount it to both
if you really wanted
doesnt matter tho
The used space in the drives BTW was lost+found
alr
yeah itll save data after a reformat
so
I'll be back with any more issues or if I install it successfully
ok
It gave the same error again
Do i press control c to exit it or do i need to do something else?
fuck if i know
Oof
I'm just gonna press control c and hope I didn't fuck up my install
Now it says the 130root for some reason
130 means I terminated it as an exit code so it's fine
ye
How do I just reset mirrors list to what it set automatically before I messed up and ran the reflector command?
Me, being stupid, didn't make a mirrorlist backup
pacman -Fy
pacman -F /etc/pacman.d/mirrorlist
pacman -S (the pacman package)
if this doesnt work
exit chroot to do the pacman -F things
Was it supposed to return this?
ya so now u install pacman-mirrorlist
pacman -S pacman-mirrorlist
in the chroot
welll
idk if u should do in or out of chroot
were you using chroot before
Wdym in chroot? I didn't even do the install yet this was just before I did install essential packages
Nvm
I'll use it out of chroot
And no I wasn't using it before
Real quick I need to -sy core and extra databases
OK done
@mortal copper
no
u make a cronjob or use the systemd service, check the link
OK, I'll proceed with installing essential packages
@stiff mortar what de/wm are you going to pick?
KDE and I'll experiment with replacing kwin with awesomewm
Do I need the -K?
as it says, yes
@stiff mortar https://man.archlinux.org/man/pacstrap.8#OPTIONS
Ty
you're welcome
Sorry if this is a dumb question but is this good for the packages to install before genfstab?
Both things mentioned in the Arch wiki installation guide for 2.2 and this video install guide
Install guide: https://wiki.archlinux.org/title/Installation_guide
WiFi guide: https://wiki.archlinux.org/title/iwd#iwctl
Piano cover used: https://www.youtube.com/watch?v=Z6hRV-Nq1Q0
I hope you enjoy this (quite elaborate) comfy Arch Linux install guide.
0:00 Introduction
0:09 This is for UEFI
0:38 Booting into the Archiso
0:48 Check out the ...
@mortal copper @pulsar shell
The Arch Linux community does not offer support for the information contained in videos; for installation procedures, the Installation guide is the only officially supported document. The content in the videos may be out of date or inaccurate
ok
Everything in the command I ran for pacstrap is from the wiki and it says failed to install packages into new root.
I'll try -Syy and try again
Still no
I'll try updating my keyring with packman -Sy --needed archlinux-keyring
*pacman
Still failed
@mortal copper @pulsar shell
I'll just try installing the bare minimum
Base linux and linux-firnware
That worked?
@stiff mortar try it and see
I did, currently doing section 3. Thank you for helping me all this time through my ignorance :)
Does fsck come with the base package or do I need to install it separately? I don't see it in the aur
NVM I don't think I need a user space utility for file systems
@pulsar shell these are the warnings i got when i tried to install the other packages in pacman while chrooted into my install on my root partition
possibly missing firmware for modules: ast, xhci_pci, bfa, qed, qla2xx, aic94xx, qla1280, wd719x,
consolefont: no font found in configuration
section 5.4 is the solution https://wiki.archlinux.org/title/Mkinitcpio#Possibly_missing_firmware_for_module_XXXX
that's normal
most people dont care
for anyone reading and they need help, to do this you need to add AUR/community repo support in pacman, which im working on right now, before you install the firmware
ill install the firmware js for peace of mind
alr
u dont 'add' aur support in pacman btw
enable it?
u also dont enable it
u just
install base-devel
and then follow the steps here
.aw install
ty
the instructions there are pretty bad tbh
probably best to just get an aur helper
git clone https://aur.archlinux.org/paru cd paru makepkg -si
Is there any advantage to paru over yay?
yeah it has more updates
but most people dont care
so you could do either
git clone https://aur.archlinux.org/paru cd paru && alias paru yay ||(i havent made an alias in years please forgive me if i got it wrong)||
lol
alias paru=yay
also, youll need to add that to your shellrc or it isnt permanent
im gonna have to go soon
ish
k, ty
sleep well ms. 1 am
(almost 2)
did i mess up by doing git clone in root?
i cloned paru into root... is that fine?
running makepkg as root is not allowed as it can cause permanent, catastrophic damage to your system... ill fix the firmware things later when i have a non root profile. but for now, is it fine to have paru cloned into root?
gonna run sudo rm -rf /paru
then install into home directory
uhhhh oh yeah youre supposed to do it as a normal user
so u should redo
ya
should i do this now while still as root user?
if ur doing it as root then dont use sudo
but the command is fine?
yeah
horrified for a second cause i ran cd without specifying root then when i ran ls i saw no files
everything is good now and ill proceed with install, ty
ok