Edito
Voila voila, je refais mon infra…
Et j'ai donc envie de participer a une oeuvre commune :
Antoine.
Pub
Désolé de vous incommoder avec cela, c'est un mal aujourd'hui nécessaire. Je le souhaite juste utile, on verra.
Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
docs:linuxeries:pxe [2013/11/05 22:03] 127.0.0.1 édition externe |
docs:linuxeries:pxe [2017/01/10 22:34] (version actuelle) |
||
---|---|---|---|
Ligne 76: | Ligne 76: | ||
10.0.11.119 - - [04/Nov/2013:17:02:16 +0100] "GET /boot-lan/ubuntu-installer/i386/initrd.gz HTTP/1.1" 200 16322567 "-" "iPXE/1.0.0+ (71727)" | 10.0.11.119 - - [04/Nov/2013:17:02:16 +0100] "GET /boot-lan/ubuntu-installer/i386/initrd.gz HTTP/1.1" 200 16322567 "-" "iPXE/1.0.0+ (71727)" | ||
10.0.11.119 - - [04/Nov/2013:17:02:18 +0100] "GET /boot-lan/ubuntu-installer/i386/linux HTTP/1.1" 200 5028246 "-" "iPXE/1.0.0+ (71727)" | 10.0.11.119 - - [04/Nov/2013:17:02:18 +0100] "GET /boot-lan/ubuntu-installer/i386/linux HTTP/1.1" 200 5028246 "-" "iPXE/1.0.0+ (71727)" | ||
+ | 10.0.11.119 - - [04/Nov/2013:17:02:46 +0100] "GET /boot-lan/preseed/std-lnx-precise.cfg HTTP/1.1" 200 15277 "-" "Wget" | ||
</xtermrtf> | </xtermrtf> | ||
* où 00:0f:6f:e5:05:1f est la mac addr de la machine qui net boot | * où 00:0f:6f:e5:05:1f est la mac addr de la machine qui net boot | ||
Ligne 90: | Ligne 91: | ||
RewriteRule .* index.php?url=$0 [QSA,L] | RewriteRule .* index.php?url=$0 [QSA,L] | ||
</xtermrtf> | </xtermrtf> | ||
- | </xtermrtf> | + | |
+ | root@igor:~# git clone git://git.ipxe.org/ipxe.git | ||
+ | Cloning into 'ipxe'... | ||
+ | remote: Counting objects: 39914, done. | ||
+ | remote: Compressing objects: 100% (11118/11118), done. | ||
+ | remote: Total 39914 (delta 29782), reused 36824 (delta 27223) | ||
+ | Receiving objects: 100% (39914/39914), 9.66 MiB | 151 KiB/s, done. | ||
+ | Resolving deltas: 100% (29782/29782), done. | ||
+ | root@igor:~# cd ipxe/src | ||
+ | root@igor:~/ipxe/src# make bin/undionly.kpxe | ||
+ | root@igor:~/ipxe/src/bin# cp undionly.kpxe /opt/boot-lan/tftp/undionly.kpxe | ||
+ |