Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:netbooting [2013/05/06 16:59] – [Existing Boot Codes] gerald_clarkwiki:netbooting [2014/08/14 05:30] (current) – [Putting it all together another way.] curaga
Line 49: Line 49:
  
 Unless you now hold alt or shift, the client will boot automatically to TC from the network. If you do hold the button, you will get a boot prompt similar to the Tinycore CD, where you can type additional boot options (if you need more, or forgot to specify them in the config phase). Unless you now hold alt or shift, the client will boot automatically to TC from the network. If you do hold the button, you will get a boot prompt similar to the Tinycore CD, where you can type additional boot options (if you need more, or forgot to specify them in the config phase).
 +
 +====== The following sections assume that you have working servers ======
 +These include a PXE boot server and a working server for the network protocol you plan to use ( tftp, http, nfs, aoe, nbd, SC-101 ).\\ 
 +These sections are descriptions of the boot options and arguments, along with examples of their use.\\ 
 +
 +This is **not** a cookie-cutter howto.\\ 
 +There are many ways to setup a PXE boot system.\\
 +We assume you know how yours works, and that you are able to pxeboot a core machine.\\ 
 +We also assume your other servers are configured and working, and that you know how to connect to them from a client.
  
 ====== NFS for a tce directory ====== ====== NFS for a tce directory ======
Line 128: Line 137:
 Ex: **nfsmount=openvz:/tftpboot/nfs/tc2-music:no-ping** Ex: **nfsmount=openvz:/tftpboot/nfs/tc2-music:no-ping**
 ===== Putting it all together ===== ===== Putting it all together =====
 +**Note:** If you are running Core 5.2 or newer, nfs-utils depends on rpcbind,tcz and libtirpc.tcz.  These will need to be added to the nfs.list.
 +
 The tftp server is sourced at /tftpboot.  The tftp server is sourced at /tftpboot. 
 We are going to setup workstation1.  It is going to have a /mnt/nfs that corresponds to /tftpboot/nfs/ws1. We are going to setup workstation1.  It is going to have a /mnt/nfs that corresponds to /tftpboot/nfs/ws1.
Line 146: Line 157:
   - Loads TCL.   - Loads TCL.
   - TFTP gets **/nfs/ws1/nfs.list** from **myserver**.   - TFTP gets **/nfs/ws1/nfs.list** from **myserver**.
-  - TFTP gets each file listed in **nfs.list** and places it in /opt/tce. +  - TFTP gets each file listed in **nfs.list** and places it in /tmp/tce, a temporary directory in RAM
-  - Mounts all applications in /opt/tce.+  - Mounts all applications in /tmp/tce.
   - Mounts myserver:/tftpboot/nfs/ws1 onto /mnt/nfs.   - Mounts myserver:/tftpboot/nfs/ws1 onto /mnt/nfs.
 Any additional extensions installed by Appbrowser will be saved on the nfs share, and will be loaded during boot, just as you would expect with a local drive. Any additional extensions installed by Appbrowser will be saved on the nfs share, and will be loaded during boot, just as you would expect with a local drive.
Line 154: Line 165:
  
 ===== Putting it all together another way. ===== ===== Putting it all together another way. =====
-If you are using pxelinux version 3.71 or greater, you can load the nfs-utils with initrd instead of using tftplist. To do this you need to create another cpio archive that contains /opt/tce/nfs-utils.tgz+If you are using pxelinux version 3.71 or greater, you can load the nfs-utils with initrd instead of using tftplist. To do this you need to create another cpio archive that contains /tmp/builtin/nfs-utils.tcz
-  - mkdir -p /tmp/opt/tce/optional +  - mkdir -p /tmp/tmp/builtin/optional 
-  - cp nfs-utils.tcz /tmp/opt/tce/optional +  - cp nfs-utils.tcz /tmp/tmp/builtin/optional 
-  - echo "nfs-utils.tcz" >> /tmp/opt/tce/onboot.lst+  - echo "nfs-utils.tcz" >> /tmp/tmp/builtin/onboot.lst
   - cd /tmp   - cd /tmp
-  - find opt | cpio -o -H newc | gzip -9 > /tmp/nfs-utils.cpio.gz+  - find tmp | cpio -o -H newc | gzip -9 > /tmp/nfs-utils.cpio.gz
   - copy nfs-utils.cpio.gz to the directory containing tinycore.gz.   - copy nfs-utils.cpio.gz to the directory containing tinycore.gz.
 The PXE boot entry now is: The PXE boot entry now is:
Line 206: Line 217:
 Given the above example, you will need to insert the following string in the proper place in your boot loader: Given the above example, you will need to insert the following string in the proper place in your boot loader:
 ^aoe=eth0:e2.3 tce=e2.3^ ^aoe=eth0:e2.3 tce=e2.3^
 +You can also assign home and opt.
 +^opt=e2.3 home=e2.3^
  
 You can now use AppBrowser to install packages, and they will be stored on your blade along with your backup. You can now use AppBrowser to install packages, and they will be stored on your blade along with your backup.
Line 226: Line 239:
 ====Existing Boot Codes==== ====Existing Boot Codes====
 You will use the existing tce=dev boot code to assign the tce device. You will use the existing tce=dev boot code to assign the tce device.
-<code>tce=nbd0</code>+^tce=nbd0^
 You can also assign opt and home. You can also assign opt and home.
-<code>opt=nbd0 home=nbd0</code>+^opt=nbd0 home=nbd0^
  
 =====Summary===== =====Summary=====
Line 239: Line 252:
  
 With the sc101-nbd extension, you can use a Netgear SC101 "Toaster" as a Network Block Device. With the sc101-nbd extension, you can use a Netgear SC101 "Toaster" as a Network Block Device.
 +You will need to use the **tftplist** or **httplist** method above to load the sc101-nbd.tcz extension.
 +
 You must preconfigure the SC101 using the Netgear supplied Windows utility, and the drive must not be password protected. You must preconfigure the SC101 using the Netgear supplied Windows utility, and the drive must not be password protected.
  
Line 257: Line 272:
  
 **sc101=ng1:-,ng2,ng3:work1,ng4:/work2** will: **sc101=ng1:-,ng2,ng3:work1,ng4:/work2** will:
-<code> +^assign ng1 to /dev/nbd0 but not create a mount point,^ 
-assign ng1 to /dev/nbd0 but not create a mount point, +^assign ng2 to /dev/mbd1 and mount it on /mnt/nbd1,^ 
-assign ng2 to /dev/mbd1 and mount it on /mnt/nbd1, +^assign ng3 to /dev/nbd2 and mount it on /mnt/work1,^ 
-assign ng3 to /dev/nbd2 and mount it on /mnt/work1, +^assign ng4 to /dev/nbd3 and mount it on /work2.^ 
-assign ng4 to /dev/nbd3 and mount it on /work2. +
-</code>+
  
 ====Existing Boot Codes==== ====Existing Boot Codes====
 You will use the existing tce=dev boot code to assign the tce device. You will use the existing tce=dev boot code to assign the tce device.
-<code>tce=nbd0</code>+^tce=nbd0^
  
 You can also assign home and opt. You can also assign home and opt.
-<code>home=nbd1 opt=nbd2</code>+^home=nbd1 opt=nbd2^
  
 =====Summary===== =====Summary=====
Print/export
QR Code
QR Code wiki:netbooting (generated for current page)