Garuda Installation failed in vmware

This is the command:

sudo calamares
WARNING: Running setxkbmap against an Xwayland server
WARNING: Running setxkbmap against an Xwayland server
chcon: failed to get security context of '/': Operation not supported
Create subvolume '/tmp/calamares-root-rya216wm/@'
Create subvolume '/tmp/calamares-root-rya216wm/@home'
Create subvolume '/tmp/calamares-root-rya216wm/@root'
Create subvolume '/tmp/calamares-root-rya216wm/@srv'
Create subvolume '/tmp/calamares-root-rya216wm/@cache'
Create subvolume '/tmp/calamares-root-rya216wm/@log'
Create subvolume '/tmp/calamares-root-rya216wm/@tmp'
umount: /tmp/calamares-root-rya216wm unmounted
chcon: failed to get security context of '/dev': Operation not supported
chcon: failed to get security context of '/proc': Operation not supported
chcon: failed to get security context of '/run': Operation not supported
chcon: failed to get security context of '/run/udev': Operation not supported
chcon: failed to get security context of '/sys': Operation not supported
mount: /tmp/calamares-root-rya216wm/var/lib/ght/db: mount point does not exist.
       dmesg(1) may have more information after failed mount system call.
umount: /tmp/calamares-root-rya216wm/var/lib/ght/db: no mount point specified.
/usr/lib/calamares/modules/bootloader/main.py:392: SyntaxWarning: invalid escape sequence '\$'
  prefix, generator_name = re.match("(.*)\${([^}]*)}$", name).groups()
23:05:30 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
    ERROR: Installation failed: "Bootloader installation error" 



That looks better, hmm, you’ll need to do

sudo -E calamares -d

And do the same thing again. THAT should get us ALL the logs I hope. I appreciate your help in figuring out what’s wrong.

3 Likes

OK, this is the log (not complete) of sudo -E calamares -d:

…sorry.. it need the complete log file, not only this. (your log file)
Important is the creation stuff from calameres for drive + partitioning
I hope you press delete (settings drive) there and not manual partitioning and if, only then if you know the correct partitioning table etc.

WARNING: [PYTHON JOB]: “Cannot install BIOS bootloader on UEFI installation when install_hybrid_grub is ‘False’!”

You’re still booting into bios mode somehow. You need to boot the ISO file as UEFI mode

2 Likes

yes, he boot the vm in this mode, that’s one problem.
Open virtual machine settings → options → advanced → switch to uefi.

You type this

1 Like

All good, UEFI activation was the solution (I’ll mark that as solution). This is weird, some month ago, without changing that configuration in vmware, always the installation was good, Manjaro KDE confirm that.

Thanks to all for your support.

It’s done, solution was in post # 4 :slight_smile:

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.