Difference between revisions of "Ubuntu Rescue Remix"
Line 6: | Line 6: | ||
| version = 11.10 | | version = 11.10 | ||
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{no}} |
− | | nfs = {{ | + | | nfs = {{yes}} |
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{no}} |
− | | linux = {{ | + | | linux = {{yes}} |
− | | windows = {{ | + | | windows = {{no}} |
| antivirus = {{no}} | | antivirus = {{no}} | ||
− | | deployment = {{ | + | | deployment = {{no}} |
− | | diagnostic = {{ | + | | diagnostic = {{yes}} |
| installation = {{no}} | | installation = {{no}} | ||
| live = {{yes}} | | live = {{yes}} | ||
− | | recovery = {{ | + | | recovery = {{yes}} |
| image1 = | | image1 = | ||
| image1url = | | image1url = |
Revision as of 03:57, 4 February 2012
return to Plugins list
Ubuntu Rescue Remix 11.10 http://www.ubuntu-rescue-remix.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Ubuntu Rescue Remix
- Version: 11.10
- Official website: http://www.ubuntu-rescue-remix.org/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
Ubuntu Rescue Remix | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
Ubuntu Rescue Remix | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Screen Shots
Special Information
Ubuntu-Rescue-Remix provides a robust yet lean system for data recovery and forensics.
No graphical interface is used; the live system can boot and function normally on machines with very little memory or processor power.
Following Ubuntu's six-month release schedule, all the software is up-to-date, stable and supported.
Ubuntu-Rescue-Remix features a full command-line environment with the newest versions of the most powerful free/libre open-source data recovery software including GNU ddrescue, Photorec, The Sleuth Kit, Gnu-fdisk and Clamav.
Linux Installation Instructions
Download ubunturescue110-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract ubunturescue110-ARCH-XXX.tar.gz file:
tar -xvzf ubunturescue110-ARCH-XXX.tar.gz
Download Ubuntu Rescue Remix 11.10 ISO Latest Version to /mnt/ :
http://www.ubuntu-rescue-remix.org
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/ubuntu-rescue-remix-11-10.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ubuntumini/i386/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/ubuntumini/i386/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ubuntumini/i386/casper/
Verify files with filelist.txt in each folder.
All Done!