#Omarchy won't install

843 messages Β· Page 1 of 1 (latest)

cosmic steeple
#

Hi, i've been trying to install omarchy on my PC and i cant, i want to punch my screen so much, for what i see its a problem with the encryption of my disk or something like that idk, here is the error log:

Omarchy installation stopped!

result = run(cmd, input_data=passphrase)

File "/usr/lib/python3.13/site-packages/archinstall/lib/general.py", line 4...

return subprocess.run(

cmd,

...<3 lines>... check=True,

File "/usr/lib/python3.13/subprocess.py", line 577, in run raise Called ProcessError(retcode, process.args, output=stdout, stderr-stderr)

subprocess.Called ProcessError: Command '['cryptsetup', 'open', '/dev/numeon1p...

Archinstall experienced the above error. If you think this is a bug, please r... https://github.com/archlinux/archinstall and include the log file "/var/log/a...

Hint: To extract the log from a live ISO

curl -F'file=@/var/log/archinstall/install.log' https://0x0.st

This command halted with exit code 0:

sed -u 's/x1b[[0-9]*[a-zA-21//g' >> /var/log/onarchy-install.log

GitHub

Arch Linux installer - guided, templates etc. Contribute to archlinux/archinstall development by creating an account on GitHub.

cosmic steeple
#

no

#

it doesnt work

cosmic steeple
#

idk it says that it cant get to the https or something like that i dont remember

viral glen
#

I am getting the same message FWIW

cosmic steeple
#

These are the logs

hearty hearth
#

Definately looks like it's getting stuck on disk encryption. Probably a dumb question but you did set a passphrase right? Did it have any weird or special characters?

cosmic steeple
cosmic steeple
#

It has 5 characters

#

Its really easy

#

I tried with a long passphrase, a short one, a one that has every character in the world NOTHING WORKSπŸ˜•

merry plover
#

do not use hostname with capital letters like Iron-Man use ironman instead

cosmic steeple
#

Ok i try

cosmic steeple
#

On username i wrote my name juanito, on Full Name i wrote Juan Felix Garcia Amills, on gmail [email protected] what im doing wrong

merry plover
#

nothing from the logs

#

is fastboot secureboot off?

#

in bios?

#

do and ls

#

see if you have user_configuration.json and user_credentials.json

#

then do archinstall --config user_configuration.json --creds user_credentials.json --silent

cosmic steeple
cosmic steeple
merry plover
#

oke

cosmic steeple
merry plover
#

so after the installation fails

#

are you using omarchy iso

cosmic steeple
#

Yeah, the installation failed and i clicked exit so now im at the terminal

merry plover
#

ok

cosmic steeple
#

And i did archinstall --config

merry plover
#

good

#

now go to install

cosmic steeple
#

Ok

merry plover
#

okey

#

so go back

#

go to disk configuration

cosmic steeple
#

Ok

#

What do i select

#

Disk configuration type

merry plover
#

partitioning

#

use a best effort default partition layout

cosmic steeple
#

Yeah and then, i have to clarify that i would like later to make a dual boot with windows

merry plover
#

you cannot do so

#

first install windows

cosmic steeple
merry plover
#

then install minimal arch

cosmic steeple
merry plover
#

then apply omarchy on top

cosmic steeple
#

Oh

merry plover
#

think of omarchy as a DE like gnome

cosmic steeple
#

But i cant firts install omarchy and then windows? Why

cosmic steeple
merry plover
#

because omarchy uses the whole disk, encrypt it with LUKS2

#

you cannot make space available for windows then

#

so install windows

#

create free space in the ssd

#

install arch manually

#

in the free space

#

create 2 partitions : efi > 2gb

#

:root > the rest of the free space

cosmic steeple
#

2 partitions of EFI?

#

Both with 2 gb?

merry plover
#

2 partitions : efi and root

cosmic steeple
#

Oh yeah yeah sorry misunderstood

merry plover
#

no worries

#

limine bootloader needs 2 gb of EFI

cosmic steeple
#

And you know any windows that has no stupid apps and a lot of bloatware?

merry plover
#

sorry no

cosmic steeple
#

That comes preoptimized and that i just want it for some videogames i will just use linux

merry plover
#

use the official one

cosmic steeple
merry plover
#

i don't trust any windows iso unless it comes from microsoft

cosmic steeple
#

I do that and then if i have the same problem with omarchy i come back it wont take me so much i think for windows installation

cosmic steeple
#

Thank you so much

merry plover
cosmic steeple
#

🀜 πŸ€›

cosmic steeple
#

i have windows

#

and im at the archinstall

#

i have all configured to install, i made a swap partition with 8GB, a root with 100GB and a home with 400GB

merry plover
#

how about EFI?

#

2 gbs

cosmic steeple
cosmic steeple
#

i already have the windows EFI, shouldnt i use that?

#

its only 200Mb

merry plover
#

no no , create another

#

limine needs 2gbs

cosmic steeple
#

i create another one with 2Gb and assign the mountpoin /boot/efi?

cosmic steeple
merry plover
#

did you went over the manual?

#

Run archinstall and pick these options (and leave anything not mentioned as-is):
Section Option
Mirrors and repositories Select regions > Your country
Disk configuration Partitioning > Default partitioning layout > Select disk (with space + return)
Disk > File system btrfs (default structure: yes + use compression)
Disk > Disk encryption Encryption type: LUKS + Encryption password + Partitions (select the one)
Hostname Give your computer a name
Bootloader Limine
Authentication > Root password Set yours
Authentication > User account Add a user > Superuser: Yes > Confirm and exit
Applications > Audio pipewire
Network configuration Copy ISO network config
Timezone Set yours

cosmic steeple
merry plover
#

Beware that you must setup disk encryption to use Omarchy as designed! The setup relies exclusively on disk encryption to secure your device, as it'll auto-login the user after the disk has been decrypted at boot.

Just note that this encryption setup won't allow you to enter the password from a Bluetooth keyboard at startup. Just like you can't use a Bluetooth keyboard to enter the BIOS on a PC. You'll need a keyboard that either uses a 2.4ghz dongle or a cable (which is much nicer for latency anyway!). I personally love the Lofree Flow84!

Here's what the disk encryption setup should look like. You need to pick LUKS, then set the encryption password, then apply to the partition (this step is crucial or nothing gets encrypted!):

arch-encryption.png

Once Arch has been installed, pick reboot, login with the user you just setup, and now you're ready to install Omarchy by running:

curl -fsSL https://omarchy.org/install | bash

It'll first ask you to sudo, then shortly thereafter, it'll ask for your name and email address. Those credentials are used to preconfigure git (git config --global user.name/email) and set for auto-expansion on CapsLock Space E (email) and CapsLock Space N (name). After that, it'll run by itself for 5-30 minutes, depending on the speed of your internet connection. When it's all done, it'll ask for your permission to reboot the system.

Now you're ready to Omarchy!

merry plover
cosmic steeple
#

ok ok, i restarted arch install, i do step by step if i need something i say it

merry plover
#

oke

cosmic steeple
#

if i use the suggest partition layout

merry plover
#

you can use pre-mounted configuration

#

if you created mounpoints

cosmic steeple
#

ok if i use that now it asks me for a root mount directory

#

what do i write

merry plover
#

mnt / or mnt

cosmic steeple
#

?

#

i write "/"

merry plover
#

ok

#

let's hope it works like that

#

you made the partition btrfs yes

cosmic steeple
#

no i did nothing right now

merry plover
#

oh

cosmic steeple
#

im at partitioning

#

you said i could use pre mount configuration

merry plover
#

if you created btrfs partiton for root

cosmic steeple
#

if i enter there it asks for root mount directory

merry plover
#

you installed arch before right?

cosmic steeple
#

yeah

merry plover
#

ok, so the efi needs to be fat32 with flag boot , /root needs to be btrfs with subvolumes

cosmic steeple
#

ok ok, so you saying that i have to go to manual partitioning like always

#

not pre mounted configuration

merry plover
#

yes, after you create the partitons and mountpoints then you can use pre-mounted partitions with archinstall

cosmic steeple
#

EFI created with mountpoint /boot/efi and 2GB

merry plover
#

follow the omarchy manual for required bootloader , pipewire etc

cosmic steeple
#

now i create one for root and one for home?

#

/ and /home separate

#

?

#

and the swap is needed?

#

8GB?

merry plover
#

i got 4 gbs

#

of swap

cosmic steeple
#

ok so 100GB for root and 400 for home is good?

merry plover
#

yeah

#

should do fine

cosmic steeple
#

and btrfs of filesystem? not ext4? why

#

ext 4 is more stable and fast right?

cosmic steeple
#

with btrfs i cant set the mountpoint

#

and when it says compressed i have to mark where it says mark/unmark as compressed? both? root and home?

merry plover
#

btrfs is used in omarchy to have snapshots support

#

if you dont want it

#

use ext4 with luks2 encryption

cosmic steeple
#

do i want it?

#

its useful?

merry plover
#

it's useful if your system crashes you can restore from snapshot

#

idk what to tell you

cosmic steeple
#

ok, so /root and /home, now how do i set the mountpoint for them?

merry plover
#

i used the ISO and formatted the whole SSD

cosmic steeple
#

ok i will use ext4

#

it should work right?

merry plover
#

mkfs.btrfs -f "$root_part"
mount "$root_part" /mnt
btrfs subvolume create /mnt/@
btrfs subvolume create /mnt/@home
umount /mnt
mount -o noatime,compress=zstd,subvol=@ "$root_part" /mnt
mkdir -p /mnt/home
mount -o noatime,compress=zstd,subvol=@home "$root_part" /mnt/home

#

Mount EFI partition

mkdir -p /mnt/boot
mount "$efi_part" /mnt/boot
#

then use pre-mounted and select mnt / for root

cosmic steeple
#

i can do that without commands right?

#

i have all the partitions

#

root (100GB + ext4)

merry plover
#

now mounted them

cosmic steeple
#

/home (400GB + ext4)

#

and the swap anf efi

merry plover
#

mount "$efi_part" /mnt/boot

#

mount "$root_part" /mnt

#

then use pacstrap to install : pacstrap /mnt base base-devel linux btrfs-progs reflector curl linux-firmware grub efibootmgr networkmanager sudo

#

or use archinstall

cosmic steeple
merry plover
#

however you want

#

ok

#

you have them mounted

#

use archinstall

#

select at disk configuration pre-mounted

cosmic steeple
#

Yes im here

merry plover
#

/

#

should be

cosmic steeple
#

Ok, now disk encryption

#

LUKS

merry plover
#

luks

#

yes

#

next password

cosmic steeple
#

Ok password settled

merry plover
#

partitions

#

space to select /root and home

cosmic steeple
#

I cant enter partition

merry plover
#

hmm

#

another idea

#

use cachy-os iso

#

to create and install minimal arch

#

then apply omarchy

cosmic steeple
#

why?

#

its not good with arch?

#

i have to flash another ISO to my usb?

merry plover
#

yes

#

but that has a live environment

cosmic steeple
#

But why, i have almost all good here on arch

merry plover
#

well because i don't know why it does not let you continue

amber tinsel
cosmic steeple
#

Now it works

merry plover
#

awesome

cosmic steeple
#

Its because when i went to pre mounted configuration and wrote / it deleted all the partitions

merry plover
#

continue with the steps

cosmic steeple
#

Which partitions i select

merry plover
#

root and home

cosmic steeple
#

Ok root and home selected

merry plover
#

now go back

cosmic steeple
#

Ok nice

merry plover
#

go to swap

#

then to bootloader

#

etc

#

as per omarchy manual

cosmic steeple
#

Ok

#

ok all done

#

only thing is that on the image in the manual the guy says that disk encryption should look like this

#

And mine looks like this

#

Should i change itineration time?

#

if its good i install it right?

stone dew
#

I haven't tried installing omarchy from the iso

#

shoving it on top of arch feels like a much easier choice rather than rely on all the abstractions the iso gives. It's mostly archinstall tho

stone dew
cosmic steeple
#

yes?

stone dew
#

leave it as it is

cosmic steeple
#

ok

#

i install

#

im scared

#

then i dont know what more to do, probably its on the manual

stone dew
cosmic steeple
#

oh

stone dew
#

you can try again

cosmic steeple
#

it says boot partition not found

stone dew
#

keep trying until you get it right

cosmic steeple
stone dew
cosmic steeple
#

I created one named /boot/efi

stone dew
#

wait

cosmic steeple
cosmic steeple
stone dew
#

instead of /boot/efi

cosmic steeple
#

ok but then i wont have the efi partition right?

cosmic steeple
stone dew
#

that's the one for your efi

cosmic steeple
#

i delete the /boot/efi then

#

well

#

asign the new mountpoint

#

no need to delete it

stone dew
#

wait

#

you have windows installed?

cosmic steeple
#

yes

stone dew
#

I see a FAT partition on top

cosmic steeple
#

i have it

#

i wanna do dualboot

stone dew
#

Normally, you don't need to create a separate efi parition in case you already have one

#

just use it

#

the first one

#

mount it on /boot/efi

cosmic steeple
#

he said i had to create a new one

#

that has 2GB

#

i dont understand, what do i have to do?

stone dew
#

let me check the arch wiki

cosmic steeple
#

ok thanks

stone dew
#

Using the same efi partition should work

#

then you can use the same bootloader for both linux and windows

cosmic steeple
#

ok and then why he said i needed 2GB

#

for the bootloader or something? i dont know probably 200MB is not so much for windows, linux and bootloader at the same place?

stone dew
#

Where did he say that?

cosmic steeple
#

and then what do i do? i delete my efi partition and pot /boot/efi on the windows one?

cosmic steeple
cosmic steeple
#

here

merry plover
#

limine bootloader takes 2gb as it's using UKI

#

unified kernel images

cosmic steeple
#

ok so, what do i do

stone dew
#

I don't know much about limine

cosmic steeple
# merry plover

because with the efi partition i created its not detecting the /boot

cosmic steeple
merry plover
#

so don't worry if the manual looks a bit different than yours

#

continue with the archinstall setup

cosmic steeple
#

yeah yeah

#

but its not working

cosmic steeple
stone dew
merry plover
stone dew
#

Could be because he's missing the bootable flag?

merry plover
#

or simply boot

stone dew
merry plover
#

let me check on mine

stone dew
#

I simply use /boot, as arch wiki suggests

merry plover
#

yes is boot

cosmic steeple
#

should i add boot and esp flag? like the windows one

#

ok so /boot not /boot/efi

stone dew
#

and add the flag

merry plover
#

that's how is setup on mine

cosmic steeple
#

but the flag esp?

#

i have the flag boot, the flag esp i add it too?

merry plover
#

i think boot will suffice

cosmic steeple
#

ok it works

#

it was the flag

stone dew
#

This is how my main machine is configured

cosmic steeple
#

ok it needed the flag esp, if not it wont let me install

#

now it wok

#

works

#

i install ok??

stone dew
stone dew
stone dew
cosmic steeple
merry plover
#

let's goooo!!!!

cosmic steeple
#

even if it doesnt work thank you both so much

#

i love you for being so patient

stone dew
#

linux is all about being patient

merry plover
#

takes time and a lots of reading to do it but it's acomplishing when it works

cosmic steeple
#

ok, now its booting directly on windows

#

it doesnt show limine

#

well, now its on the bios screen "repairing"

merry plover
#

so the install of arch completed?

cosmic steeple
merry plover
#

reboot windows and press f2 or f8 to access the bootmenu

#

from there select the drive with linux

cosmic steeple
#

it doesnt work

#

ok i have to go run sorry

#

in 30 minutes im back

#

thank you see you later

merry plover
#

oke

stone dew
#

and select limine

#

f9 or f10 or f12

#

depending on your system

#

You'd need to adjust your boot order in the bios

cosmic steeple
#

Ok im at home

#

Lets see if that works

merry plover
#

let's goo

cosmic steeple
#

wait

#

its necesary to have encryption password?

#

i dont like that i have to put my password everytime i open linux, i mean its ok for the admin password inside the system but for opening the disk...

#

and its not working

#

im writing the passphrase i wrote and it doesnt work, i reinstall arch?

merry plover
#

so it asks for your encryption password you have set in archinstall

cosmic steeple
#

yeah i know

#

and its not working

#

or i wrote it badly or idk

#

i tried a lot of times

#

its no problem. i reinstall and lets se if it works i already have the archinstall prepared

amber tinsel
#

maybe you didnt select right keyboard language (qwertz/qerty)

cosmic steeple
#

i do that?

merry plover
#

it's still at first arch minimal boot

cosmic steeple
amber tinsel
#

thats what happend for me atleast, typing password and was wondering why it didnt worked

merry plover
#

then if you cannot decrypt the disk the only choice is reinstall 😩

#

now you know how

cosmic steeple
#

its not possible to not have the disk encrypted?

#

or atleast not having to put the password?

merry plover
#

thing is omarchy uses encryption to send you straight to the desktop

#

no login manager

#

with no encryption and no login manager

#

is insecure

#

but is your system, do as you like

cosmic steeple
#

ohhhhh now i understand why when i logged in it lastet more than other systems

#

ok ok no i understand

#

do i change the swap option? its by default checked the option swap on zram

cosmic steeple
#

its just for pc with bad RAM

stone dew
cosmic steeple
stone dew
#

like if someone gets access to your drive

cosmic steeple
#

im talking about the option swap on zram

stone dew
#

they won't be able to get inside because of encryption

stone dew
cosmic steeple
stone dew
#

It wouldn't hurt to have swap tbh

#

but you can set it later as well

#

so it's not an issue

cosmic steeple
#

but should i have it or not?

#

its better if i just have it on?

stone dew
merry plover
#

have it

cosmic steeple
#

ok ty

#

installing arch...

cosmic steeple
#

Bruh

#

Now this

cosmic steeple
merry plover
#

like cachyos or calamarch

#
#

it has a live GUI

cosmic steeple
#

ok man i'll doit for you

#

haha

merry plover
#

so you can do it visually

#

have access to wifi and arch wiki

cosmic steeple
#

but before it worked well

#

idk why now it shows this

merry plover
#

idk either

#

boot the ISO and open gparted

stone dew
#

your /boot partition should have the kernel image

#

and it should be mounted to /mnt/boot

cosmic steeple
#

Everything good or its normal?

merry plover
#

are you trying to boot an ISO?

#

it failed

#

is the usbdrive formatted GPT?

#

or is it MBR?

cosmic steeple
#

i used balena to flash the iso of the one you said to me

merry plover
#

are you on windows?

#

use rufus or ventoy

cosmic steeple
#

ok

cosmic steeple
#

Which one i select?

#

I think i did well with partitions right?

stone dew
cosmic steeple
#

Yeah, the other guy said i should do it with this ISO

stone dew
#

since omarchy will handle that

cosmic steeple
#

Ok nice

cosmic steeple
#

I installed it

#

But it didn't give me option to choose grub or limine

#

I have it installed

stone dew
#

Manual installation one

cosmic steeple
#

Oh perfect

#

I will later when i come home

#

I have to go bye

cosmic steeple
#

Could not resolve host:

cosmic steeple
stone dew
#

or wifi

cosmic steeple
#

No, wifi

#

But i think its already connected

#

Or not?

stone dew
#

did you connect wifi?

#

do ping archlinux.org

cosmic steeple
#

Oh no, it was with the other installer that let me save the same wifi config with this one not

#

But iwctl doesnt work look

stone dew
#

because iwd isn't downloaded

cosmic steeple
cosmic steeple
#

I think its installed but now working right?

stone dew
#

yeah

#

systemctl status iwd

#

show output

#

if this doesn't workdo systemctl --user status iwd

cosmic steeple
stone dew
#

systemct --user start iwd

cosmic steeple
#

I already enabled i think with another command

#

With yours doesn't work

#

Oh yeak working

#

I did systemctl enable iwd.service

#

And then start

#

Im learning...

#

Bruh...

stone dew
cosmic steeple
stone dew
#

dhcpcd wlan0

cosmic steeple
stone dew
cosmic steeple
#

Ok

#

It works

cosmic steeple
cosmic steeple
#

Wow...

stone dew
#

I'm going to tag you in another thread

cosmic steeple
#

Ok

cosmic steeple
#

Hi

#

im here another time

#

hahah

#

i've been pretty bussy

#

i decided i will install omarchy on my pc, just omarchy, no dual boot, no windows

#

but now it still gives me an error jaajaja they dont want me to use omarchy

#

@merry plover

#

i think we have to talk... heheh

merry plover
#

what ISO and what error

cosmic steeple
merry plover
#

so make sure SATA mode in BIOS is set to AHCI then try again

cosmic steeple
#

ok

cosmic steeple
merry plover
#

looks like your ssd was busy with something

cosmic steeple
#

what can i do?

merry plover
#

format the disk

cosmic steeple
#

yeah i was going to say that

merry plover
#

press ctrl + c

cosmic steeple
#

from a live usb?

#

oh ok

merry plover
#

from this one

cosmic steeple
#

yeah from arch

#

what do i do?

merry plover
#

do you see root@archiso : ?

cosmic steeple
#

yeah

merry plover
#

do lsblk -f

cosmic steeple
merry plover
#

sudo umount /dev/nvme0n1p1

#

sudo umount /dev/nvme0n1p2

cosmic steeple
merry plover
#

then do cgdisk /dev/nvme0n1

cosmic steeple
merry plover
#

select each partition and delete them

cosmic steeple
#

Ok, done

merry plover
#

now do lsblk -f again

cosmic steeple
#

but after deleting should i press write or verify or something?

merry plover
#

press write yes

cosmic steeple
#

Ok oi

merry plover
#

awesome

#

now reboot and select the usb again

#

and in the setup choose the disk

#

as you did earlier

cosmic steeple
#

nice, thanks

merry plover
#

let's hope it does not error out again

#

should not but let's see

cosmic steeple
cosmic steeple
merry plover
#

can you send me that log file?

#

press exit

#

then use iwctl to connect to wifi

#

do you know how?

cosmic steeple
#

yeah

#

im connected

merry plover
#

ok. run the command from the error and give me the link

#

OR

#

use archinstall now that you are connected

#

and select the options as described in the omarchy manual

cosmic steeple
cosmic steeple
merry plover
#

you will apply omarchy on top

cosmic steeple
#

ok ok, lets do it

cosmic steeple
#

mmm it doesnt load the page

merry plover
#

also add git and curl to the install list

cosmic steeple
#

ok

merry plover
#

ok

#

let's see

#

mirrors select your country

cosmic steeple
#

im trying to open the omarchy manual in my laptop but it doesnt open

#

you are my manual πŸ™‚

merry plover
cosmic steeple
#

nice thanks

merry plover
cosmic steeple
#

ok

#

when i go to aditional packages it crashes the installer

cosmic steeple
# merry plover

maybe the reason why omarchy page doesnt load for me its the same why that is happening?

merry plover
#

then something is wrong in the BIOS or the ssd has some kind of protection idk

cosmic steeple
#

nah that was working an hour ago

#

i've been installing arch all the day from archinstall

#

maybe if i try with an arch iso?

#

instead of omarchy's iso?

haughty oasis
merry plover
#

then reboot

merry plover
#

let's see if that runs ok

haughty oasis
merry plover
#

select hyprland-uwsm

cosmic steeple
merry plover
haughty oasis
#

Finally came can you please help from here.

merry plover
#

do ls -ld

#

it will show a list of .bash_profile and .bashrc

#

delete those with rm .bash_profile

haughty oasis
#

It didn't reflected any bash file.

merry plover
#

try with ls -ld .*

cosmic steeple
merry plover
merry plover
cosmic steeple
#

Why?

merry plover
#

@cosmic steeple enter your encryption password

#

is normal

cosmic steeple
#

Yeah

#

I know

#

It doesn't work

merry plover
#

you did set one in the archinstall yes?

cosmic steeple
#

Its impossible that i've wrote another passphrase i did it very carefully

cosmic steeple
merry plover
#

i'd say try again? idk what happened but if archinstall worked

#

now try the omarchy ISO again

cosmic steeple
#

Oh ok

#

I try with omarchy iso

merry plover
#

or reinstall arch again and set a numeric password like 12345

#

idk

#

i don't know if your keyboard is us or es or fr etc..

cosmic steeple
#

Its us

#

They keyboard and the keyboard layout on the archinstall is us

merry plover
#

try with the numpad if you have one

haughty oasis
#

Done removed the bash_profile

merry plover
#

and .bashrc

#

then reboot

haughty oasis
#

Okay.

haughty oasis
#

Okay

merry plover
#

open a terminal and connect to the wifi

#

with iwctl

#

[iwd]# device list

haughty oasis
#

Done

merry plover
#

good

haughty oasis
#

Connected wifi

merry plover
haughty oasis
#

I have done the same thing previously do I need to do it again?

#

This error.

cosmic steeple
#

i will try another time with arch

merry plover
# haughty oasis This error.

so you used the archiso and then applied omarchy right? did you make the efi partiton > 2gbs and selected limine with snapper as bootloader?

merry plover
merry plover
#

ping me and we will get started

cosmic steeple
#

i ping you why?

cosmic steeple
haughty oasis
merry plover
cosmic steeple
#

we can try whatever you want

merry plover
haughty oasis
#

Ohh

merry plover
haughty oasis
merry plover
#

as the disk should be mounted

cosmic steeple
merry plover
cosmic steeple
haughty oasis
#

This is what I got..

merry plover
#

try the curl command again

haughty oasis
#

I just rebooted it worked..

cosmic steeple
merry plover
haughty oasis
cosmic steeple
merry plover
cosmic steeple
#

its very easy

#

it cant be easier so i dont understand

merry plover
#

ok.stay in bios a little

#

see if Legacy Boot is enabled

cosmic steeple
#

its not

#

its on UEFI

merry plover
#

go to power management

cosmic steeple
#

ok

#

im here

merry plover
#

see if the SSD has some sleep option enabled

#

what is the name of the motherboard?

cosmic steeple
merry plover
#

ok so it's not that

#

let's try booting back into the omarchy ISO

#

and stop the install with ctrl + c

#

and run a few commands

#

first lsblk -f

#

then cat /sys/block/nvme0n1/queue/autosave (replace nvme0n1 with your SSD's device name)

cosmic steeple
merry plover
#

cat /sys/block/nvme0n1/queue/autosave

cosmic steeple
#

It doesnt exist the directory auto save

merry plover
#

ok

#

now its a long one : create /etc/udev/rules.d/60-nvme.rules with ACTION=="add", SUBSYSTEM=="nvme", ENV{NVME_AUTOSAVE}="0"

cosmic steeple
#

Command not found create

gritty sparrow
#

U guys try to make dual boot?😭

merry plover
#

try cat /proc/mdstat

cosmic steeple
cosmic steeple
#

Just the proc

#

But the other directory not

merry plover
#

ok

#

do you have another SSD?

gritty sparrow
#

FML, I need it. Wiped of my omarchy because needed windows for some things now I want it back such a hustle wanna hit a hole in the wall with my head why is it so hard dude

merry plover
#

i've exausted all options here

cosmic steeple
#

No, i had one but a friend has it

merry plover
cosmic steeple
#

But the problem of the omarchy installation its that it encrypts the partition and then it cant unlock it right?

#

Its like the problem i have with arch

cosmic steeple
#

I encrypt with passwords and then i csnt unlock it

#

Why is that

merry plover
#

try setting a passphrase using the numpad

#

instead

cosmic steeple
#

I dont have

#

Numpad

gritty sparrow
#

You have a link for me ? πŸ₯ΉπŸ™ Looking into block posts reddit and stuff nothing works .

gritty sparrow
merry plover
# gritty sparrow This

Dual Boot Omarchy and windows 11. Install Omarchy alongside windows 11. This NEW video shows you how to install Omarchy on windows 11. Using dual boot you can set up windows 11 and Omarchy on the SAME drive. Dual booting windows 11 and Omarchy helps to use both operating systems at the same time. When you turn on your Pc it will ask you to boot ...

β–Ά Play video
merry plover
cosmic steeple
#

Ok

merry plover
#

no caps-lock on, no shift, nada

#

just numbers

#

if this does not work either

#

i am going to go to sleep

#

πŸ™‚

cosmic steeple
#

Step by step

#

Password just numbers

merry plover
#

ok

#

fingers crossed

cosmic steeple
#

Yeah you can go to sleep i will stay here to kill more brain cells

merry plover
#

it clearly says the issue is with the passphrase

cosmic steeple
#

Bro the passphrase was 12345

#

I cant with this...

merry plover
#

with ArchISO you succeded to install but then it won't recognize your password to open the disk

#

try with archiso again but without encryption

#

it's the only shot

#

if that does not work either

#

then buy a different SSD

#

i don't know what to tell you

cosmic steeple
#

But thanks man

merry plover
#

sure

#

take care!

cosmic steeple
#

You are great guy good night

merry plover
#

sorry i could not do more

cosmic steeple
merry plover
#

good night!

cosmic steeple
merry plover
#

Got a weird one

#

Try using a different USB port

#

it hit me when I brushed my teeth lol

#

use a 2.0 port

#

usb i mean

#

Instead of the 3.0 ones

cloud sluice
#

Everything appear right in the confirmation @cosmic steeple?

cosmic steeple
cosmic steeple
cloud sluice
#

The one right before install starts where it shows all of the information you entered

#

Just trying to rule out additional weird things

cosmic steeple
#

Mmm i think all was right, as like the photos i sent

#

Now im installing arch without encryption

cosmic steeple
cosmic steeple
#

?

#

Now it just dont install its been there for 5 minutes

cosmic steeple
#

Arch installed without encryption

charred dagger
# cosmic steeple

if you still having issues with installation try changing Storage SATA mode to AHCI in bios menu. If you can't find this directly in bios/menu you got to change some other config too.

merry plover
haughty oasis
#

Hello everything.. Thanks for helping me....

Just a small bug or I don't know is it a bug or not...

When I lock omarchy, and try to enter the password again the keyboard is not working..

I have to press my power button for 5 seconds and hard restart again..

Am I doing something wrong or is it a bug??

merry plover
#

i noticed this bug too

#

a reboot fixed it

#

i'll see if i can devise a solution

merry plover
merry plover
# cosmic steeple

@cosmic steeple please report back if without encryption you were able to install Omarchy.

cosmic steeple
cosmic steeple
cosmic steeple
merry plover
cosmic steeple
#

But now i have this problem that i dont understand

#

Steam doesnt open

#

Minecraft doesn't open

haughty oasis
#

No I am not using any external keyboard..

merry plover
cosmic steeple
#

I have all drivers

#

All dependencies

merry plover
merry plover
cosmic steeple
haughty oasis
#

I just clicked on my power button for 5 seconds and then it rebooted and it works and again if I close my laptop and open the laptop physically then it stops working again..

cosmic steeple
merry plover
cosmic steeple
haughty oasis
#

Yes

merry plover
haughty oasis
#

But how to raise a ticket. πŸ˜…πŸ˜…πŸ˜…

merry plover
merry plover
cosmic steeple
#

now what

merry plover
#

still does not open?

cosmic steeple
# merry plover

but i dont think it has to be with steam, the problem is the same for minecraft

cosmic steeple
merry plover
#

so no game is running?

cosmic steeple
#

i installed kernel linux-zen

#

idk if that is important?

merry plover
#

why?

#

linux-zen-headers was also installed?

cosmic steeple
merry plover
#

nvidia-open-zen too?

cosmic steeple
cosmic steeple
#

i think i have propietary drivers for nvidia

merry plover
#

pacman -Qe > packs.txt

#

check

cosmic steeple
merry plover
#

yes

#

do a fastfetch

#

in terminal

#

let's see if this is kernel issue

cosmic steeple
merry plover
#

looks like steam is borked

#

there a lot of users