Or is this not necessary, as I selected compression in the archinstall script?

|
prasannarajaram 2022-09-04 20:49:39
C0rn3j 2022-09-04 20:49:12
how did you verify that was the ESP and not a recovery partition?

I have 1GB recovery partition separately

Rob 2022-09-04 20:49:40
prasannarajaram 2022-09-04 20:48:40
Ya, but what exactly you mean when you say
start again

Start again the “correct” way with a clean setup, keeping window/linux away from each other and not reusing partitions

C0rn3j 2022-09-04 20:50:33
prasannarajaram 2022-09-04 20:49:39
I have 1GB recovery partition separately

No clue then, I use systemd-boot which does automatic detection since you have to keep things on one ESP anyway.

prasannarajaram 2022-09-04 20:51:46
C0rn3j 2022-09-04 20:49:12
how did you verify that was the ESP and not a recovery partition?

Here is the picture

xerxeslins 2022-09-04 20:52:03
Hello,

I used the archinstall script.

I selected the option to use compression and btrfs (at system root. I only have boot and root.).

After installation it is necessary to add:

“compress-force=zstd:15”

(or similar)

to fstab?

I also have to run:

btrfs filesystem defragment -r -v -czstd /

Or is this not necessary, as I selected compression in the archinstall script?

Thanks.

C0rn3j 2022-09-04 20:52:36
xerxeslins 2022-09-04 20:52:03
Hello,

I used the archinstall script.

I selected the option to use compression and btrfs (at system root. I only have boot and root.).

After installation it is necessary to add:

“compress-force=zstd:15”

(or similar)

to fstab?

I also have to run:

btrfs filesystem defragment -r -v -czstd /

Or is this not necessary, as I selected compression in the archinstall script?

Thanks.

compress or compress-force needs to be in fstab, is it not?

prasannarajaram 2022-09-04 20:52:50
archlinuxgroup-612130.jpg
P5 is the recovery
P1 is the EFI
C0rn3j 2022-09-04 20:53:11
prasannarajaram 2022-09-04 20:52:50
archlinuxgroup-612130.jpg
P5 is the recovery
P1 is the EFI

Yeah, that’s fine though but 260MB can be too small and is below the recommended 512MB minimum.

prasannarajaram 2022-09-04 20:54:19
C0rn3j 2022-09-04 20:53:11
archlinuxgroup-612130.jpg
Yeah, that’s fine though but 260MB can be too small and is below the recommended 512MB minimum.

Ok. How do I restart? Like what should I do next?

xerxeslins 2022-09-04 20:55:04
C0rn3j 2022-09-04 20:52:36
archlinuxgroup-612130.jpg
compress or compress-force needs to be in fstab, is it not?

Yes, it is required in manual installation. Thank You

C0rn3j 2022-09-04 20:55:07
I’ve no clue how to solve your grub issue, as I do not use grub.
If I were you I’d create a new 512MB partition and install Linux there, you can move the Windows ESP files there too later if you wish.
C0rn3j 2022-09-04 20:55:23
xerxeslins 2022-09-04 20:55:04
archlinuxgroup-612130.jpg
Yes, it is required in manual installation. Thank You

What do you mean manual? I thought you are using archinstall

C0rn3j 2022-09-04 20:55:36
If you chose compression in btrfs in archinstall and it did not put the parameter in fstab, that’s a bug
xerxeslins 2022-09-04 20:57:01
C0rn3j 2022-09-04 20:55:23
archlinuxgroup-612130.jpg
What do you mean manual? I thought you are using archinstall

I’ll try to explain.

Since I selected compression using the archinstall script,

expected that everything would be configured automatically.

Apparently I still need to add compression in fstab.

I understood.

Thanks.

C0rn3j 2022-09-04 20:57:16
xerxeslins 2022-09-04 20:57:01
archlinuxgroup-612130.jpg
I’ll try to explain.

Since I selected compression using the archinstall script,

expected that everything would be configured automatically.

Apparently I still need to add compression in fstab.

I understood.

Thanks.

You should report a bug if it isn’t already

prasannarajaram 2022-09-04 20:58:07
C0rn3j 2022-09-04 20:55:07
archlinuxgroup-612130.jpg
I’ve no clue how to solve your grub issue, as I do not use grub.
If I were you I’d create a new 512MB partition and install Linux there, you can move the Windows ESP files there too later if you wish.

