Difference between revisions of "Ubuntu Mini Remix"
From ERPXE Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png |
| website = http://www.ubuntu-mini-remix.org/ | | website = http://www.ubuntu-mini-remix.org/ | ||
| wikipedia = | | wikipedia = | ||
Line 40: | Line 40: | ||
}} | }} | ||
− | Ubuntu Mini Remix | + | Ubuntu Mini Remix x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/i386/vmlinuz | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/i386/vmlinuz | ||
Line 46: | Line 46: | ||
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntumini/i386/casper/ | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntumini/i386/casper/ | ||
− | Ubuntu Mini Remix | + | Ubuntu Mini Remix x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/x86_64/vmlinuz | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/x86_64/vmlinuz | ||
Line 55: | Line 55: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Linux Live]] | [[Category:Linux Live]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:22, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Ubuntu Mini Remix 11.10 http://www.ubuntu-mini-remix.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Ubuntu Mini Remix
- Version: 11.10
- Official website: http://www.ubuntu-mini-remix.org/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
Ubuntu Mini Remix | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | No | Yes | No |
Plugin Requirments
Ubuntu Mini Remix | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Ubuntu Mini Remix is a fully working Ubuntu livecd containing only the minimal set of software to make the system work.
Ubuntu Mini Remix ISO image is only 180MB.
Linux Installation Instructions
Download ubuntumini110-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract ubuntumini110-ARCH-XXX.tar.gz file:
tar -xvzf ubuntumini110-ARCH-XXX.tar.gz
Download Ubuntu Mini Remix 11.10 ISO Latest Version to /mnt/ :
http://www.ubuntu-mini-remix.org/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/ubuntu-mini-remix-11.10-ARCH.iso /mnt/cdrom/
Ubuntu Mini Remix x86: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/i386/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ubuntumini/i386/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntumini/i386/casper/
Ubuntu Mini Remix x64: Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/ubuntumini/x86_64/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntumini/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!