#how do i install arch via arch install to a divided partition

502 messages · Page 1 of 1 (latest)

sonic pilot
#

hello there currently i'm desperate to install arch on my new gaming laptop since i cannot wait till next month for a second ssd however i'm extremely scared cause i don't want to delete my windows partition and lose everything so i'm here to ask how can i install arch via archinstall to a divided partition i will use for arch

i already have an iso flashed to my USB

runic shard
#

i'd recommend using the wiki

#

and first in windows shrink the partition

small smelt
#

open disk manager

flint bridge
primal vigil
#

you can make a seperate partiton for it too

#

if you do it manually

small smelt
#

archinstall is better for a first time user

flint bridge
sonic pilot
runic shard
sonic pilot
#

so later on when i install arch i might ask for help

runic shard
#

and in fdisk do not delete partitions

#

do not make new gpt or mbr tables

primal vigil
#

on the archinstall script, i know that from experiance

small smelt
#

i partitioned everything beforehand so idk

sonic pilot
#

Question should i type every command on the wiki?

runic shard
#

there are some things that are A or B

#

if you arent sure ask here

sonic pilot
#

my shrinked ssd

small smelt
#

no need to format it

#

or assign a drive letter

runic shard
#

what?

sonic pilot
runic shard
#

you should make the partition from fdisk in the arch iso

sonic pilot
#

I flashed arch into a usb

runic shard
#

do everything up to 1.8

sonic pilot
runic shard
#

you did 1.1 - 1.3 already

sonic pilot
runic shard
#

@sonic pilot us keyboard?

sonic pilot
runic shard
#

ok do 1.6

sonic pilot
#

Should i do 1.7 i mean i used iwctl to connect to my wifi aka the internet

small smelt
sonic pilot
small smelt
#

no need to do 1.7 then

sonic pilot
# small smelt no need to do 1.7 then

My timezone is incorrect cause everytime i tried yo install linuc in general my windows partition skips 8 hours later my real timezone is a chicago timezone

sonic pilot
# small smelt google 'windows use utc time'

So i'm gonna say that while installing arch my laptop randomly decided to do a bios update after i enabled secure boot again to go back to windows and fix my timezone problem

small smelt
#

?

sonic pilot
# small smelt ?

I wanted to fix the timezone problem in windows but when i tried to come back into windows via enabling secure boot for some resson i was forced to do a bios update

small smelt
#

is the update causing problems?

sonic pilot
runic shard
#

RealTimeIsUniversal

sonic pilot
runic shard
#

you installed it

#

without deleting it

#

so 👍

#

you should change the registry key so the timezone is correct

sonic pilot
#

i'm doing @small smelt solution to fix the timezone

#

Ok so i'm now here but should i click the DWORD 32 bit value or the QWORD 64 bit value sincr my laptop is 64 bits

#

@runic shard

primal vigil
#

windows?

#

in a arch server

#

strange

sonic pilot
# primal vigil windows?

i had to fix the timezone in windows just to install arch manually since when i install arch or linux in general the timezone goes to 8 hours more

#

and arch detected as 9pm depsite it was 1pm when i installed days ago

runic shard
#

right click on the right side after selecting timezoneinformation and do the Dword 32

#

set the dword to be 1

sonic pilot
runic shard
sonic pilot
#

i rename it to RealTimeIsUniversal btw

sonic pilot
#

Back to installing arch manually

runic shard
#

show a screenshot

sonic pilot
runic shard
#

undo it

#

ddjjdjsj

sonic pilot
runic shard
sonic pilot
runic shard
#

then where it says 1 on the right side

#

that should be RealTimeIsUniversal

#

and on "1" where it says 0x00000000

#

it should be 0x00000001

#

double click and type 1

sonic pilot
runic shard
#

make it like this

#

dont worry about any of the other ones

#

just make sure its TimeZoneInformation and RealTimeIsUniversal set to 1

runic shard
#

and set to 1

#

i hope you can do this

#

send a screenshot when you are done

sonic pilot
runic shard
#

now reboot

#

and your hwclock is in UTC from linux

#

and windows also thinks the hwclock is UTC

sonic pilot
#

My timezone is chicago

runic shard
#

idm

sonic pilot
runic shard
#

you have empty space on your disk?

#

lsblk -f pls

sonic pilot
runic shard
sonic pilot
runic shard
#

how much ram u got?

sonic pilot
#

In arch

runic shard
#

at the top you see ram

sonic pilot
runic shard
#

oke

#

you can press q to leave the menu

sonic pilot
runic shard
#

left

#

anyways do you wanna install?

sonic pilot
#

I left htop already

runic shard
#

enter fdisk

#

with

#

fdisk /dev/nvme0n1

sonic pilot
#

That was designed for arch

runic shard
#

windows cant create the partitions properly

sonic pilot
runic shard
#

just leave unpartitioned space

sonic pilot
runic shard
sonic pilot
runic shard
#

and see if that works

#

if you see reply just ctrl + c

sonic pilot
runic shard
#

nice

#

now run lsblk -l

sonic pilot
runic shard
sonic pilot
runic shard
#

run n

sonic pilot
#

