#Znurt's future Gentoo

1 messages · Page 5 of 1

knotty spindle
#

instead of installing gentoo

#

its probably just because of lack of motivation even though i wanna install gentoo

#

not sure if its because of motivation

sour sinew
#

too exaltation = exhaustion

#

that's why I'm killing my self by telling you to slow down and take your time, otherwise you'll be disgusted.

#

as I told you, took me a week first time. That's also why I pushed you to install another distro on this computer, at least for a while, as a back up. It's frustrating to get blocked in front of a TTY, without internet, manual only and a phone to debug yourself.

#

at least here you have a working Linux aside and can mostly debug 95% of stuff from of a chroot, if needed.

stark forgeBOT
sour sinew
#

shut up plz

#

bot

visual marsh
sour sinew
#

Requested by kevingdr•09/01/2002 09:57

#

lie.

knotty spindle
#

okay

knotty spindle
#

tf

stiff delta
knotty spindle
#

okay but

#

i have a question about this bot

#

why is it named after the my little pony character "twilight"

stiff delta
#

Because the developer liked it.

knotty spindle
#

okay

#

@sour sinew is this CPU good im gonna upgrade it since im gonna also install gentoo oon my gaming pc

#

it has 24 cores and 32 threads

sour sinew
#

¯_(ツ)_/¯

knotty spindle
#

but is it good

sour sinew
#

I can't say at 2am

knotty spindle
#

its 3am for me

sour sinew
#

go to bed then

knotty spindle
#

n

visual marsh
#

doubt you can tell the compiler to only use that fast ones and stuff

#

I'd rather get a newer and chip

knotty spindle
#

what happens if you tell the compiler to use some efficiency cores too

knotty spindle
#

r

visual marsh
#

as they don't have high clock speeds

#

but still faster than without them ofc

vernal spindle
#

As you mentioned they don’t have higher clock speeds because both E cores + AVX. I’ve read Zen4 tends to do”AVX Offset” slightly less tho.

sour sinew
#

just do the chroot, then we shall see

knotty spindle
#

how do i chroot again

naive python
#

if ur on gentoo/arch install media

sour sinew
#

be careful, you gonna get the RTFM.

#

you know

naive python
#

you can arch-chroot to wherever you mounted it

#

otherwise

sour sinew
#

just try to think, we are not your second brain.

naive python
#

copypaste the commands from gentoo wiki

#

or if ur on mint

#

apt install arch-install-scripts

#

which has arch-chroot

sour sinew
#

don't rely on peoples, rely on manual and handbook, then peoples if it's needed.

knotty spindle
#

ok

sour sinew
visual marsh
sour sinew
#

mine's more complete tho

visual marsh
knotty spindle
#

do i moint /dev/sda4 /mnt/gentoo

sour sinew
#

how could we know ?

#

think, what's your root ?

knotty spindle
sour sinew
#

no…

#

sudo fdisk -l

knotty spindle
#

oh

sour sinew
#

will display you your disks and partition as well.

knotty spindle
#

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1054719 1050624 513M EFI System
/dev/sda3 1054720 1534093311 1533038592 731G Linux filesystem
/dev/sda4 1534093312 1953525134 419431823 200G Linux root (x86)

sour sinew
#

then, mount the root partition for gentoo

knotty spindle
#

mount /dev/sda4 /mnt/gentoo?

sour sinew
#

what this command do ?

knotty spindle
sour sinew
#

it mounts /dev/sda4 to the dir /mnt/gentoo, is it what you want ?

#

||yes||

knotty spindle
#

so i run the command

naive python
#

yes

#

its not a big deal if u get it wrong

#

if u get it wrong then u just umount /mnt/gentoo

sour sinew
#

until a command not so nice.

#

:)

knotty spindle
#

mounted

#

i think i did it right

sour sinew
#

to see

#

mount

#

also in:
df -h

#

mount, itself, shows mount point.

#

(currently)

#

