Bodhi
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
Bodhi 2.4.0 http://bodhilinux.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Bodhi
- Version: 2.4.0
- Official website: http://bodhilinux.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Bodhi_Linux
- Download: http://www.erpxe.com/downloads
Plugin type
Bodhi | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Bodhi | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Bodhi Linux is a lightweight Linux distribution based on Ubuntu, that uses the Enlightenment window manager.
The philosophy for the distribution is to provide a minimal base system so that users can populate it with the software they want.
Thus, by default it only includes software that is essential to most Linux users, including file browsers (PCManFM and EFM), a web browser (Midori) and a terminal emulator (Terminology).
It does not include software or features that its developers deem as unnecessary.
To make populating systems with software easy, Bodhi Linux developers maintain an online database of lightweight software that can be installed in one click via apturl.
Linux Installation Instructions
Download bodhi210-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract bodhi210-ARCH-XXX.tar.gz file:
tar -xvzf bodhi210-ARCH-XXX.tar.gz
Download Bodhi ISO Latest Version to /mnt/ :
http://bodhilinux.com
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/bodhi-2.1.0-ARCH.iso /mnt/cdrom/
Bodhi x86: Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/bodhi/i386/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/bodhi/i386/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/bodhi/i386/casper/
Bodhi x64: Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/bodhi/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/bodhi/x86_64/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/bodhi/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!