Thanks i will clarify what i am trying to do
First of all i am familiar with the installer and choose systemd-boot as bootloader.
I am trying to set up an installation from konsole all in virtualbox, no desktop what so ever
Why ? from there i have a minimal system skip unnecessary programs and choose whatever desktop i need.
create partition table with sgdisk
format partitions
mount and create subvols
make directories in /mnt
mount the subvols
pacstrap
generate fstab
arch-chroot /mnt
do locales time users etc
exit and umount
So where does bootctl fit in and what commands do i need for this minimal installation ?
I do this all the time and honestly all you have to do is just choose nodesktop option. The installer will still install systemd / grub for you. depending on which you choose in the installer
Thanks i know all that but i am trying from konsole so how to do that ?
Thatās what i would like to know.
I described in my post that i am famliiar with the installation procedure from iso and the installer.
from konsole is it possible and if so how ?
First, just a heads up that you can not only choose no desktop in the installer, you can literally deselect everything.
If you do that, the installer will basically pacstrap and configure the system. You will get an extremely minimal install that is only what is needed for the system to function and to be EOS.
Before exiting and unmounting the chroot you need to run the commands:
Why not ājustā installing arch by the way this way ?
I mean if you want a minimal install and do the magic yourself from terminal, being able to control every step and install only exactly what you need, wouldnāt it by be the way to go ?