Ho trovato molti blog che spiegano come avviare il programma di installazione tramite PXE. E l'ho raggiunto. Ma ora vorrei avviare un LiveCD. Ho visto molti blog che spiegano come farlo usando un server NFS (DHCP+TFTP+), ma la mia infrastruttura ha solo un server HTTP (DHCP+) (quest'ultimo è usato per memorizzare i file pxelinux.0,kernel+initrd e anche i punti di montaggio isos).
Ci sono alcuni parametri del kernel "equivalenti" in HTTP a netboot=nfs nfsroot=serverIp:/mount/point di NFS …???
Grazie!!
Risposta accettata:
sì, ubuntu iso
per il test su Windows utilizzo tftp32 e freenfs e vmware
c:\tftpd32\ubuntu\ (iso decompresso)
percorso tftp32 c:\tftpd32\
percorso nfs c:\tftp32\
LABEL Ubuntu linux Install
KERNEL ubuntu/casper/vmlinuz
APPEND root=/dev/nfs boot=casper only-ubiquity netboot=nfs nfsroot=192.168.0.1:/ubuntu ip=192.168.0.5:192.168.0.1:192.168.0.1:255.255.255.0:linux::none file=preseed/ubuntu.seed initrd=ubuntu/casper/initrd.lz quiet splash locale=ru_RU --
LABEL Ubuntu linux Live Boot
KERNEL ubuntu/casper/vmlinuz
APPEND root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.1:/ubuntu ip=192.168.0.5:192.168.0.1:192.168.0.1:255.255.255.0:linux::none file=preseed/ubuntu.seed initrd=ubuntu/casper/initrd.lz quiet splash locale=ru_RU --