#génerál
1 messages · Page 166 of 1
awesome sauce
lg being a linux fan for 2 years finally touching a linux system
so we need to use a tool called iwd
real
run dat for me
my first os was kali
:/
interesting choice
LMAO
wow hecker
iwd??
yes
i mean sure it's debian-based but lmao
i thought it was for regular ppl 
o na
have you ran iwd yet
"zsh:correct 'iwd' to 'iw' [nyae]?"
Wtf
😭
bro is not a femboy
sry
ohhhh
they musta changed it
bet
hm
run station list
if you have the most run of the mill system ever there should just be one
named wlan0
bet
run station wlan0 scan
nitro
and then run station wlan0 get-networks to get that list of wifi networks
yes i see my wifi now
pattern?
station wlan0 connect <wifi name>
bet
you might have to wrap it in quotes if it has spaces
but once you run it
it will ask for your wifi password
ye
once you enter it you will be connected
so i enter the passphrase aka password?
preferrably
and
das it
quit
ping a website
alr bet
Hello
Hey bud
yess
yea bet
in the install env
your next task is to run archinstall and simply follow the instructions
on your screen
alr bet
the interface should be easy enough to understand
yeah, its fetching
fetching
but maybe run each category by me idk if they changed anything
alr bet
lg you should’ve installed it all manually
some interface came up,
its not my pc
ill install it manually on my virtual machine
to know exactly what goes down
holdup
will this install arch to the comp disk or do i have to run it live everytime?
alr bet
but no you do not have to run it live everytime
oh phew
im using my own pen drive smh
what file system do i chose in partitioning
ext4
bare minimum you need a boot and a root partition
if you have low memory and a solid state drive then you should also have a swap partition
i need a root pass or 1 user w sudo privillage
Bro what
eh ill create a user
no no
oh
that literally should not happen
are you not in the arch live env
im in archinstall
isn't that your partition layout
i messed ts up when installing kali
you should probably do that
idk i wanna format everything
oh
yep mhm
yurp
a linux swap partition serves the same purpose as something like the pagefile/swapfile on windows
@brisk gale Congrats! You're now 110 years old!
it is virtual memory on yo disk
ohh
helps when you don't have much memory to begin with
becomes useless after like 8 GB to me
so what do i select?
use a best effort default partition layout
manual partitioning
pre-mounted config
the pc has 4 gigs of ram iirc
just give me the sizes and types of the partitions it made
so i assume that 900 MB one is the boot partition
how do i check?
uhhhhhh
if it shows labels for the partitions it should say EFI System
or it could be marked as bootable
i don't know what the archinstall partition editor looks like
lemme type
primary Fat32 /dev/sda1 976MB boot,esp
primary ext4 /dev/sda2 461GB (blank for some reason)
primary linux-swap /dev/sda3 3.8GB swap
wait this is goated
there r also some other valuses
although i don't really like how small the boot partition is
i have ran out of space on the boot partition before with only 1 gig
damn
ye bwt
it might just be copying the amount of ram you have available
do i click the hard drive?
oh what
whar
yeah that's what most people do
when i click on the hdd it shows filesystem
uhhhhh don't click anything right now idk what that is
the blank partition is your root partition
ohh
uh
im back
on dis menu
say yes to whatever
what is the closest thing to yes you see
my hdd name and my usb drive name
🧐
i can click on both tho
i didn't know you had a second drive in this computer
oh what
and there is the usb
bro at this point just send a picture of the screen 😭
i have no idea what you're talking about anymore
well i can click the drive
what happens when you click it
filesystem
ext4
idk
yea
i click the highlited one?
yea
default i think
this menu again??
alr
should bring you to this place again
and now back here
do you have a swap partition now
wha
no
alr
literally have no idea what it's doing
this menu
way better than trying and troubleshooting kali, mint, xubuntu and ubuntu server
no no
we woulda been done if i had just walked you though the manual install process
being so real
not long
oh bet
ngl it might be better if u guys vc or smth and algae streams
perhaps
pls
im on cli now
we going manual
bet
so i guess we already know /dev/sda is the drive we want to install arch on
run cfdisk /dev/sda
it should just bring you straight to the partition editor
alr
every single one
yes
bet
u mean partition type?
yes
create a 4G partition of type Linux swap
what do i set that as?

