User Tools

Site Tools


operating_systems:linux:debian:nfsboot

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
Next revisionBoth sides next revision
operating_systems:linux:debian:nfsboot [2012/08/26 09:10] – [DHCP/TFTP/NFS server installation] sbolayoperating_systems:linux:debian:nfsboot [2012/08/26 09:15] – [WHITOUT initrd] sbolay
Line 218: Line 218:
 ==== DHCP/TFTP/NFS server installation ==== ==== DHCP/TFTP/NFS server installation ====
 First install your DHCP/TFTP/NFS server as widely explained in [[operating_systems:linux:debian:nfsboot#links|other how-to]].\\ First install your DHCP/TFTP/NFS server as widely explained in [[operating_systems:linux:debian:nfsboot#links|other how-to]].\\
 +
 For information, This is my configuration: For information, This is my configuration:
 === TFTP === === TFTP ===
Line 250: Line 251:
  next-server server; #in fact here I have the IP address of the TFTP server  next-server server; #in fact here I have the IP address of the TFTP server
 } }
-<code>+</code>
  
 === NFS === === NFS ===
-served by [[http://packages.debian.org/search?keywords=nfs-kernel-server|nfs-kernel-server]]+served by [[http://packages.debian.org/search?keywords=nfs-kernel-server|nfs-kernel-server]]\\ 
 root@server:#cat /etc/exports root@server:#cat /etc/exports
 <code bash> <code bash>
Line 277: Line 279:
 === Package verification/installation === === Package verification/installation ===
 First check that all tools you need are present. First check that all tools you need are present.
 +
 In this example, I show the missing nfs support for the **mount** command, then the installation of the respective package and finally a successfully test: In this example, I show the missing nfs support for the **mount** command, then the installation of the respective package and finally a successfully test:
 <code bash> <code bash>
Line 318: Line 321:
 </code> </code>
  
-=== WITH initrd ===+==== WITH initrd ====
 (see Documentation/initrd.txt)\\ (see Documentation/initrd.txt)\\
 +
 FIXME http://www.lugatgt.org/articles/booting.inittools/downloads/presentation.pdf \\ FIXME http://www.lugatgt.org/articles/booting.inittools/downloads/presentation.pdf \\
 FIXME http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html \\ FIXME http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html \\
Line 366: Line 370:
 ==== WHITOUT initrd ==== ==== WHITOUT initrd ====
 (see Documentation/nfsroot.txt at least in 2.6.20! It has disappeared in 2.6.26!) (see Documentation/nfsroot.txt at least in 2.6.20! It has disappeared in 2.6.26!)
 +
 /srv/work/tftp/linux/debian/menu/default /srv/work/tftp/linux/debian/menu/default
 <code bash> <code bash>
operating_systems/linux/debian/nfsboot.txt · Last modified: 2012/08/26 09:16 by sbolay