(not to be confused with mount -a, which AUTOmount what's in fstab)

#

then, you have to mount several dir to the /mn/gentoo subdir

#

i do not even watch handbook

knotty spindle
#

i forgor how to chroot again 💀

sour sinew
#

it's writed.

knotty spindle
#

and i dont see it in the manual

knotty spindle
#

do i

#

root #mount --types proc /proc /mnt/gentoo/proc
root #mount --rbind /sys /mnt/gentoo/sys
root #mount --make-rslave /mnt/gentoo/sys
root #mount --rbind /dev /mnt/gentoo/dev
root #mount --make-rslave /mnt/gentoo/dev
root #mount --bind /run /mnt/gentoo/run
root #mount --make-slave /mnt/gentoo/run

visual marsh
#

did you mount

#

your swap and other partition you might need

knotty spindle
#

FU

visual marsh
#

thats why im here to remind

knotty spindle
#

;-;

#

HOW DO I MOUNT

visual marsh
#

for swap

#

its swapon

#

did you have a boot partition?

#

or efi

#

or something

#

i dont remeber what exactly we did

#

sorry

knotty spindle
#

ofc

#

Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1054719 1050624 513M EFI System
/dev/sda3 1054720 1534093311 1533038592 731G Linux filesystem
/dev/sda4 1534093312 1953525134 419431823 200G Linux root (x86)

visual marsh
#

there we go

#

no swap

#

but mount sda2

knotty spindle
#

are you sure itll be sade

#

safe

visual marsh
#

to /mount/gentoo/efi

#

yes

#

i think we agreeed on making a swapfile later

#

LATER

knotty spindle
#

do you know my laptop is legacy?

visual marsh
#

yes

knotty spindle
#

or bios

visual marsh
#

thats why we have that first 1mb partition

knotty spindle
#

oh

visual marsh
#

bios= legacy

#

uefi

#

new stuff

knotty spindle
#

mount /dev/sda2 /mnt/gentoo

#

?

#

?

#

ugh

visual marsh
visual marsh
knotty spindle
#

oh

#

mount /dev/sda2 /mnt/gentoo/efi?

visual marsh
#

yes

#

:)

knotty spindle
#

are you sure???

#

i entered the command

naive python
#

yes

knotty spindle
#

okay im all set up

#

we are so back

#

but anyway ima change the locale cuz of libdrm

#

mount /dev/sda1 /boot have i done this before

#

my memory says yes

#

time to continue

visual marsh
#

u dont need to touch the 1mb partition

#

its jsut to tell the system

knotty spindle
#

oh

#

okay but

#

which locale do i change to

visual marsh
#

uhh

#

just do the us one

knotty spindle
#

c.uf8 or en_US

visual marsh
#

2

#

second one

#

at lest i did

#

use this one

knotty spindle
#

but libdrm failed to install

#

when it was c.utf

visual marsh
#

use the us one

#

adn try it again later

#

am sorry but i have work tomorrow

#

gotta go

knotty spindle
#

ye

#

l

#

@naive python sorry for the ping but how do i set libdrm again

#

i changed my locale

#

i need libdrm badly

naive python
#

did u locale-gen

#

make sure u did that

#

then emerge --oneshot libdrm

knotty spindle
#

did it

#

didnt work

naive python
#

wdym

#

what did it say

#

same error

knotty spindle
naive python
#

is it the same error

knotty spindle
#

ye

knotty spindle
#

YAY

stiff delta
#

Is your password AaDd1133?

#

hunter2

#

Also congrats, good work!

knotty spindle
#

nope

#

its not

#

delete that message so no one finds out my password with that info

#

please

#

i dont want them to try to be hackerman with that shi

#

just delete the message omg

foggy nest
#

📸

#

jk jk

knotty spindle
#

is kangie ignoring me

#

also colonia did you know i fiinished installing gentoo

foggy nest
#

i did

#

well done

knotty spindle
#

ima install plasma for a sec

foggy nest
#

send fastfetch when done

knotty spindle
#

alr

tight willow
#

I will install plasma too. But plasma 6

stiff delta
knotty spindle
#

someone might actually enter my social media when they see it

stiff delta
#

You've revealed your password yourself. You need to change it regardless

knotty spindle
#

fine

stiff delta
#

Just to be clear here, the reason I'm saying you need to change it is that even a deleted or edited message can be retrieved, so it makes no difference

#

And it's still in your photo, which would also make no difference

#

Please consider a password manager so that you can implement per-service passwords.

knotty spindle
#

alrighty

#

wait

#

do you recommend one for gentoo

proven abyss
#

you want one always

#

keepassxc is nice

#

just be sure to protect and backup the database file

glad remnant
#

and the fact that you kept exposing yourself by saying it was your password lol

#

better start thinking of a better one or use a password manager

naive python
#

I usually have my database on an encrypted usb

#

Just always mounted there

#

So when I dostrohop or mess up it doesn't get destroyed