Ubuntu Desktop — Iso ~repack~

Ubuntu, Live CD, ISO Remastering, SquashFS, Chroot, Customization, Linux Deployment 1. Introduction The ability to create a customized, ready-to-run Ubuntu Desktop ISO is critical for organizations requiring consistency, reduced setup time, and offline installation capabilities. While tools like systemback and Cubic exist, they often lag behind Ubuntu release cycles or introduce unnecessary complexity. This paper describes a low-level, scriptable method using standard Linux utilities ( squashfs-tools , xorriso , chroot ) to produce a fully functional custom ISO.

| Customization Level | Added Packages | ISO Size (original) | ISO Size (custom) | Boot time increase | |---------------------|----------------|---------------------|--------------------|--------------------| | Minimal (drivers) | 5 | 2.8 GB | 2.9 GB | +0.4 sec | | Standard (IDE + tools) | 18 | 2.8 GB | 3.7 GB | +2.1 sec | | Full (CUDA, ROS, Docker) | 42 | 2.8 GB | 5.2 GB | +5.8 sec | ubuntu desktop iso

printf $(sudo du -sx --block-size=1 ~/iso_workspace/squashfs-root | cut -f1) \ | sudo tee ~/iso_workspace/extract-cd/casper/filesystem.size Regenerate the MD5 checksums: This paper describes a low-level, scriptable method using