Thanks for your time Martin

prasannarajaram 2022-09-04 20:58:24
Rob 2022-09-04 20:49:40
archlinuxgroup-612130.jpg
Start again the “correct” way with a clean setup, keeping window/linux away from each other and not reusing partitions

Thanks Rob

xerxeslins 2022-09-04 20:58:30
C0rn3j 2022-09-04 20:57:16
archlinuxgroup-612130.jpg
You should report a bug if it isn’t already

Oh! Interesting. Really I needed to add compression to fstab. It wasn’t automatic.

I’ll redo the test in virtual machine to be sure. So I report the bug.

Thanks.

Rob 2022-09-04 20:58:58
prasannarajaram 2022-09-04 20:58:24
archlinuxgroup-612130.jpg
Thanks Rob

Just my way of doing things, do what suits your setup but i prefer having dual ESP’s

prasannarajaram 2022-09-04 20:59:38
Rob 2022-09-04 20:58:58
archlinuxgroup-612130.jpg
Just my way of doing things, do what suits your setup but i prefer having dual ESP’s

Yeah sure. Is there an archwiki for dual ESPs?

Rob 2022-09-04 20:59:59
prasannarajaram 2022-09-04 20:59:38
archlinuxgroup-612130.jpg
Yeah sure. Is there an archwiki for dual ESPs?

Not sure i doubt it. But it’s very simple just create another

C0rn3j 2022-09-04 21:00:26
prasannarajaram 2022-09-04 20:59:38
archlinuxgroup-612130.jpg
Yeah sure. Is there an archwiki for dual ESPs?

I’d stick with single ESP and systemd-boot personally, but that’s my preferred way

Rob 2022-09-04 21:00:53
Systemd-boot and uefi boot menu here
prasannarajaram 2022-09-04 21:01:02
C0rn3j 2022-09-04 21:00:26
archlinuxgroup-612130.jpg
I’d stick with single ESP and systemd-boot personally, but that’s my preferred way

Hmm.. I will explore further

xerxeslins 2022-09-04 21:08:00
C0rn3j 2022-09-04 20:55:36
archlinuxgroup-612130.jpg
If you chose compression in btrfs in archinstall and it did not put the parameter in fstab, that’s a bug

I found that the bug has already been reported.

So I just left my comment there on GH.

Thanks.

https://github.com/archlinux/archinstall/issues/1303

SecretsOfHeart 2022-09-04 21:18:24
How can i fix conflicting packages?
C0rn3j 2022-09-04 21:20:41
SecretsOfHeart 2022-09-04 21:18:24
archlinuxgroup-612130.jpg
How can i fix conflicting packages?

Which exact packages?

SecretsOfHeart 2022-09-04 21:21:58
C0rn3j 2022-09-04 21:20:41
archlinuxgroup-612130.jpg
Which exact packages?

mariadb-libs and libmysqlclient are in conflict

C0rn3j 2022-09-04 21:22:39
SecretsOfHeart 2022-09-04 21:21:58
archlinuxgroup-612130.jpg
mariadb-libs and libmysqlclient are in conflict

Why do you need both MariaDB and MySQL on the same host?

SecretsOfHeart 2022-09-04 21:23:04
I am just using mysql.
C0rn3j 2022-09-04 21:23:19
So why do you need MariaDB libraries?
SecretsOfHeart 2022-09-04 21:23:20
I was working fine till yesterday, just today these both are in conflict
il_muflone 2022-09-04 21:23:50
SecretsOfHeart 2022-09-04 21:23:20
archlinuxgroup-612130.jpg
I was working fine till yesterday, just today these both are in conflict

they always been in conflict (mysql maintainer)

SecretsOfHeart 2022-09-04 21:24:07
C0rn3j 2022-09-04 21:23:19
archlinuxgroup-612130.jpg
So why do you need MariaDB libraries?

I don’t neend them. Earlier there was a version of mariadb on my system, but after sometime i switched to mysql. I guess some of the dependencies of mariadb are still remaining

il_muflone 2022-09-04 21:24:33
you have to choose among one of the two only
|