03-14-2024, 09:22 PM
If you still have them and the space/time to kill, perhaps the extra mkisofs step and then time the boot in VBox (if it will w/o new hashes, etc)?
Interest in a lower compression iso optimized for USB booting?
|
03-14-2024, 09:22 PM
If you still have them and the space/time to kill, perhaps the extra mkisofs step and then time the boot in VBox (if it will w/o new hashes, etc)?
03-15-2024, 03:20 PM
(03-14-2024, 09:22 PM)grindstone Wrote: If you still have them and the space/time to kill, perhaps the extra mkisofs step and then time the boot in VBox (if it will w/o new hashes, etc)? Sorry, if you are asking me to try something, I am not sure what you mean. What extra mkisofs step? I replaced linuxfs in the RC1 ISO using ISO Master for the benchmark.
04-10-2024, 07:44 AM
(This post was last modified: 04-11-2024, 01:30 PM by dbohdan.
Edit Reason: Redirected error messages to stderr and improved mksquashfs command formatting. Added note on root.
)
I have written a script that remasters DSL 2024 ISOs with zstd compression. This way they will boot approximately as quickly as LZ4 but take up less space on your USB drive. The script requires the live SquashFS filesystem to be located at /antiX/linuxfs inside the ISO, which has been the case so far.
Example usage: Code: ./zstandardize.sh dsl-2024.rc3.iso dsl-2024.rc3.zstd.iso Script: Code: #! /bin/bash
04-10-2024, 10:00 AM
Okay, I have finally benchmarked LZ4 and Zstandard on real hardware. I have measured the boot time for RC3 ISOs on my Eee PC 1001PX. I booted it off a USB drive with Ventoy. The time is between when I pressed enter in the ISOLINUX boot menu and when I saw Conky appear on the desktop.
This doesn't mean zstd is faster than LZ4. The difference between LZ4 and zstd is too small to mean anything with how I benchmarked them.
04-10-2024, 07:53 PM
Thank you for providing the script and the benchmarks. What's the MB size of the remastered Zstd iso at compression level 19?
(04-10-2024, 07:53 PM)John Wrote: Thank you for providing the script and the benchmarks. What's the MB size of the remastered Zstd iso at compression level 19? You're welcome. It's 804 MiB for RC3. Edit: Setting the zstd compression level to 22 does not seem to improve compression. In my test with mksquashfs "version 4.5 (2021/07/22)", the final ISO has exactly the same size in bytes at level 19 and 22. |
« Next Oldest | Next Newest »
|