Hey guys, how are you?
anyone knows how to ignore those other packages to removing ?
how to fix grub issue with arch update?
how can I pretend to be you if I didnt even know that you love c++

This is what you’re talking about, isn’t it?
Hey guys, how are you? I hope you are well, in this video I show how to install Artix Linux Runit, without comments, only commands, this guide is used to install the operating system with any desktop environment (Mate, Plasma, Xfce, Gnome or others) or any Window Manager (IceWM, Fluxbox, Openbox, or others), also with any session manager (LightDM, SDDM, GDM or others).
Although it is dedicated to Runit, changing the runit packages for those of OpenRC, s6 or Dinit the guide also works, you can read the documentation to know how to start services in each init, for example for OpenRC:
rc-update add service
~This guide is completely based on the official Artix Linux installation guide:
https://wiki.artixlinux.org/Main/Installation
/////////////////////////////
00:00 Download the ISO
00:14 Declare keyboard type
00:26 Partition and format the drive
00:46 Mount partitions
00:56 Install base system
01:21 Install kernel
01:46 Generate fstab
02:02 Enter the installed system (Chroot)
02:09 Set time zone and time
02:19 Set premises
02:50 Activate parallel downloads and colors in pacman
03:00 Install and configure bootloader
03:36 Add users
03:43 Set Hostname
04:00 Install connection manager
04:19 Reboot system
04:36 Install Desktop Environment or Window Manager (With optional Session Manager)
05:53 Example of a minimal Plasma installation with SDDM
xd, it is exactly the same
Well, I guess you are right.

This is my assignment and i don’t have a fucking clue
lul i dont use vbox but this looks very easy

xd, it is exactly the same
I basically just searched YouTube for a non-gui installation of artix. I absolutely don’t know anything about it and I certainly wouldn’t want to do my installation that way. Sometimes, even doing gui installation is intimidating enough

anyone knows how to ignore those other packages to removing ?

installing vbox for me was a pain for some reason
how ?

anyone knows how to ignore those other packages to removing ?
Choose yes

This is my assignment and i don’t have a fucking clue
I’m curious, what study course requires you to do this exercise?

how ?
Probably kernel modules

You cant enable all arch repos, especially the one with systemd stuff
For enabling community, extra, multilib u need to enable universe repos
To enable this repo, append the following lines to your /etc/pacman.conf:
[universe]
Server = https://universe.artixlinux.org/$arch
Server = https://mirror1.artixlinux.org/universe/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/$arch
Server = https://mirror1.cl.netactuate.com/artix/universe/$arch
Server = https://ftp.crifo.org/artix-universe/
and then install artix-archlinux-support
@amazosie

how ?
The vboxdrv module didn’t wanna get installed by both vbox-host-modules-arch or the dkms, since I use linux kernel and not lts or zen. I ended up messing the kernel itself

Probably kernel modules
was expecting this answer for a long time lmao

The vboxdrv module didn’t wanna get installed by both vbox-host-modules-arch or the dkms, since I use linux kernel and not lts or zen. I ended up messing the kernel itself
had to chroot later and fix it via full system update

Clears unneeded dependencies
lol those other packages are not unneeded

installing vbox for me was a pain for some reason
if you just need a vm then gnome-boxes is fine too

lol those other packages are not unneeded
Then choose no

The vboxdrv module didn’t wanna get installed by both vbox-host-modules-arch or the dkms, since I use linux kernel and not lts or zen. I ended up messing the kernel itself
the same issue was this me , either you can install dkms or vbox-host-modules-arch according to your kernel type

The vboxdrv module didn’t wanna get installed by both vbox-host-modules-arch or the dkms, since I use linux kernel and not lts or zen. I ended up messing the kernel itself
always update kernel if u getting this dkms error and boom vbox will work fine

had to chroot later and fix it via full system update
Perhaps you just needed to update the kernel (always do that when installing modules, especially on a rolling release distro)

if you just need a vm then gnome-boxes is fine too
I just don’t use gnome apps nowadays, but I got to know about this after I fixed the stuff altogether

always update kernel if u getting this dkms error and boom vbox will work fine
i spend too much time in vbox and i already googled those are and found fixes

how to fix grub issue with arch update?
mount and chroot from live usb
grub-install and grub-mkconfig -o /boot/grub/grub.cfg

it can be done without chroot lmao
Well how?