type
oh
took a while to find but found it
bet
when you go to create it it should fill the size box with the rest of the space you have
this is fine
what country does carlton live in
🇺🇸
it should also have a type of Linux filesystem by default
this is also fine
i js create a new one and leave the partition size?
yea
alr
just create it and leave everything
the defaults are okay for this one
mb my cat sat on my keyboard
and then write the partition table to disk
???
i ckick write
sda1 shuld be boot, sda2 is swap, sda3 is root
boot part should be formatted as fat32
mkfs.fat -F 32 /dev/sda1
bet
and
🧐
setting up swapspace version 1 sm sm
ohh
so i guess we're good then
yes
done
now we mount!
ohh
there should be a folder made for you called /mnt already
we need to mount the root partition there
😭
mount /dev/sda3 /mnt
done
now we need to make some folders in this partition
oh
alr bet done
and then do the same thing for /mnt/boot/efi
mkdir /mnt/boot/efi?
yeppers
bet
see you're figuring it out
bet
now this next one
yeah 😭
mount /dev/sda1 to /mnt/boot/efi
did you get it
i did
awesome sauce
;-;
now thankfully our swap partition doesn't need to be mounted anywhere specific
oh
just run swapon /dev/sda2
done
wiat wat
literally everything is smooth sailing from here
😭
it's just editing configuration files after this next step
oh bet
and this next step is a command called pacstrap
for pacman, i'm assuming?
it's to set your drive up for installing packages through pacman yes
ohh ic
so just type out pacstrap -K /mnt and DO NOT PRESS ENTER
alr
we need to give it a list of packages after this
and i'll explain to you why we need to install each one
alr
k as a capital K im assuming?
yes
alr
so after you have that typed out then type out these package names i'm bouta give you
make sure they are each separated with spaces
alr
base is for core system utilities
yes
to install AUR packages, we need to build them first because they do not come prepackaged
oh
so we need to install base-devel
instead of base, i write that?
no write both
alr bet
and then the linux kernel is actually distributed as a package
which is very awesome
the package is predictably called linux
we don't have kernel yet??
we have nothing on your drive
ohh
so far you should have base, base-devel, and linux typed out
yes
now for the next
linux-firmware is a package with a bunch of firmware for common devices
you should have this
basically a bunch of drivers in windows terms
oh
this basically completes a base system but we need a little more than that
ye
yes the grub menu
need that to boot
ohh
but we also need efibootmgr
for EFI systems
like you have
grub depends on it so it can install properly
yes
second to last package is networkmanager
so we can have internet once we've booted into our system
gives us a MUCH nicer interface for managing internet
yea
i get to that when the time comes
yes
and our very last package is a text editor of some sort
how new are you to editing text in the terminal
what program
what did you use to edit text in the terminal
shell?
ye
uh no
oh
the base package installs a shell for us
that would be bash
we need a text editor right now
yeah ig
since you're relatively new to text editing in the terminal
your last package is nano
i'm sorta getting lost here
ohh
so just to confirm
yes
your package list is
base base-devel linux linux-firmware grub efibootmgr networkmanager nano
yes
and all together
the full command is
pacstrap -K /mnt base base-devel linux linux-firmware grub efibootmgr networkmanager nano
im now back at my grandma's and you guys still haven't finished
we almost there
unreal
yep
bet
👴
i'm naive to linux :<
it's 4 AM for me rn
😭
yeah
u gotta sleep man
your system will literally not be bootable if i just leave you here
(not in a sus way)
oh
i don't understand how its sus
sure
(whats a vim)
this text editor
oh
very esoteric
it was designed to keep your hands on the keyboard at all times
so you can imagine how strange the binds are
close
not that
wait what
176 files??
176 packages
a base system is like under a gig i think
you’ve been doing this for how long now
approx 3 hours
4-5 days
just use mint at this point vro
lost count
(carlton helping)
he has had a couple issues with debian based distros
mint 'hangs'/freezes
i may have forgotten a crucial step .
arch based distro
and you may or may not get lucky here
💀
if you really want arch
oh fyck
it's entirely dependent on if your system clock is synced
😬
i tried to remove the cmos battery
couldn't tear it down
so the bios didn't reset
because pacman verifies each package with a digital signature
the bios time is synced
if the time is incorrect then it will fail
oh
THANKFULLY if it does fail then it keeps the packages you already downloaded
so in that event we can just run one command and run the pacstrap command again
pro tip you can press the up arrow to go through your past commands
so pro
bet
tells the system to ask a time server for the current time
every few secondz
for accurate time reading
but yea run that if it fails to verify signatures
bet
we wait patiently for pacstrap's results
yes
LMAO
all of them r downloaded
is it installing them now
yep
to new root
sync your time
bet
😭
dne
ohh
and
wait
is it downloading them alll??
or installing?
possibly missing formware for module (sm shi)
it is normal
alr bet
this tells linux what drives it needs to mount when it boots
ye
we use the genfstab command to get a list of mounted partitions on a drive
and then we send that info to a file
oh boy
oh
oh
we use the -U switch to identify the drives by ID instead of by name
helps if you change drives or something
do i fr have to use the ">>"" ?
yea that's the switch for sending console output to a file
ohh
because by default genfstab just spits out the fstab to the console
yes done
okay now we need to actually get into the system we just installed
ohh interesting
run arch-chroot /mnt
cli should look a little different now does it
yeah
oh bet
before we mess anything up, set a password for the root account
with the passwd command
oh
it will ask for the new password
okay from here it's just one line commands and configuration files
alr bet
this is the first time you'll be using the nano text editor i think
it has "sane" keybinds
ohh
so our first file to edit
we need to set a host name for this computer
run nano /etc/hostname
alr
now the host name can really be anything
im on some gui?
yah
i usually just set my hostname to arch
ima put my friend's name
that would be his user account name
alr bet
there should be a keybind at the bottom for saving the file
uh
ohh
what is the keybind
im searchin
same thing 2
alr bet
it will probably ask you where you want to save it
but it fills out the right path
just press enter
yes
im on the cli
Hi
@low lynx Congrats! You're now 2 years old!
now we need to get your locale done
ye
oh
yeah cuz this file already exists
it has a bunch of locales
that are all commented out
you need to find the right one according to your area
im on the gnu nano
i have no idea what your country's locale code is though
don't type it
oh
oh
the gnu nano thing is empty
im sure i did?
/etc/locale.gen
so i js quit and type it in again?
what am i looking at here?
a list of locales
ohh
by deleting the hashtag it starts with
so basically delete the # of en_US.UTF-8?
yes
Dne
write and quit
write out basically?
yah
yeah
we should be good
run locale-gen and you should see the locale you uncommented in the console
en_US.UTF-8
good
and some other ine
es_SV.UTF-8
i guess you have spanish on your computer now
it don't matter because this next step we set the language we actually use
run nano /etc/locale.conf
4
notice the conf
oh sh
🤪
huh
just run the command mang
empty screen?
write quit
doub;e checkd
oh phew
trying to figure out what that is for arch
ohh
okay so
i need you to start typing this out and not press enter
ln -sf /usr/share/zoneinfo/
oh alr
if you press tab it should show you a huge list of regions
my guess is that you are in the Asia region
yeah
hello
so asia is listed there then
oh hi
alr
dangerous
ofc is forgotten
i was thinking your zone was Asia/Maldives
oh
google is giving me nothing
no not really
oh
certificates might fail
maybe
the last 1000 messages in general is just you two talking 😭
balls
yes 😭
oh
crazy
hi
AHA
hi
bet
ln -sf /usr/share/zoneinfo/Indian/Maldives /etc/localtime
no output
success
ohh bet
wha
now we need to enable the networkmanager service
bet
shouldn't
yes done
be patient
the underscore "_" isn't flashing
it will say so if it crashes
oh
happened same w debian based os
frozen
can you try pressing ctrl + c to terminate it
oh dear
last msgs from bro: installing for x86_64-efi platform
yeah
so uh
alr bet
i would give up at this point
so i turn it off?
i envy your dedication
im a masochist
what
ima hold down power button for 5s and turn it off
okay
and poweron
press enter
okay let's mount drives again
restart??
mount /dev/sda3 /mnt
mount /dev/sda1 /mnt/boot/efi
did this
now the next
done
run arch-chroot /mnt
we are now back to where we were before
we're gonna try to install the bootloader again but differently this time
alr!
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB
quite a long command
uh oh
o
ctrl c does nth
kinda have to go sleep chat
yeah
my guess for now uhhh
off
yeah probably mobo then
yeah
ye gn
arch tomfoolery
this has been happening for almost 5 hours
its morning already for carlton
im gonna get myself enrolled

