ich habe mir einen PXE-Server unter Linux aufgesetzt welcher soweit auch funktioniert, ich habe bereits eine ArchLinuxLive-Download mit entsprechenden Anleitungen ans laufen bekommen. Nun habe ich mir eben die akutelle LiveCD von Debian (Cinnamon) runtergeladen und versucht diese ebenfalls zustarten. Bei Startvorgang scheint er den "Kernel" soweit zu booten und steigt dann mit folgender Fehlermeldung aus:
Running /scripts/init-bottom ...mount: mounting /dev on /root/dev failed no such directory
No init found...
/bin/sh: can´t access tty: job control turned off
(initramfs)
Anbei poste ich meine entsprechenden cof:
Code: Alles auswählen
/etc/exports
/srv *(rw,fsid=0,no_root_squash,no_subtree_check)
/srv/arch *(rw,no_root_squash,no_subtree_check)
/home/pxeboot/archlinuxlive 192.168.1.0/24(ro,no_root_squash,no_subtree_check)
/home/pxeboot/debianlive 192.168.1.0/24(ro,no_root_squash,no_subtree_check)
/srv/tftp/clonezillalive 192.168.1.0/24(ro,no_root_squash,no_subtree_check)
/srv/tftp/pxelinux.cfg/default
default debianlive
prompt 1
timeout 100
LABEL archlinuxlive
menu label Arch Linux Live 64bit
kernel archlinuxlive/arch/boot/x86_64/vmlinuz
append initrd=archlinuxlive/arch/boot/x86_64/archiso.img archisobasedir=arch archiso_nfs_srv=192.168.1.2:/home/pxeboot/archlinuxlive ip=:::::eth0:dhcp -
#label clonezillalive
#MENU LABEL Clonezilla Live (Ramdisk)
#KERNEL clonezillalive/vmlinuz
#APPEND initrd=clonezillalive/initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://192.168.1.2/clonezillalive
Label debianlive
MENU LABEL DebianLive
Kernel debianlive/vmlinuz
APPEND initrd=debianlive/initrd.img root=/dev/nfs ip=dhcp nfsroot=192.168.1.2:/home/pxeboot/debianlive
![Smile :)](./images/smilies/icon_smile.gif)