operating_systems:linux:debian:nfsboot
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| operating_systems:linux:debian:nfsboot [2012/08/26 09:06] – [The problem] sbolay | operating_systems:linux:debian:nfsboot [2012/08/26 09:16] (current) – [LINKS] sbolay | ||
|---|---|---|---|
| Line 67: | Line 67: | ||
| ==== Kernel ==== | ==== Kernel ==== | ||
| - | ([[http:// | + | ([[http:// |
| - | The directory structure is (so you have to do a mkdir): | + | |
| + | The directory structure is (so you have to do a **mkdir**): | ||
| * kernel 2.6.20 (for etch): / | * kernel 2.6.20 (for etch): / | ||
| * kernel 2.6.26 (for lenny): / | * kernel 2.6.26 (for lenny): / | ||
| Line 217: | Line 218: | ||
| ==== DHCP/ | ==== DHCP/ | ||
| First install your DHCP/ | First install your DHCP/ | ||
| + | |||
| For information, | For information, | ||
| === TFTP === | === TFTP === | ||
| + | |||
| served by [[http:// | served by [[http:// | ||
| + | |||
| root@server:/# | root@server:/# | ||
| <code bash> | <code bash> | ||
| Line 238: | Line 242: | ||
| === DHCP === | === DHCP === | ||
| - | served by [[http:// | + | served by [[http:// |
| root@server2:# | root@server2:# | ||
| <code bash> | <code bash> | ||
| Line 246: | 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> |
| === NFS === | === NFS === | ||
| - | served by [[http:// | + | served by [[http:// |
| root@server:# | root@server:# | ||
| <code bash> | <code bash> | ||
| Line 273: | Line 279: | ||
| === Package verification/ | === Package verification/ | ||
| 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 314: | Line 321: | ||
| </ | </ | ||
| - | === WITH initrd === | + | ==== WITH initrd |
| (see Documentation/ | (see Documentation/ | ||
| + | |||
| FIXME http:// | FIXME http:// | ||
| FIXME http:// | FIXME http:// | ||
| Line 362: | Line 370: | ||
| ==== WHITOUT initrd ==== | ==== WHITOUT initrd ==== | ||
| (see Documentation/ | (see Documentation/ | ||
| + | |||
| / | / | ||
| <code bash> | <code bash> | ||
| Line 393: | Line 402: | ||
| Q: mountd[11516]: | Q: mountd[11516]: | ||
| - |
A: add in the / | + |
A: add in the / |
| ===== LINKS ===== | ===== LINKS ===== | ||
| - | * This howto was mainly based on jukie.net/ | + | * This howto was mainly based on [[http:// |
| * http:// | * http:// | ||
| * http:// | * http:// | ||
operating_systems/linux/debian/nfsboot.1345971960.txt.gz · Last modified: 2012/08/26 09:06 by sbolay