Hello, I’m relatively new to Linux but have a little bit of experience with it.
I recently downloaded the image for Manjaro KDE Plasma, to use with a VMWare Virtual Machine, however when I configure the VM and run it, it will allow me to go through the standard boot-up process, selecting either proprietary or open-source graphics drivers.
None of these options work, as when I select either of these, the screen will go black, and then nothing will happen.
If this helps, I am using the following:
AMD Ryzen 7 7730U with Radeon Graphics
Radeon Integrated Graphics (Obviously)
VMWare Workstation Pro 17
Yeah, we know it’s unsupported as it’s from AUR, but that doesn’t stop you or anyone else trying to suggest a means of fixing issues surrounding it.
Eg, I’ve recently upgraded the kernel from linux61 to linux66, It worked fine with the former, but no longer with the latter kernel, giving an error:
Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module, ‘vmmon’ is loaded.
Now with Linux61, I see this module in /dev/vmmon, but sure enough it’s absent with Linux66. So the question is how does one load it? I’m fairly sure this is something to do with dkms, as I know this command plays a role whenever vmware itself is upgraded or rebuilt, but I don’t know how I’d use this command here.
Let me take a custom build of vmware for a ride - see what turns up.
EDIT:
Using a Manjaro host system on Linux 6.6 (Linux 6.7 RC fails)
Build vmware-workstation from AUR
Using the ISO labeled manjaro-kde-23.1.0-minimal-231214-linux66.iso
Creating a VM with
2 CPU
4G RAM
Yes - the screen goes black - but have some patience and it will boot
Yes. An update to Linux headers (linux66-headers) came through today. Vmware now working as normal. It’s not the first time this has happened, and I was wondering why the header libraries could not have included the necessary vmware drivers the first time round.
Still, I’ll know in future what to expect with a new kernel upgrade.