Cours:DocsLTSP : Différence entre versions
Ligne 41 : | Ligne 41 : | ||
LDM_DIRECTX=True | LDM_DIRECTX=True | ||
+ | |||
+ | |||
+ | The most common iPXE boot loaders are undionly.kpxe (for bios) and snp.efi/snponly.efi (for usefi). Just be aware you can not boot a bios bootloader (undionly.kpxe) on a uefi system unless CSM is enabled. But then CSM would boot in bios mode. The same is the case for snp.efi, it will not boot on a bios based computer. | ||
Version du 17 juin 2024 à 18:59
https://wiki.defis.info/?LTSPInstall
- installation ltsp https://ltsp.org/docs/installation/
- debootstrap ubuntu
mkdir /srv/ltsp
cd /srv/ltsp
debootstrap --include ubuntu-minimal noble noble
//config schroot
schroot
- config ltsp
- ltsp dnsmasq
- ltsp ipxe
- ltsp initrd
- ltsp kernel
- ltsp nfs
- ltsp initrd :
- update ltsp.img
- modifie users
ltsp dnsmasq
apt-get install ltsp-server-standalone
ltsp-build-client --arch i386
configurer le réseau (serveur dhcp (isc-dhcp-server par défaut)
/var/lib/tftpboot/ltsp/i386/lts.conf
LDM_DIRECTX=True
The most common iPXE boot loaders are undionly.kpxe (for bios) and snp.efi/snponly.efi (for usefi). Just be aware you can not boot a bios bootloader (undionly.kpxe) on a uefi system unless CSM is enabled. But then CSM would boot in bios mode. The same is the case for snp.efi, it will not boot on a bios based computer.
https://wiki.ubuntu.com/LTSPLocalAppSetup
http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143
fedora
réseau :