Skip to content

Super OS

Super OS (formerly: Super Ubuntu) is a freely-available Linux distribution. It is a remastered version of Ubuntu focused on an out-of-the-box experience and offline freedom.

Super OS x86

Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/superos/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/superos/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/superos/i386/casper/

Super OS x64

Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/superos/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/superos/x86_64/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/superos/x86_64/casper/