#Need Help Figuring Out How to Reinstall ArchLinux???

1435 messages ยท Page 2 of 2 (latest)

bleak lion
#

it is under the device menu

gritty cradle
#

where is create partition table

#

oh

#

it says that a new partition cannot be created when there are active partitions

bleak lion
#

is the sdcard mounted?

gritty cradle
#

shit

#

i accidentally closed the command prompt

#

what was the command to open it up again

bleak lion
#

sudo gparted

gritty cradle
#

so i just gotta unmount it

bleak lion
#

yes

gritty cradle
#

sick

#

it still says its active

#

should i just take it out then put it back in

bleak lion
#

On eash listed partition, you can right click and select unmount

bleak lion
gritty cradle
#

ok

#

so its telling me its gonna erase all the data

bleak lion
#

yes, select gpt

gritty cradle
#

and ot select partition table type

#

CHAT GPT!?

#

jk

#

ok

#

what nopw

#

now

bleak lion
#

click apply.

#

or ok

gritty cradle
#

did that

bleak lion
#

create a new partition. Partition -> new

gritty cradle
#

alr

#

hit add?

#

or what do i name it

bleak lion
#

yes

gritty cradle
#

what should i name it

#

smth like steam partition

#

or external storage

#

or SDStorage

bleak lion
#

you don't have to name it, if you want, you should label it bin

#

labels are better

#

and it has to be all lowercase and no spaces

gritty cradle
#

ok

#

ext4?

#

for the file system?

bleak lion
#

yes

gritty cradle
#

hit add

bleak lion
#

yes

gritty cradle
#

ok

bleak lion
#

actually, let me ask you a question, do you want to just install an OS on the sdcard itself and not worry about the internal storage?

gritty cradle
#

id rather not

#

the os is already on the internal storage

bleak lion
#

ok then

gritty cradle
#

i think thats whats taking up so much fucking space and choking out steam

#

yk what i mean?

bleak lion
#

yeah

gritty cradle
#

also itd probably be bad if like the sd card came out

#

if it had the os on it

bleak lion
#

so, do you want steam games or apt packages on the sdcard? or both

gritty cradle
#

both

#

bcus

#

ik how to make a steam library on it

#

i just dont know how to do apt packages

bleak lion
#

ok then, you'll need 2 partitions then. oops

gritty cradle
#

its alr lol

#

so then i prolly should name them

bleak lion
#

right click and remove the partition you just made and go into Partitions -> new again

gritty cradle
#

ill name one apps and one games

#

then ill label both bin?

#

would smth like that work

bleak lion
#

no, the labels should be different

gritty cradle
#

ok

#

so

bleak lion
#

you can label one apps and one games. that would be great

#

you can also name them that same thing as the label

gritty cradle
#

oh wait

#

i need to allocate the space

bleak lion
#

the label is more for use internally and the name is for user interaction

bleak lion
gritty cradle
#

hmmm

#

maybe like

#

if its 128

#

then like 40 or 50 for apps

#

the rest for games?

#

games are usually bigger

bleak lion
#

that should work, i would recommend LVM but thats complicated

gritty cradle
#

ok lmao

#

ok 80 gigs for games 40 gigs for apps

#

sounds good

bleak lion
#

yeah

gritty cradle
#

and the 3 apps are gonna be like steam discord and proton

#

so like

#

anyways

bleak lion
#

could you send a screenshot of gparted after you create the partitions

gritty cradle
#

screenshot ๐Ÿ˜ญ

bleak lion
#

alright, whats the output of lsblk

gritty cradle
#

do i close gparted

#

to do that

bleak lion
#

you can

gritty cradle
#

nvm i can just have second command prompt

bleak lion
#

oh wait. I forgot to tell you to apply changes in gparted

gritty cradle
#

oops

bleak lion
#

press the checkmark

gritty cradle
#

lmao

#

its alr dw

bleak lion
#

I was thinking, that looks weird, why arent partitions showing?

gritty cradle
#

lolol

bleak lion
#

ok, much better

gritty cradle
#

hooray

bleak lion
#

run ls /mnt

gritty cradle
#

do i do sudo

#

sudo ls /mnt

bleak lion
#

