Encontré muchos blogs que explican cómo iniciar el instalador a través de PXE. Y lo he logrado. Pero ahora me gustaría iniciar un LiveCD. He visto muchos blogs que explican cómo hacer esto usando un servidor NFS (DHCP+TFTP+), pero mi infraestructura solo tiene un servidor HTTP (DHCP+) (este último se usa para almacenar los archivos pxelinux.0,kernel+initrd y el puntos de montaje isos también).
¿Existen algunos parámetros del núcleo "equivalentes" en HTTP a NFS netboot=nfs nfsroot=serverIp:/mount/point …???
¡¡Gracias!!
Respuesta aceptada:
sí, ubuntu iso
para la prueba en Windows uso tftp32 y freenfs y vmware
c:\tftpd32\ubuntu\ (descomprimido iso)
ruta tftp32 c:\tftpd32\
ruta 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 --