#arch linux internet connection
1 messages · Page 1 of 1 (latest)
idk whats happening
wtf
now my usb started to make a beeping sound
i think it’s working now
and please be careful to check what it says so the same thing doesnt happen i really wanna get this to work
im still at square 1 and i started 8am EUC time
It is (just will take long)
it shouldnt take long
hmm
i have no idea why mkinitcpio didnt work
like u gotta understand 6 hours since i started the whole process (I COUNTED WRONG EARLIER) mb for caps and im STILL square ONE
that should have been it for the driver issues
yeah valid
Yeah I remember my first time was like that
I stayed up all night
It gets easier dw
i really thought that arch was so easy i just had to do this and that and i would be done
YET IM STILL HERE 😭
If you want something easy, Arch is not the one you want
im too far in now.
im not gonna waste 6 hours to switch to something "user friendly"
Not really
I mean
im too deep into it
Sure ig
im in here now
im guessing wifi is the first thing i gotta connect
i forgot the command
iwctl station wlan0 connect <ssid>
alright i connected
you should only need to
- mount partition 1 & 2
- mkinicpio
- bootctl install
right? @bright shoal
ooo i feel like a hacker now
lmao
i remember in my mind "ping -c 4 1.1.1.1"
peak
yeah
HOW do we do this
maybe i typed something wrong?
well he's in the live boot now
alright whats the commands
it should be:
mount /dev/nvme0n1p2 /mnt
mount /dev/nvme0n1p1 /mnt/boot
arch-chroot /mnt
mkinitcpio -P
bootctl install
cant wait to make arch linux my whole personality 😸
and configure an entry for Arch if they haven't
alright and this time im gonna send you everything it says and lmk if anything is wrong
oh systemdboot doesnt do that automatically, you're right
-P
capital P
right
arguments are the things after the main command eg command argument1 argument2 arguemnt3
that's fine
hold on
be4 it was astral
Is your boot partition mounted?
idk
lsblk
dont even know what that is
Try running mount -a and running it again
ls /boot
hich one first
It'll automatically mount your partitions according to your fstab
is this true?
the ones i sent
yeah, thats the purpose of that command
It's already mounted
its mounted already
so i dont need to run it
I don't see Linux LTS so I'm not surprised that it's not building an initramfs
Check if there's any file for Linux lts in /etc/mkinitcpio.d
what if the archinstaller i downloaded was malware?
unlikely
It's not
cause i never verified it
It's not
just flashed it after to my usb
It's not malware dw
also if it was malware why would they make it so it breaks your install
alright
yeah ur right
so wtf is wrong with my system and what command do i type now
sorry if my tone has changed im really drained thats all
Run ls /etc/mkinitcpio.d to list the files in that directory
run pacman -S linux-lts linux-lts-headers --overwrite -
oh yea true
yes
cause the installation is gonna cover up
Interesting, there's no preset for linux
I would reinstall the linux package as well, it seems to be missing some files too
ls /boot
Ok now it worked
other guy was talking about some no preset for linux
so even if this works probably still not gonna work all togheter since the other thing doesnt work then i guess
If you reinstall the linux package that should fix the issue
they did
and how do i do that when i have linux live booted
do you mean once im on arch without the usb
pacman -S [package] to install (or reinstall) a package
Yes
Still a little messed up
@bright shoal do i do this or no? i dont wanna redo everything
Yeah sure
whats the package
like what do i type after pacman +S
alr im installing it
cool
yippie i love arch
everyone should experience the same installation process i have experienced so far : )
Okay that looks good, you should be able to make a systemd-boot entry now
how do i do that
Make a file in /boot/loader/entries/ ending .conf (ex. arch.conf`
That looks something like this
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options root=[root partition here] rw
Replace the root partition here part with the partition name
Yes, use a text editor like nano or vim to create and edit the file
i really just wanna get liveboot out of the way so i have it all saved and then so i can go to sleep
its soon been 7 hours since ive tried with arch
Once the bootloader is working everything should be good
You won't lose any progress if you shut down your computer though
yeah i just wanna get this stupid shit out of the way
so when i hop back on im on arch and not some stupid liveboot usb stick
So basically nano /boot/loader/entries/arch.conf to edit the file
what im trying to say i wanan fix all problems now so tommorow i have a functioning arch linux os
but it seems cherrycookies has gotten bored of this and thats understandable
hes been trying to help me for soon 3 hours
same with nickle
This should be the final step before being able to actually boot Arch
so what commands do i type to create a folder and do everything we need it to do
i have no idea what its gonna do just give me the commands i'll need to type and ill type it
The folder should already be created
is there a command to check if its already created
Run the nano command above and type out what this says
nano will fail if it doesn't exist
No, run this command
took me here
these are the keybinds i can navigate through cause mouse doesn't work @obtuse laurel
You should just be able to type out the file for now
what shoul i name it
The name should have been picked when you ran the file if you used this
Type this out to the file
like this?
it would be easier if you just said exactly what command i should type so i dotn get confused
No, the next part of the message
Sorry, I don't have a lot of time right now
The part stating with title Arch Linux
this is my first day into this idk
i really dont wanna mess anything up but sure i guess i gotta trust my guts
is this what i type inside the file
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options root=[root partition here] rw
like you gotta be more specific exactly what the command is i really dont wanan mess sht up
@pine minnow idk what to do
idk what he even means
i really just wanna get this done so i can goto sleep
tbh just go to sleep and do this in the morning. you wont lose any progress
im not tired to sleep im just in the annoying state to get this done so i can relax and then go to sleep
yk just chill in bed watching a youtube video or something
its getting kinda repetetive
with commands that doesnt work or fix anything and then i gotta restart
did you make the file
.i did the command he did and this thing opened
and heres my way of moving things like keybinds ect for the file
okay type this into that file
then save it
the title, linux, initrd, and options lines
can u type the exact thing out for me (im sorry for asking ) im just really confused with what i exactly gotta type
where the root partition is the uuid of nvme parition 2
cause one little mistake can cause a lot of problems
which u can find with lsblk -f
cant, on mobile
going to sleep in like 2 mins as well
ur typing rn tho?
For now they can also use the partition name instead of the UIID which would be quicker for now
oh that works? yeah do the partition name
@obtuse laurel u said this is like the final step could you type the exact things i nee to type in so i dont make any mistakes i really wanna get this done now
i have no idea what partition name and wtv u guys are saying even means im just here to nstal larch and learn moe tommorow
bro ..
this except for the root partition here part
idk what the root partion is
you see the 4 lines in the clode block? you type them into the file
exactly everything ?
but replace [partition name here] with the partition name
Based off this your root partition is /dev/nvme0n1p2
so i type this
btw i cant fucking do the = thing cause the whole reason this started was cause i need to change keyboard layout cause im using SE keyboard layout not US
this is fucking pissing me off
then it changed to wifi
and now fixing my system so it works properly
but my layout hasnt changed and i can do the "=" cmd now cause of some weird reason
If you exit out of nano you should be able to use loadkeys to set your keymap
I need to go so I can't help any further right now
Yeah
bro please
Got pinged
im on my fucking knees begging
can you help stick with me the last part
i really just wanna get this bullshit done with
Ctrl X then Y then Enter
^^
What are we doing here
bro scroll up
i dont even know myself
he was talkin about some making a file of something
and that i had to type something
Looks confusing
Ima guess yes
i just want this to be over with
alr do i just click enter?
i cant even click enter it just goes down one layer
Ctrl X
then press Y
then Enter
Idk
what commands did you tell me to do
i remember i installed something and it was successful
what more do i gotta do until we can give it a try again, the past hour nothing has happened i feel
lmk if you remember
no
You need /dev/nvme0n1p2 after the root=
If you're unable to type / then we should figure that out
no i fixed the keyboard layout and it works with every command now
i just need you to tell me the exact commands i should type and i can send a picture of what it says
The only command you need to edit the entry is nano /boot/loader/entries/arch.conf
yeah but what do i type inside that
@obtuse laurel i don’t under stand what i need to do like i type that command and then what
@bright shoal are you down to help in a bit?
btw it says directory /boot/loader/entries does not exist when i type this
Make sure your boot partition is mounted, you can run mount -a to mount everything
Edit the file that comes up, go down to the options line, and add /dev/nvme0n1p2 after root= so it says root=/dev/nvme0n1p2
im just reinstalling arch from a video
okay
both are good, it depends on preference
hyprland is a tiling window manager (windows aren't floating like windows) and gnome uses floating windows as well as workspaces
i mean i want it to look like this let me show you
something like this looks kinda nice
can you do thta with gnome or only hprland?
that seems to be using openbox which is a floating window manager
with some customizations
but if want floating windows Hyprland probably isn't the right choice
If GNOME and Hyprland are the only options it'd be easier to get something like that with GNOME
cause i did the archinstall command after successfully connecting to the wifi and i can choose which VERSION I WANT
oh archinstall
yeah thats how i installed arch hyprland before aswell is that the bad way to do it?
maybe thats why i had some bugs
archinstall is normally fine, I'm not sure what happened last time
GNOME is a desktop environment which includes multiple parts of a desktop, well Hyprland is a window manager (and a few other things) which is one part
Using a window manager normally requires you to install a lot of what you would expect yourself or use someone else's configuration, so it's not the best for beginners
yeah but what do you call those do you call them a different versio of arch or is there a word for which one
like DE or something?
idk ho to explain
Just different DEs basically
alright so what DE do you recoommend
It's all still just Arch, but just set up in a different way
I use KDE Plasma which is a more Windows like desktop experience, if you want something like that it's a good choice
btw what boot loader should i choose Grub or systemd boot
maybe its easier for u to help me if i choose the one u have
GNOME can be good if you want a bit of a different experience but it isn't as easily customizable
If you're not dual booting systemd-boot is probably best
i dont want my arch to look like windows or linux mint
i have it to look clean
can gnome look like this?
yeah its my second pc im installing on and i already wiped windows so systemd is the best?
should i swap to zram?
if you want i can send pictures on my phone onto here so you can tell me what the best settings for arch install is
cause the tut im watching is 2 years old
Yeah that's a good option
It's basically compressed swap in RAM
And swap is basically backup RAM
when i make my profile should i be a super user (sudo)
cause i dont wanna type in a code everytime i make a command its kinda annoying
Yes you want to be a superuser
default or iwd
default is fine
pipewire is recommended
gnome is recommended correct?
i can choose multiple desktop enviroments btw
is it better for me to only use gnome now and later on i can install other DE's later?
yeah I would only install one for now
i’m trying to go into settings and nothing is happening
its just loading then it stops
same with any other app i use
@obtuse laurel do yk why?
Are you able to open console?
Strange, if you haven't tried rebooting yet do that
i rebooted to see if it was a glitch but nah same thing
i wish i could just screenshare so u could tell me exactly what to do but i literally cant cause i would need discord on the second pc
im on arch live boot now, think im gonna do it manually
You can try that, although something else could have been the issue with GNOME besides the installation
I'm not sure what though
why is my system cursed
im gonna install kde plasma intead
@obtuse laurel
is this normal my device has 476 gb size but it says free space 2?
It's probably just talking about unpartitioned space
Both are good, but BTRFS has more features
@obtuse laurel should i chroot into installation for post-installation or reboot system
you can just reboot
this konsole looks so bad
gotta make it better
@pine minnow i installed KDE Plasma instead and it works so far
im just stumbling across errors when trying to install global themes