no, its fine without

gritty cradle
#

it didnt do anything

#

was it supposed-

bleak lion
#

ok, perfect

gritty cradle
#

LMAO

bleak lion
#

run sudo mount /dev/mmcblk1p1 /mnt

gritty cradle
#

asked for password

#

after that returned to command prompt

bleak lion
#

ok, now we have to copy your apps to the sdcard

gritty cradle
#

good

#

because there are no apps

#

other than the ones given to me through mint

#

only one installed was steam

#

then i uninstalled it

bleak lion
#

dont worry, there are always apps

gritty cradle
#

๐ŸงŸโ€โ™‚๏ธ

bleak lion
#

run file /bin

gritty cradle
#

/bin: symbolic link to usr/bin

bleak lion
#

ok, great

gritty cradle
#

HOORAY!

#

wait did that move them

#

lol

bleak lion
#

not yet

gritty cradle
#

ok

bleak lion
#

now run cp -ar /usr/bin/* /mnt

#

it will output a lot

gritty cradle
#

that was a lot

#

it said permission denied

#

everytime

bleak lion
#

oh add sudo

gritty cradle
#

oopsies

#

it didnt output anything

bleak lion
#

fyi, to add sudo to the previous command, you can run sudo !!

gritty cradle
#

oh sick

bleak lion
gritty cradle
#

rm: cannot remove '/mnt/lost+found': Is a directory

bleak lion
#

right, forgot about that dang lost and found

gritty cradle
#

what the fart is that

bleak lion
#

sudo rm /mnt/* -rfv && sudo cp -ar /usr/bin/* /mnt

bleak lion
bleak lion
gritty cradle
#

ok it removed itr

bleak lion
#

ok, could you run ls /mnt

gritty cradle
#

green and blue text

#

are those all the apps

bleak lion
#

great, yes those are all apps

gritty cradle
#

im so smart

bleak lion
#

close gparted and run sudo apt autoremove gparted && sudo apt install nano

#

we are removing gparted to free up space

gritty cradle
#

wait does using && make it a string

#

i mean script

#

essentially

#

like it runs one after the other

bleak lion
#

using && means run the next command if the previous succeeded

gritty cradle
#

sick

#

sorry im just very interested like idk how this works lol

bleak lion
#

its fine

gritty cradle
#

im reading these commands and being like "dafuq that mean"

bleak lion
#

do you still have what you used to install mint or was that the sdcard?

#

its fine if it was

gritty cradle
#

that was a usb drive

#

that my brother is actively using

#

he took it from me ๐Ÿ˜ญ

bleak lion
#

he's using ventoy? xD

gritty cradle
#

nah he stripped it ๐Ÿ˜ญ

#

hes putting stl files on it

bleak lion
#

3d printing, ok

#

anyway, back to fixing aprtitions

gritty cradle
#

yea lol with MY 3D printer WITHOUT ASKING

#

anyways

#

lol

bleak lion
#

run ls /dev/disk/by-label

gritty cradle
#

with the '

#

`

#

i mean

#

it says

bleak lion
#

no, mistype

gritty cradle
#

o

#

how do i get out of that

#

cus it just says

bleak lion
#

type another `

gritty cradle
#

ok

#

it says

#

apps games

bleak lion
#

amazing, they are recognized

#

run sudo nano /etc/fstab

gritty cradle
#

whadda flip

#

turquoise text

#

where format

#

wierd*

#

weird*

bleak lion
#

that is your automounts

gritty cradle
#

ok

bleak lion
#

we want to automount your apps folder

#

so use the down arrow key to go to the bottom and make a new line

gritty cradle
#

ok

#

do i start it with #

bleak lion
#

no

gritty cradle
#

ok

bleak lion
#

type LABEL=apps /usr/bin ext4 rw,relatime 0 1 spacing does not matter as long as there is at least one space

gritty cradle
#

sick

#

did that

bleak lion
#

now press Ctrl+X

#

type y

#

and press enter

gritty cradle
#

ok

bleak lion
#

now the risky part

gritty cradle
#

...

#

what

bleak lion
#

we have to remove all current apps and then reboot

gritty cradle
#

hoping and praying it doesnt fucking die?

bleak lion
#

yes

gritty cradle
#

the only thing i have open im pretty sure is the terminal

bleak lion
#

this is not a normal procedure, you normally set this up during installation

gritty cradle
#

๐ŸงŸโ€โ™‚๏ธ

#

i didnt know that

bleak lion
#

press ctrl+alt+f2

gritty cradle
#

shit

bleak lion
#

what

gritty cradle
#

logged me out?

#

is that what it was supposed to do

bleak lion
#

it was supposed to send you to a terminal

#

that says login

gritty cradle
#

ok my f keys are like not actually f keys

#

yea it says login

bleak lion
#

ok, enter your login

gritty cradle
#

command prompt now

#

jr@jr-Terra:~$

bleak lion
#

ok, the risky command: sudo rm -rf /usr/bin/*. After you enter that, you will have to force reboot by holding the power button and hope and pray.

#

you can fix it with a usb tho

gritty cradle
#

lemme do a hail mary hold up

bleak lion
#

if it breaks

gritty cradle
#

father son and holy spirit

bleak lion
#

also, the computer will no longer turn on without the sdcard

gritty cradle
#

so force shut it down

#

then turn it back on?

bleak lion
#

if you have run the command, yes

gritty cradle
#

ok

#

it shows the bunny :D

#

wait we got the mint loading screen

bleak lion
#

pess esc

#

press*

gritty cradle
#

it shows this only

bleak lion
#

ok then

gritty cradle
#

thats good right

bleak lion
#

maybe ๐Ÿคž

gritty cradle
#

it takes a bit to load

#

so

#

trust the process

bleak lion
#

ok

gritty cradle
#

not as fast as archlinux that's for sure

#

archlinux booted up in like 2 seconds

#

this take like a minute

bleak lion
#

yesh

gritty cradle
#

๐Ÿ™

#

i wish it told me what was going on ๐Ÿ™ƒ

bleak lion
#

it should if you press esc

gritty cradle
#

bcus i worry

bleak lion
#

try ctrl alt f1

gritty cradle
#

neither worked

#

ok its been like 4 minutes

#

its prolly like

#

redownloading every app

#

or moving them

#

that would be my guess

bleak lion
#

um... no, that's not how linux works

gritty cradle
#

ok ๐Ÿ’€

#

well i j thought cus like that's what we were doing

bleak lion
#

the fstab timeout is 90 seconds

gritty cradle
#

whats that mean

bleak lion
bleak lion
gritty cradle
#

well uh

#

then it failed i assume

#

D:

bleak lion
#

easiest to hardest: 3,2,1

gritty cradle
#

well just kinda upsetting cus like

#

2 hrs gone lmao

#

and now idk what ima do

#

but ig its chill

bleak lion
#

yeah, but think of the bright side, you learned a lot

gritty cradle
#

yea.

#

ig i could just like

#

force it to install steam directly to the sd card

#

isnt that possible

bleak lion
#

yes

gritty cradle
#

like through sudo apt

#

yea

#

well

#

what do i do now

bleak lion
#

you could fix it using one of the three methods, install another os, or use the computer as a test computer for other random things

gritty cradle
#

ig yea

#

i gotta get a flashdrive

bleak lion
#

I actually bought a 1tb harddrive from amazon for $20

gritty cradle
#

So like

#

Damn

bleak lion
#

yeah, sorry abt the computer, luckily it didn't have anything on it. (If it did, i probably would have said don't do it)

gritty cradle
#

I gotta get mine back now

#

yea

#

Its fine man

#

I'll just redo the os

#

And I'll have to figure out how to force it to download on the SD card

#

Idk how to do thay

bleak lion
#

I could explain how to do it on arch...

gritty cradle
#

should i just shut it down

bleak lion
#

yeah

#

you could put this on your minecraft "protobeta" series

gritty cradle
#

aint no way bro looked at my youtube ๐Ÿ˜ญ

bleak lion
#

hey, you linked it

gritty cradle
#

i forgot ๐Ÿ’€

#

for a second i felt like attacked

#

cus i was like "how-"

#

๐Ÿ’€

gritty cradle
#

@bleak lion how do I undo the partitions

bleak lion
#

define undo

gritty cradle
#

Like

#

See

bleak lion
#

you want to reformat the sdcard?

#

also, nice job getting mint back

gritty cradle
#

Thanks

gritty cradle
bleak lion
#

you can use gparted or fdisk, i recommend gparted. It's slower but easier

gritty cradle
#

Ok

#

How

#

Lol

bleak lion
#

unless you are trying to recover data. Then you have to use photorec, testdisk, or others

bleak lion
#

and choose the sdcard

gritty cradle
#

Should I wipe the SD card

bleak lion
#

If you want to go back to only 1 partition, it would be easiest to wipe it and create a new partition table

gritty cradle
#

Ok

bleak lion
#

Device -> Create partition Table ... -> GPT -> Apply

gritty cradle
#

Wait so

bleak lion
#

Partitions -> New -> <Your settings> -> Create

gritty cradle
#

Italy not letting me delete them

#

Wait I gotta unmount

bleak lion
bleak lion
gritty cradle
#

Yes

#

They're mounted

#

So what should I label this

bleak lion
#

whatever you want. As I said way before, labels are used internally. Names are what are shown in the file manager

gritty cradle
#

Wait im trying to delete the partitions but it's telling me they're unallocated and the delete is pending

bleak lion
#

oh, then click the green check

gritty cradle
#

I see

bleak lion
#

A new partition table is the only operation that happens instantly

gritty cradle
#

Ok

#

I'm making it I labeled it sdcard

bleak lion
#

ok.

gritty cradle
#

Ok so now

#

do u have any idea how to like

#

Used the cmd prompt to

#

Download steam to the SD card

#

Or should I consult the mint discord (they never answer(

bleak lion
#

steam to an sdcard. um... You either have to bootstrap debian to the sdcard (Probably dont do this) or use the non packaged steam installer

gritty cradle
#

ok...

#

So like

#

Would that be download it off google

bleak lion
#

no, after googling, it appears that steam does not like being installed on an sdcard. Why not install steam internally and put the games on the card?

gritty cradle
#

Because

#

There is not enough storage

#

and steam freaks out

#

When it tries to update

bleak lion
#

OK, let me provide you with an idea (just an idea): arch (with archinstall) with xfce and steam with a library on a sdcard OR install mint on the sdcard

#

those are the options that I see for you

gritty cradle
#

Ig I could install mint on the sd

#

Is there a way I could just transfer mint to the sd

#

Or is that like

#

Not possible

bleak lion
#

I think you could with a usb drive

gritty cradle
#

Ok ok I see yea

#

Same USB drive right don't need to do nothing to it?

bleak lion
gritty cradle
#

Just when I get to the one prompt I would select the sd instead

bleak lion
gritty cradle
bleak lion
gritty cradle
#

Ah I see ok

#

Welp

#

3rd times the charm

#

Maybe I could use the storage on the chromebook specifically for steam

#

Yk what I mean

bleak lion
#

yeah. Steam has support for multiple game libraries. Could work

gritty cradle
#

Yea

#

We'll I mean

#

Os and games on SD

#

steam itself on the internal

bleak lion
#

no: OS, games, and steam on SD. More games on internal.

gritty cradle
#

Oh I see

bleak lion
#

Use that configuration and it will all work

gritty cradle
#

How much storage is mint

bleak lion
gritty cradle
#

Damn

bleak lion
#

minimum 15GB

gritty cradle
#

I'm struggling to like

#

Idk how tf I'm supposed to reinstall this

#

I can't seem to get to the boot menu

bleak lion
#

um... idk, i've never used a chromebook for more than an hour

gritty cradle
#

Cus usually I just ctrl u when the logo pops up but that ain't workin

#

I'll try

#

Uhh

#

Nvm I'm stupid

#

Got it

#

Idk

#

If this is gonna work

bleak lion
#

I dont see why it wouldn't

gritty cradle
#

Wait maybe idk

#

I'm trying to

#

Make sure it actually installs to the sd

#

Alr well

#

It didn't prompt me this time with where to put it

#

this is getting fucking annoying

#

I betcha there's something up with the USB drive now that I gotta reset it

#

Because it's not automatically installing it