antiX live usb issue

Message
Author
User avatar
fehlix
Developer
Posts: 12685
Joined: Wed Apr 11, 2018 5:09 pm

Re: antiX live usb issue

#11 Post by fehlix »

Have you tried different USB ports - different USB-sticks? (Hint: power-supply and consumption differs on sticks and ports)
Have you tried also with dd-live-usb?
Probably also a good idea to show Quick System Info ( inxi -Fxrz) from the problematic system.

User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: antiX live usb issue

#12 Post by BitJam »

I had already looked at the version in antiX-17.4 and it was up to date along with the cli-shell-utils library. That read error really looks like a fragmentation problem. Running e4defrag should have fixed it. The problem seems to be that we are getting fragmentation that can't be fixed which prevents syslinux from reading the vmlinuz file.

The only other trick I have is to try the --force=nofuse option with the command line live-usb-maker program. I

We started seeing fragmentation errors after we started using fuseiso to mount the iso file. We fixed this in two ways, first we used cpio to copy the files to the new live-usb and then we also run e4defrag on vmlinuz. This is a subtle error. The files are getting copied correctly but timing issues change where on the "physical" device they get written.

I chose to always use fuseiso, not just when we need it so we would be more likely to catch errors like this.

AHA! antiX and MX use different versions of fuseiso so I think using --force=nofuse may fix it.

AntiX uses fuseiso-20070708-3.2+b1 while MX uses fuseiso9660-0.3-1.1+b1
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: antiX live usb issue

#13 Post by BitJam »

Turns out the executables in those two packages have different names "fuseiso" versus "fuseiso9660" but we were only looking for "fuseiso" so it was not being used at all in MX. Therefore the --force=nofuse should fix it in antiX.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

rs55
Posts: 273
Joined: Sun Feb 24, 2019 3:24 pm

Re: antiX live usb issue

#14 Post by rs55 »

kernels:
antix: 4.9.....
mx : liquorix 5.0........

rs55
Posts: 273
Joined: Sun Feb 24, 2019 3:24 pm

Re: antiX live usb issue

#15 Post by rs55 »

You nailed it!
Running the cli version with --force=nofuse from antiX did the trick.

So- now I have a question:
If the only reason the live-usb was working in MX was because of a "bug" where it was asking for fuseio9660 rather than the correct name - just fuseio, is it likely this will get "fixed" in an mx update - which will cause that to also not work !!

I would like to bake this "nofuse" into the gui version - because I am now worried that using a live usb with persistence turned on and doing occasional remasters is going to fail in mx ??

rs55
Posts: 273
Joined: Sun Feb 24, 2019 3:24 pm

Re: antiX live usb issue

#16 Post by rs55 »

In my antix, I uninstalled fuseiso and installed fuseiso9660. And now the gui works as well !!

So - now - I understand it is only working because the live-usb-maker is looking to run fuseio and failing to find it !

I dont understand all the details behind this fuseiso business, but live-iso is a critical part of mx and antix, so please dont run fuseiso just to experiment . At least not in the published versions of mx and antix.

User avatar
anticapitalista
Developer
Posts: 4288
Joined: Sat Jul 15, 2006 10:40 am

Re: antiX live usb issue

#17 Post by anticapitalista »

rs55 wrote: Thu Mar 21, 2019 12:46 pm You nailed it!
Running the cli version with --force=nofuse from antiX did the trick.

So- now I have a question:
If the only reason the live-usb was working in MX was because of a "bug" where it was asking for fuseio9660 rather than the correct name - just fuseio, is it likely this will get "fixed" in an mx update - which will cause that to also not work !!

I would like to bake this "nofuse" into the gui version - because I am now worried that using a live usb with persistence turned on and doing occasional remasters is going to fail in mx ??
I'm seeing the same only with the gui live-usb-maker-gui-antix on antiX. The cli app (live-usb-maker) works ok without --force=nofuse
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
fehlix
Developer
Posts: 12685
Joined: Wed Apr 11, 2018 5:09 pm

Re: antiX live usb issue

#18 Post by fehlix »

rs55 wrote: Thu Mar 21, 2019 12:46 pm I would like to bake this "nofuse" into the gui version - because I am now worried that using a live usb with persistence turned on and doing occasional remasters is going to fail in mx ??
Don't reacall fuseiso is used during remaster.
rs55 wrote: Thu Mar 21, 2019 1:13 pm I dont understand all the details behind this fuseiso business, but live-iso is a critical part of mx and antix, so please dont run fuseiso just to experiment . At least not in the published versions of mx and antix.
There was a reason to introduce additonaly fuseiso, as within other situations live-usb-maker would fail without fuseiso, related to issue of loop-mounts on overlays mounted filesystems.
So it was rarely reported that fuseiso fail, we might consider to default / preselect to most appropriate alternative, imho.
:puppy:

rs55
Posts: 273
Joined: Sun Feb 24, 2019 3:24 pm

Re: antiX live usb issue

#19 Post by rs55 »

Other than live-usb-maker , what other apps are using fuseiso?
I ask, because , if I uninstall it ( which makes live-usb work for me), i wonder if something else is going to break?

User avatar
Adrian
Developer
Posts: 8932
Joined: Wed Jul 12, 2006 1:42 am

Re: antiX live usb issue

#20 Post by Adrian »

rs55 wrote: Thu Mar 21, 2019 2:18 pm Other than live-usb-maker , what other apps are using fuseiso?
I ask, because , if I uninstall it ( which makes live-usb work for me), i wonder if something else is going to break?
If something breaks when you remove it, then that package should declare fuseiso as a dependency.

Post Reply

Return to “Software / Configuration”