Linux Mint¶
Linux Mint is a Linux-based computer operating system best known for its usability and ease of installation, particularly for users with no previous Linux experience.
It is available in several editions with different codebases, nearly all of which are based on Ubuntu, which is itself based on Debian.
Debian x86¶
Copy initrd.lz, vmlinuz, filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/linuxmint/debian/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/linuxmint/debian/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/linuxmint/debian/i386/live/
Debian x64¶
Copy initrd.lz, vmlinuz, filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/linuxmint/debian/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/linuxmint/debian/x86_64/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/linuxmint/debian/x86_64/live/
Ubuntu x86¶
Copy initrd.lz, vmlinuz, filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/linuxmint/ubuntu/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/linuxmint/ubuntu/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/linuxmint/ubuntu/i386/casper/
Ubuntu x64¶
Copy initrd.lz, vmlinuz, filesystem.* to appropriate directory: (LOWER CASE ONLY!)