Typed M for a screenshot of this

runic shard
#

then just press enter 1 time

#

and then type +512M

#

show output after that

sonic pilot
runic shard
#
n
<enter>
+512M
sonic pilot
runic shard
#

so its

#

n

#

enter twice

#

then +512M

sonic pilot
runic shard
sonic pilot
runic shard
sonic pilot
runic shard
#
t
7
1
#

this

sonic pilot
runic shard
#

on new lines

sonic pilot
#

Ok so now i changed my linux filesystem to efi sysrem

runic shard
#

now run

#
n
<press enter>
<press enter>
+16G
sonic pilot
runic shard
#

enter again

#

then +16G

sonic pilot
runic shard
sonic pilot
runic shard
sonic pilot
runic shard
runic shard
sonic pilot
runic shard
#

yes we creating new partitions

sonic pilot
#

Did this btw

runic shard
sonic pilot
runic shard
#

run w

sonic pilot
runic shard
#

and now that we are back in a shell run

mkfs.fat -F 32 /dev/nvme0n1p7
mkswap /dev/nvme0n1p8
mkfs.ext4 /dev/nvme0n1p9

(they are all separate commands btw)

runic shard
# sonic pilot Did it

now run these

mount /dev/nvme0n1p9 /mnt
mount /dev/nvme0n1p7 /mnt/boot -m
swapon /dev/nvme0n1p8
#

and once you done you can follow the wiki from here

runic shard
sonic pilot
runic shard
#

you ran wrong commands but it worked

#

now run

#
pacstrap -K /mnt base linux linux-firmware sudo man nano networkmanager grub
#

all on 1 line

flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
# sonic pilot Did it

Run grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --recheck

flint bridge
flint bridge
flint bridge
# sonic pilot Done

Add a host name run echo "Spygear69" > /etc/hostname you can change Spygear69 to something else.

flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
#

Is it English or something else?

sonic pilot
flint bridge
flint bridge
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
# sonic pilot Did it

No, you are missing a " run ctrl+c and try again echo "LANG=es_ES.UTF-8" > /etc/locale.conf

flint bridge
sonic pilot
flint bridge
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
sonic pilot
# flint bridge No, why?

Just curious cause i don't wanna be on the installer all night and having to continue tomorrow

#

How many commands do i have left?

flint bridge
sonic pilot
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
flint bridge
#

Make sure it's correct first.

flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
flint bridge
flint bridge
# sonic pilot Like this?

Correct it
pacman -S --noconfirm nvidia-open-dkms nvidia-prime nvidia-utils nvidia-settings plasma-desktop sddm

flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
# sonic pilot Here

Login there, type alain and hit enter then type the password then hit enter.

flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
#

Just run sudo nano /etc/pacman.conf

runic shard
sonic pilot
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
#

so does that mean i have git installed?

flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
sonic pilot
runic shard
#

prob use the kde one on kde

flint bridge
runic shard
#

but on hyprland i do some sort of grim "$(slurp)"

flint bridge
sonic pilot
runic shard
runic shard
#

try press win + shift + s

flint bridge
flint bridge
# sonic pilot name?

Just press

  • Print Screen -> full screen

  • Shift + Print Screen -> select area

  • Alt + Print Screen -> active window

sonic pilot
flint bridge
#

But first setup YAY.
Run cd /tmp/ && git clone https://aur.archlinux.org/yay && cd yay/ && makepkg -si --noconfirm

sonic pilot
flint bridge
sonic pilot
#

From here

#

How can i uninstalled

flint bridge
sonic pilot
#

sorry for the late respond i was in school

flint bridge
# sonic pilot

It's not installed in your system, so just run yay -S --noconfirm xpadneo-dkms

flint bridge
sonic pilot
flint bridge
sonic pilot
#

but it shouldn't matter now what matters is xpadneo

flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
flint bridge
sonic pilot
sonic pilot
# flint bridge Is it Bluethoot?

Just gonna say i wanna install xpadneo again since you aren't familiar with it might ask for a guide in the linux gaming server

sonic pilot
#

is a dependenxy for xpadneo and i want to uninstalled since i delete the xpadneo folder but i can't

#

i mean how can i uninstall dkms linux-headers bluez bluez-utils

flint bridge
flint bridge
sonic pilot
flint bridge
sonic pilot
#

But yeah i might not do it

sonic pilot
sonic pilot
#

at this point i don't know what to do i feel like i want to uninstall arch depsite i don't wanna break my pc

sonic pilot
sonic pilot
#

Just going to say i uninstalled arch @flint bridge because i wanted to reinstalled without weird things installed

I have 2 question and those are

  1. How can i delete the grub boot option

And 2. If i want to install arch again should i do it the same as last time?

runic shard
#

and you choose the grub one to delete it

#

and you can delete the 512Mb partition that is the arch boot partition\

#

then you can expand your C: to make it the rest of the empty space

sonic pilot
# runic shard 1) Eliminar option ....

question i might install arch manually once again and the question is should i make a new forum post that is dedicated to instally arch manually or just follow the steps i had in here

runic shard
#

but dont follow previous instructions

sonic pilot
runic shard