Changes

From Amahi Wiki
Jump to: navigation, search
557 bytes added ,  09:37, 17 August 2019
{{NeedsExpantion}}
<b>NOTE:</b> This is for Fedora 14 ONLY and needs updated == How to reflect Amahi 7 specifics.Run Netboot ==
<b>WARNING:</b> We are working on Amahi netboot and After installing the associated apps for Amahi 7. Please do not attempt install unless you are an advanced user and willing to manually configure it all yourself. Currently it is not PRODUCTION readyapp, but is on the list edit to be updated. No guarantee it will work or is complete.add boot entries:
vi /var/lib/tftpboot/pxelinux.cfg/default
We were able to develop this integration Making bootable images of various OSs is not trivial. It involves precise setup of what used files in a web server or NFS share or other way to be PXEKnife, but it's better named as Amahi Netbootserve files in your network (or in some cases, to provide off the feature of booting multiple CD/DVD images over the networkinternet).
Please take it for a spin:== Example Configuration ==
It should not break your HDA and as Suppose that you want to boot a little example of what this can doLinux OS over the network, we included the famous memtest86+ memory testsay Fedora 22. See if you can run it by booting off the network after you install the package:
{{Code|yum -y install amahi-netboot​}}This is the configuration you need in /var/lib/tftpboot/pxelinux.cfg/default
If this works well, we will be able to package other things as apps that are net-bootable! label linux menu label Install or upgrade Fedora 22 menu default kernel fedora22/vmlinuz append initrd=fedora22/initrd.img repo=<nowiki>http://dl.fedoraproject.org/pub/fedora/linux/releases/22/Workstation/x86_64/os</nowiki>
Edit to add boot entriesThen you need two files (vmlinuz and initrd.img) inside a directory called fedora22:{{Code|vi /usr/share/amahi-netboot/tftp/pxelinux.cfg/default}}
(This needs more documentation here!) cd /var/lib/tftpboot/pxelinux.cfg/ mkdir fedora22 cd fedora22 wget <nowiki>http://dl.fedoraproject.org/pub/fedora/linux/releases/22/Workstation/x86_64/os/isolinux/vmlinuz</nowiki> wget <nowiki>http://dl.fedoraproject.org/pub/fedora/linux/releases/22/Workstation/x86_64/os/isolinux/initrd.img</nowiki>
=With that configuration, you should be able to boot Fedora 22 off your network and install from it! If course, rather then the repo being remote, you can also install from a local repo. For example, if you can make the one form the CD/DVD available in the file system, or via a local web server (e.g. a simple web app pointing to the repo). The configuration will need to change accordingly. See more examples of [https://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/s1-netboot-pxe-config.html PXE Boot Configuration] == Things that can boot from Amahi Netboot ===
* [http://wiki.amahi.org/index.php/Netboot_Ultimate_Boot_CD Ultimate Boot CD]
* [http://www.hirensbootcd.net/ Hiren's Boot CD]
* [http://www.clonezilla.org Clonezilla]
* [[Fedora 14 network install]]
=== Amahi Applications in Testing ===
* [http://www.amahi.org/apps/clonezilla Clonezilla]
* [http://www.amahi.org/apps/damn-small-linux Damn Small Linux]
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits