Difference between revisions of "OpenSUSE"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/en/thumb/9/98/OpenSUSE_official-logo-color.svg/100px-OpenSUSE_official-logo-color.svg.png | website = http://www.opensu...") |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/en/thumb/9/98/OpenSUSE_official-logo-color.svg/100px-OpenSUSE_official-logo-color.svg.png |
| website = http://www.opensuse.org/en/ | | website = http://www.opensuse.org/en/ | ||
| wikipedia = http://en.wikipedia.org/wiki/Opensuse | | wikipedia = http://en.wikipedia.org/wiki/Opensuse | ||
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/OpenSUSE_12.1_KDE_desktop.png/300px-OpenSUSE_12.1_KDE_desktop.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:OpenSUSE_12.1_KDE_desktop.png |
− | | image2 = | + | | image2 = https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/OpenSUSE_11.4_KDE_Plasma_desktop.png/120px-OpenSUSE_11.4_KDE_Plasma_desktop.png |
− | | image2url = | + | | image2url = https://en.wikipedia.org/wiki/File:OpenSUSE_11.4_KDE_Plasma_desktop.png |
− | | image3 = | + | | image3 = https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/OS11.2-menu-dolphin.png/120px-OS11.2-menu-dolphin.png |
− | | image3url = | + | | image3url = https://en.wikipedia.org/wiki/File:OS11.2-menu-dolphin.png |
}} | }} | ||
Latest revision as of 06:51, 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
OpenSUSE 12.1 http://www.opensuse.org/en/ |
---|
Contents
Information
ERPXE Module
- Name: - OpenSUSE
- Version: 12.1
- Official website: http://www.opensuse.org/en/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Opensuse
- Download: http://www.erpxe.com/downloads
Plugin type
OpenSUSE | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | No | No |
Plugin Requirments
OpenSUSE | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | Optional | Optional | No | Yes | Yes |
Screen Shots
Special Information
openSUSE is a general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.
After Novell acquired SUSE Linux in January 2004, Novell decided to release the SUSE Linux Professional product as a 100% open source project.
Linux Installation Instructions
Download opensuse121-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract opensuse121-ARCH-XXX.tar.gz file:
tar -xvzf opensuse121-ARCH-XXX.tar.gz
Download openSUSE 12.1 ISO Latest Version to /mnt/ :
http://fedoraproject.org/en/get-fedora
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/openSUSE-XX.X-NET-ARCH.iso /mnt/cdrom/
openSUSE x86: Copy initrd , linux and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/i386/loader/initrd /tftpboot/er/plugins/opensuse/i386/initrd cp /mnt/cdrom/boot/i386/loader/linux /tftpboot/er/plugins/opensuse/i386/linux cp -R /mnt/cdrom/* /tftpboot/er/shares/opensuse/11.4/i386/
openSUSE x64: Copy initrd , linux and the entire ISO to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/boot/i386/loader/initrd /tftpboot/er/plugins/opensuse/x86_64/initrd cp /mnt/cdrom/boot/i386/loader/linux /tftpboot/er/plugins/opensuse/x86_64/linux cp -R /mnt/cdrom/* /tftpboot/er/shares/opensuse/11.4/x86_64/
Verify files with filelist.txt in each folder.
All Done!