Difference between revisions of "Slackware"
From ERPXE Wiki
Line 37: | Line 37: | ||
}} | }} | ||
− | Slackware x86: Copy initrd.img , | + | Slackware x86: Copy initrd.img , bzimage , slackware folder to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/slackware/i386/initrd.img | cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/slackware/i386/initrd.img | ||
Line 43: | Line 43: | ||
cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/slackware/ | cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/slackware/ | ||
− | Slackware x64: Copy initrd.img , | + | Slackware x64: Copy initrd.img , bzimage , slackware64 folder to appropriate directory: (LOWER CASE ONLY!) |
cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/slackware/x86_64/initrd.img | cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/slackware/x86_64/initrd.img |
Revision as of 18:02, 7 February 2012
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
Slackware 13.37 http://www.slackware.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Slackware
- Version: 13.37
- Official website: http://www.slackware.com/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Slackware
- Download: http://www.erpxe.com/downloads
Plugin type
Slackware | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | No | No |
Plugin Requirments
Slackware | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Screen Shots
Special Information
Linux Installation Instructions
Download slackware1337-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract slackware1337-ARCH-XXX.tar.gz file:
tar -xvzf slackware1337-ARCH-XXX.tar.gz
Download Slackware 13.37 ISO Latest Version to /mnt/ :
http://www.slackware.com/getslack/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/slackware-13.37-install-dvd.iso /mnt/cdrom/
Slackware x86: Copy initrd.img , bzimage , slackware folder to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/slackware/i386/initrd.img cp /mnt/cdrom/kernels/huge.s/bzImage /tftpboot/er/plugins/slackware/i386/bzimage cp -R /mnt/cdrom/slackware/* /tftpboot/er/shares/slackware/slackware/
Slackware x64: Copy initrd.img , bzimage , slackware64 folder to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/isolinux/initrd.img /tftpboot/er/plugins/slackware/x86_64/initrd.img cp /mnt/cdrom/kernels/huge.s/bzImage /tftpboot/er/plugins/slackware/x86_64/huge.s/bzimage cp -R /mnt/cdrom/slackware64/* /tftpboot/er/shares/slackware/slackware64/
Verify files with filelist.txt in each folder.
All Done!