I find myself unable to start the Arch Linux ISO on a virtual machine (archlinux-2024.02.01-x86_64.iso
). The way VirtualBox behaves leads me to believe it’s some problem either with my system or the package.
Output of inxi -v1 --filter
:
System:
Kernel: 6.7.6-arch1-1 arch: x86_64 bits: 64
Desktop: KDE Plasma v: 5.27.10 Distro: Arch Linux
CPU:
Info: dual core Intel Core i3-7020U [MT MCP] speed (MHz): avg: 558
min/max: 400/2300
Graphics:
Device-1: Intel HD Graphics 620 driver: i915 v: kernel
Device-2: Realtek Integrated_Webcam_HD driver: N/A type: USB
Display: wayland server: X.org v: 1.21.1.11 with: Xwayland v: 23.2.4
compositor: kwin_wayland driver: X: loaded: modesetting dri: iris gpu: i915
resolution: 1366x768
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.0.1-arch1.1
renderer: Mesa Intel HD Graphics 620 (KBL GT2F)
Drives:
Local Storage: total: 931.51 GiB used: 81.84 GiB (8.8%)
Info:
Memory: total: 8 GiB available: 7.66 GiB used: 3.16 GiB (41.3%)
Processes: 201 Uptime: 36m Shell: Bash inxi: 3.3.33
I currently have these packages installed, but I tried using virtualbox-host-dkms
before, to no avail:
linux 6.7.6.arch1-1
linux-firmware 20240220.97b693d2-1
linux-headers 6.7.6.arch1-1
virtualbox 7.0.14-2
virtualbox-guest-iso 7.0.14-1
virtualbox-host-modules-arch 7.0.14-9
I thought the problem could be with kernel params. But no result. This is what I’m working with:
# GRUB boot loader configuration
LANG=C
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR='RebornOS'
GRUB_CMDLINE_LINUX_DEFAULT="quiet apparmor=1 lsm=landlock,lockdown,yama,integrity,apparmor init_on_alloc=1 page_alloc.shuffle=1 vsyscall=emulate randomize_kstack_offset=1"
GRUB_CMDLINE_LINUX=""
Btw, lockdown
is disabled.
As far as I’m concerned, the service is also active:
UNIT FILE STATE PRESET
apparmor.service enabled disabled
auditd.service enabled disabled
drkonqi-coredump-processor@.service enabled disabled
getty@.service enabled enabled
NetworkManager-dispatcher.service enabled disabled
NetworkManager-wait-online.service enabled disabled
NetworkManager.service enabled disabled
sddm.service enabled disabled
ufw.service enabled disabled
vmtoolsd.service enabled disabled
vmware-vmblock-fuse.service enabled disabled
wpa_supplicant.service enabled disabled
cups.socket enabled disabled
remote-fs.target enabled enabled
14 unit files listed.
I also thought it could have something to do with apparmor
. But I see nothing that could mess with VB, plus I don’t have a profile for VB:
apparmor module is loaded.
77 profiles are loaded.
75 profiles are in enforce mode.
...
/usr/lib/apache2/mpm-prefork/apache2
/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI
/usr/lib/apache2/mpm-prefork/apache2//HANDLING_UNTRUSTED_INPUT
/usr/lib/apache2/mpm-prefork/apache2//phpsysinfo
apache2
apache2//DEFAULT_URI
apache2//HANDLING_UNTRUSTED_INPUT
apache2//phpsysinfo
avahi-daemon
dnsmasq
dnsmasq//libvirt_leaseshelper
dovecot
dovecot-anvil
dovecot-auth
dovecot-config
dovecot-deliver
dovecot-dict
dovecot-director
dovecot-doveadm-server
dovecot-dovecot-auth
dovecot-dovecot-lda
dovecot-dovecot-lda//sendmail
dovecot-imap
dovecot-imap-login
dovecot-lmtp
dovecot-log
dovecot-managesieve
dovecot-managesieve-login
dovecot-pop3
dovecot-pop3-login
dovecot-replicator
dovecot-script-login
dovecot-ssl-params
dovecot-stats
identd
klogd
lsb_release
mariadbd_akonadi
mdnsd
mysqld_akonadi
nmbd
nscd
ntpd
nvidia_modprobe
nvidia_modprobe//kmod
php-fpm
ping
postgresql_akonadi
samba-bgqd
samba-dcerpcd
samba-rpcd
samba-rpcd-classic
samba-rpcd-spoolss
smbd
smbldap-useradd
smbldap-useradd///etc/init.d/nscd
syslog-ng
syslogd
traceroute
winbindd
zgrep
zgrep//helper
zgrep//sed
...
As for the VM config, I don’t see why it shouldn’t work:
- 1024 MB RAM
- Enable EFI
- PAE/NX disabled
- 64 MB Video Memory
- Graphics Controller: VMSVGA
- 3D Acceleration
VM starts but the screen goes black and shows nothing more after the following:
Here goes some ERRORs I found on VBox.log
. I haven’t tried to interpret it
00:00:02.078601 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The VBoxGuestPropSvc service call failed with the error VERR_HGCM_SERVICE_NOT_FOUND}, preserve=false aResultDetail=-2900
00:00:02.457769 HM: VM-entry Xcpt error-code optional = false
I haven’t tried running other distros tho.
Can anybody give me instructions or ideas as to what might be the problem?