Difference between revisions of "RIP Linux"
(10 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
| wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible | | wikipedia = http://en.wikipedia.org/wiki/Recovery_Is_Possible | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
− | | version = 13. | + | | version = 13.7 |
| from_erpxe_version = 1.0 | | from_erpxe_version = 1.0 | ||
− | | http = {{ | + | | http = {{no}} |
| nfs = {{no}} | | nfs = {{no}} | ||
| cifs = {{no}} | | cifs = {{no}} | ||
− | | internet = {{ | + | | internet = {{no}} |
− | | linux = {{ | + | | linux = {{yes}} |
| windows = {{yes}} | | windows = {{yes}} | ||
| 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 = | ||
Line 26: | Line 26: | ||
}} | }} | ||
− | Recovery Is Possible (RIPLinux) is a small, specialized Linux distribution based on Slackware | + | Recovery Is Possible (RIPLinux) is a small, specialized Linux distribution based on Slackware that includes system maintenance and recovery applications on a live CD or USB flash drive. |
The RIP disc comes in two flavors: one with the X Window System and one without. The X-capable version does not require X to be started at boot-up; it can be started at any time after booting without the server. | The RIP disc comes in two flavors: one with the X Window System and one without. The X-capable version does not require X to be started at boot-up; it can be started at any time after booting without the server. | ||
Line 33: | Line 33: | ||
Xine is also included for watching movies on DVD. | Xine is also included for watching movies on DVD. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = rip135-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = RIP Linux 13.7 | ||
+ | | producturl = http://rip.7bf.de/current/ | ||
+ | | productfile = RIPLinuX-13.7.iso | ||
+ | | pluginname = RIP Linux | ||
+ | }} | ||
+ | |||
+ | Copy kernel32 , kernel64 , rootfs.cgz to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp /mnt/cdrom/boot/kernel32 /tftpboot/er/plugins/rip/ | ||
+ | cp /mnt/cdrom/boot/kernel64 /tftpboot/er/plugins/rip/ | ||
+ | cp /mnt/cdrom/boot/rootfs.cgz /tftpboot/er/plugins/rip/ | ||
+ | |||
+ | for the No X version | ||
+ | |||
+ | cp /mnt/cdrom/boot/rootfs.cgz /tftpboot/er/plugins/rip/rootfsnx.cgz | ||
+ | |||
+ | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Recovery Tools]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 20:22, 7 June 2012
return to Plugins list
RIP Linux 13.7 http://www.tux.org/pub/people/kent-robotti/looplinux/rip/ |
---|
Contents
Information
ERPXE Module
- Name: - RIP Linux
- Version: 13.7
- Official website: http://www.tux.org/pub/people/kent-robotti/looplinux/rip/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Recovery_Is_Possible
- Download: http://www.erpxe.com/downloads
Plugin type
RIP Linux | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
RIP Linux | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
Recovery Is Possible (RIPLinux) is a small, specialized Linux distribution based on Slackware that includes system maintenance and recovery applications on a live CD or USB flash drive.
The RIP disc comes in two flavors: one with the X Window System and one without. The X-capable version does not require X to be started at boot-up; it can be started at any time after booting without the server.
The main purpose of X under RIP is to provide the capability to run GParted, a disk partition management program, and Mozilla Firefox, a web browser.
Xine is also included for watching movies on DVD.
Linux Installation Instructions
Download rip135-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract rip135-XXX.tar.gz file:
tar -xvzf rip135-XXX.tar.gz
Download RIP Linux 13.7 ISO Latest Version to /mnt/ :
http://rip.7bf.de/current/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/RIPLinuX-13.7.iso /mnt/cdrom/
Copy kernel32 , kernel64 , rootfs.cgz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/kernel32 /tftpboot/er/plugins/rip/ cp /mnt/cdrom/boot/kernel64 /tftpboot/er/plugins/rip/ cp /mnt/cdrom/boot/rootfs.cgz /tftpboot/er/plugins/rip/
for the No X version
cp /mnt/cdrom/boot/rootfs.cgz /tftpboot/er/plugins/rip/rootfsnx.cgz
Verify files with filelist.txt in each folder.
All Done!