SliTaz GNU/Linux official and community documentation wiki.
.png

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
en:guides:pxe [2011/09/16 18:24]
bellard VNC/SSH compression
en:guides:pxe [2020/09/20 16:51] (current)
hgt old revision restored (2018/03/05 16:48)
Line 50: Line 50:
   append initrd=/​boot/​rootfs.gz,/​boot/​configs/​extra-packages.gz,/​boot/​configs/​special-configuration.gz rw root=/​dev/​null vga=normal autologin</​file>​   append initrd=/​boot/​rootfs.gz,/​boot/​configs/​extra-packages.gz,/​boot/​configs/​special-configuration.gz rw root=/​dev/​null vga=normal autologin</​file>​
     * Example of a PXE server configuration:​ The [[http://​boot.slitaz.org/​|SliTaz web boot]] server http://​mirror.slitaz.org/​pxe/​ (start with [[http://​mirror.slitaz.org/​pxe/​pxelinux.cfg/​default|pxelinux.cfg/​default]])     * Example of a PXE server configuration:​ The [[http://​boot.slitaz.org/​|SliTaz web boot]] server http://​mirror.slitaz.org/​pxe/​ (start with [[http://​mirror.slitaz.org/​pxe/​pxelinux.cfg/​default|pxelinux.cfg/​default]])
 +\\
 +==== Test the PXE server with QEMU ====
 +
 +    * Install qemu <​file>​tazpkg get-install qemu</​file>​
 +    * Launch the VM <​file>​qemu -boot n -bootp /pxelinux.0 -tftp /​boot</​file>​
 \\ \\
 ===== PXE Client Set-Up ===== ===== PXE Client Set-Up =====
Line 192: Line 197:
   * The client boots in 1 to 5 seconds with a VNC framebuffer client   * The client boots in 1 to 5 seconds with a VNC framebuffer client
   * The VNC server can send any OS display   * The VNC server can send any OS display
-  * The client has no media driver and can use 10 year old hardware+  * The client has no media driver and can use 20 year old hardware ​(may avoid theft risk)
   * The target OS can run in a VM : more scalable and easier to maintain than multiple desktops   * The target OS can run in a VM : more scalable and easier to maintain than multiple desktops
   * No data is stored on the client machine. It may also have no disk. It only needs an ethernet card   * No data is stored on the client machine. It may also have no disk. It only needs an ethernet card
 
en/guides/pxe.1316190244.txt.gz · Last modified: 2011/09/16 18:24 by bellard