Create a directory for your ISO contents:
mkdir ~/liteos-iso
Copy necessary files:
sudo cp /var/lib/liteos.squashfs ~/liteos-iso/
Create a grub configuration file ~/liteos-iso/boot/grub/grub.cfg with necessary boot entries.
menuentry "LiteOS"
linux /casper/vmlinuz boot=casper rootdelay=1
initrd /casper/initrd
FBConan has surgically removed Cortana, Edge (optional), Windows Defender (optional component), OneDrive, Xbox services, News, Weather, Mail, Calendar, and all UWP apps except the essentials. No Candy Crush, no LinkedIn, no sponsored tiles.
Use xorriso to create the ISO:
xorriso -as mkisofs -o liteos-11-ultralight-ultimate.iso \
-boot-info-table -boot-load-size 4 -eltorito-boot boot/grub/bootia32.efi \
-eltorito-catalog boot/grub/boot.cat -probe-rm 0 -- -volid LiteOS 11 \
-joliet on -udf on -o ~/liteos-iso
Experience Windows 11 like never before—stripped of bloat, optimized for performance, and fine-tuned for low-end hardware. Phoenix LiteOS 11 Ultralight Ultimate -FBConan- is a custom, pre-activated Windows 11 build designed for speed, stability, and usability on devices where stock Windows struggles to breathe.
mkdir ~/liteos
sudo debootstrap --arch amd64 buster /var/lib/liteos http://archive.debian.org/debian/
This command sets up a Debian Buster base system in /var/lib/liteos.
Create a directory for your ISO contents:
mkdir ~/liteos-iso
Copy necessary files:
sudo cp /var/lib/liteos.squashfs ~/liteos-iso/
Create a grub configuration file ~/liteos-iso/boot/grub/grub.cfg with necessary boot entries.
menuentry "LiteOS"
linux /casper/vmlinuz boot=casper rootdelay=1
initrd /casper/initrd
FBConan has surgically removed Cortana, Edge (optional), Windows Defender (optional component), OneDrive, Xbox services, News, Weather, Mail, Calendar, and all UWP apps except the essentials. No Candy Crush, no LinkedIn, no sponsored tiles.
Use xorriso to create the ISO:
xorriso -as mkisofs -o liteos-11-ultralight-ultimate.iso \
-boot-info-table -boot-load-size 4 -eltorito-boot boot/grub/bootia32.efi \
-eltorito-catalog boot/grub/boot.cat -probe-rm 0 -- -volid LiteOS 11 \
-joliet on -udf on -o ~/liteos-iso
Experience Windows 11 like never before—stripped of bloat, optimized for performance, and fine-tuned for low-end hardware. Phoenix LiteOS 11 Ultralight Ultimate -FBConan- is a custom, pre-activated Windows 11 build designed for speed, stability, and usability on devices where stock Windows struggles to breathe.
mkdir ~/liteos
sudo debootstrap --arch amd64 buster /var/lib/liteos http://archive.debian.org/debian/
This command sets up a Debian Buster base system in /var/lib/liteos.