Adding Xfce4 to antiX26

Yes, I have completed it. I made some .iso files for antiX26 with xfce, trinity., and lumina de’s.
There are topics covering it

The .iso files can be downloaded from sourceforge

I think it must be OK… there have been over 120 downloads of my .isos from sourceforge, and no complaints.

The live .iso has an Antix Install icon that will invoke the installer. As long as your notebook has a usb drive and a KB it should be an easy install.
So it is both a live .iso, and an install .iso. Most modern distribution .isos are like that.

Read the relevant posted topic … there are instructions, as well as details of how I made each .iso.

Just downloaded the antix26-xfce-turnstile.x86_64.iso, used balena-etcher to put it on a flash drive and tried to boot from it on my old notebook.

I get:

Verifying shim SBAT data failed: Security Policy Violation…

Then it shuts down.

AI said to disable secure boot. When I did that and booted, it flashed an error message too fast to read and took me to a grub> prompt.

What do I try next?

It said to try dd or rufus to make the flash drive or

On Linux: Use sbctl or mokutil to enroll the key.

I didn’t want to go down that rabbit hole without asking first.

FYI: I could not find any way to leave a comment, etc. on Sourceforge, so that might be why you haven’t gotten any. :slight_smile:

I got it to boot once (but couldn’t do it a second time) by telling grub

set root=(hd0,msdos2)
linux /antiX/vmlinuz
initrd /antiX/initrd.img
boot

I got to the GUI and tried to install

It said media corrupted.

When I got back to the desktop, the install icon was gone.

Etcher quite often gives problems .
Use dd in linux


dd if=xxx.iso of=/dev/sdx  conv=fsync

where sdx is the usb drive, and xxx.iso is the name of the iso file.
To find the usb drive name use
lsblk
then plug the drive in
the lsblk again
the extra drive in the second lsblk will be your usb drive
Note , it wants the drive name, not some partition on the drive.
dd is totally reliable… it should then boot

Thanks for giving it a try.

I think there might be a review page … I will check.
I am happy to have your comment here on itsFOSS… then other users can see it.

There is info on the xfce turnstile iso here

Update:
I checked. You can do a review on sourceforge. I might not notice it. Better to contact me here.