linux_wiki:os_install_bare_metal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:os_install_bare_metal [2016/01/31 23:57]
billdozor
linux_wiki:os_install_bare_metal [2019/05/25 23:50] (current)
Line 6: Line 6:
  
 **Checklist** **Checklist**
-  * Enterprise Linux 6/7+  * Distro(s): Enterprise Linux 6/7
  
 ---- ----
Line 14: Line 14:
 Installing a system over the network procedure. Installing a system over the network procedure.
   * Netinstall ISO => used to bootstrap the system and define network,hostname,kickstart file and NFS source install location   * Netinstall ISO => used to bootstrap the system and define network,hostname,kickstart file and NFS source install location
 +    * Alternatively, [[linux_wiki:os_install_pxe_boot|PXE Boot]] can replace needing any physical installation media.
   * DVD ISO => located on the NFS server and is the source for the install   * DVD ISO => located on the NFS server and is the source for the install
   * Kickstart file => located on the NFS server in the same location as the DVD ISO and automates the installer   * Kickstart file => located on the NFS server in the same location as the DVD ISO and automates the installer
Line 19: Line 20:
 ---- ----
  
-===== Netinstall ISO =====+===== Netinstall ISO Prep =====
  
   * Download the OS net install image (to boot from)   * Download the OS net install image (to boot from)
Line 31: Line 32:
  
   * Download the OS standard DVD install ISO (to provide the installation files over the network)   * Download the OS standard DVD install ISO (to provide the installation files over the network)
-    * Put this image on your NFS server+    * Put this image on your NFS server in an exported directory
   * [[https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ch-Preparing-x86.html#s1-steps-network-installs-x86-nfs|Prepare ISO+images directory]] on NFS server (If they don't exist already)   * [[https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ch-Preparing-x86.html#s1-steps-network-installs-x86-nfs|Prepare ISO+images directory]] on NFS server (If they don't exist already)
     * Mount the DVD ISO image temporarily<code bash>mount -t iso9660 -o loop /iso/centos6.7-dvd/CentOS-6.7-x86_64-bin-DVD1.iso /mnt</code>     * Mount the DVD ISO image temporarily<code bash>mount -t iso9660 -o loop /iso/centos6.7-dvd/CentOS-6.7-x86_64-bin-DVD1.iso /mnt</code>
     * Copy the images/ directory from the mounted ISO image to the same directory as the ISO image<code bash>cp -pr /mnt/images /iso/centos6.7-dvd/</code>     * Copy the images/ directory from the mounted ISO image to the same directory as the ISO image<code bash>cp -pr /mnt/images /iso/centos6.7-dvd/</code>
     * Unmount ISO image<code bash>umount /mnt</code>     * Unmount ISO image<code bash>umount /mnt</code>
-    * Example: the following directory now contains: /iso/centos6.7-dvd/+    * Example: the directory /iso/centos6.7-dvd/ now contains:
       * CentOS-6.7-x86_64-bin-DVD1.iso       * CentOS-6.7-x86_64-bin-DVD1.iso
       * images/ (directory copied from ISO)       * images/ (directory copied from ISO)
Line 49: Line 50:
 ---- ----
  
-===== Boot ISO =====+===== Boot to Netinstall ISO =====
  
   * Connect to system console (via KVM, other remote access solution, or physically in front of it)   * Connect to system console (via KVM, other remote access solution, or physically in front of it)
  • linux_wiki/os_install_bare_metal.1454302655.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)