Cours:DocsLTSP : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
 
(3 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 +
=Installation=
 
https://wiki.defis.info/?LTSPInstall
 
https://wiki.defis.info/?LTSPInstall
  
 
*installation ltsp https://ltsp.org/docs/installation/
 
*installation ltsp https://ltsp.org/docs/installation/
 
*debootstrap ubuntu
 
*debootstrap ubuntu
**https://help.ubuntu.com/community/DebootstrapChroot
+
 
 
**https://github.com/ltsp/ltsp/wiki/chroots
 
**https://github.com/ltsp/ltsp/wiki/chroots
 
<source lang=bash>
 
<source lang=bash>
Ligne 11 : Ligne 12 :
 
//config schroot
 
//config schroot
 
schroot
 
schroot
 +
// continuer avec l'installation de paquets, par ex https://help.ubuntu.com/community/DebootstrapChroot
 
</source>
 
</source>
  
Ligne 26 : Ligne 28 :
  
 
<source lang=bash>
 
<source lang=bash>
ltsp dnsmasq
+
 
  
 
</source>
 
</source>
  
 +
=initrd nfs v4=
 +
*https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409272
 +
*https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409272
  
apt-get install ltsp-server-standalone
+
=divers=
 
 
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.
 
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.
Ligne 52 : Ligne 47 :
  
 
http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143
 
http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143
 
 
=fedora=
 
 
réseau :
 
 
http://doc.fedora-fr.org/wiki/Le_service_network
 

Version actuelle datée du 25 juin 2024 à 15:08

Installation

https://wiki.defis.info/?LTSPInstall

mkdir /srv/ltsp
cd /srv/ltsp
debootstrap --include ubuntu-minimal noble noble
//config schroot
schroot
// continuer avec l'installation de paquets, par ex https://help.ubuntu.com/community/DebootstrapChroot
  • config ltsp
    • ltsp dnsmasq
    • ltsp ipxe
    • ltsp initrd
    • ltsp kernel
    • ltsp nfs


  • ltsp initrd :
    • update ltsp.img
    • modifie users

initrd nfs v4

divers

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.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq


https://wiki.ubuntu.com/LTSPLocalAppSetup

http://wiki.bluelightav.org/pages/viewpage.action?pageId=23626143