Hi I'm trying to do some Ubuntu (more specifically Edubuntu) installs using FAI. The server runs Debian 8.
When I boot a client, the kernel (?) can't find /lib/udev/hwdb.bin How do I fix this? Attached are some config files. -- Greetings Elias
# Last change: 2015-08-24 # PACKAGES aptitude console-common cupt dialog dnsutils dosfstools dump e2fsprogs fai-nfsroot hdparm #hwinfo Caused problems. initramfs-tools iproute kbd less lftp live-config-sysvinit lshw lvm2 mdadm module-init-tools moreutils nfs-common ntpdate numactl parted pciutils procinfo psmisc #pxelinux Caused problems. rdate reiserfsprogs rpcbind rsync #smartmontools ssh #subversion syslinux-common #sysvinit-core sysvinit-utils udev usbutils vim-runtime vim-scripts xfsdump xfsprogs xz-utils # You should not edit the lines below. # Architecture dependend list of packages that are installed. PACKAGES aptitude I386 #dracut grub-pc linux-image-generic live-boot PACKAGES aptitude AMD64 #dracut grub-pc linux-image-generic live-boot
# /etc/live.conf - configuration file for live-initramfs(7) # export BUILD_SYSTEM="Debian" export UNIONTYPE="aufs" export NOAUTOLOGIN="Yes" export NOFASTBOOT="Yes" export SELINUX_INIT="No" export NOSUDO="Yes" export NOUSER="Yes" export NOXAUTOCONFIG="Yes" export NOFSTAB="Yes" export NOHOSTS="Yes" export NOACCESSIBILITY="Yes" export NOAPPARMOR="Yes" export NOAPTCDROM="Yes" export NOCONSOLEKEYBOARD="Yes" export NOKPERSONALIZER="Yes" export NOKWALLET="Yes" export NOLANGUAGESELECTOR="Yes" export NOLOCALES="Yes" export NONETWORKING="Yes" export NOPERSISTENT="Yes" export NOPOWERMANAGEMENT="Yes" export NOPRESEED="Yes" export NOPROGRAMCRASHES="Yes" export NORESTRICTEDMANAGER="Yes" export NOTIMEZONE="Yes" export NOUPDATENOTIFIER="Yes" export NOXAUTOLOGIN="Yes" export NOXSCREENSAVER="Yes" export NOGNOMEPANEL="Yes"
# Last change: 2015-08-12 # SERVER=faiserver.fai # How to access the fai config space. # If undefined here, make-fai-nfsroot/fai-setup will use default value # nfs://<install server>/$FAI_CONFIGDIR # Supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http, # git, git+http, hg+http, tarball via http FAI_CONFIG_SRC=nfs://$SERVER/srv/fai/config # LOGUSER: an account on the install server which saves all log-files # and which can change the kernel that is booted via network. # Configure .rhosts for this account and PAM, so that root can log in # from all install clients without password. This account should have # write permissions for /srv/tftp/fai. For example, you can use write # permissions for the group linuxadm. chgrp linuxadm /srv/tftp/fai;chmod # g+w /srv/tftp/fai. If the variable is undefined, this feature is disabled. LOGUSER=fai LOGSERVER=$SERVER # Set protocol type for saving logs. Values: ssh, rsh, ftp FAI_LOGPROTO=ssh # Access to Debian mirror via NFS mounted directory # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT #FAI_DEBMIRROR=nfs://$SERVER/srv/mirror # The following variables are read only for almost every user. # Do not change them unless you know what you are doing! # Mount point where the mirror will be mounted on the client MNTPOINT=/media/mirror # The local configuration directory on the install client FAI=/var/lib/fai/config
# Last change: 2015-08-24 # # These variables are only used by make-fai-nfsroot(8) # Here you can use also variables defined in fai.conf # Directory on the install server where the nfsroot for FAI is # created, approx size: 390MB, also defined in bootptab or dhcp.conf NFSROOT=/srv/fai/nfsroot # TFTP directory for FAI files TFTPROOT=/srv/tftp/fai # Location of the configuration space on the install server FAI_CONFIGDIR=/srv/fai/config # Add a line for mirrorhost and installserver when DNS is not available # on the clients. This line(s) will be added to $nfsroot/etc/hosts. #NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver" # Parameter for debootstrap: "<suite> <mirror>" FAI_DEBOOTSTRAP="trusty http://ch.archive.ubuntu.com/ubuntu" # The encrypted (with md5 or crypt) root password on all install clients during # installation process; used when log in via ssh; default pw is: fai FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' # Location of a identity.pub file; this user can log to the install # clients in as root without a password; only useful with FAI_FLAGS="sshd" #SSH_IDENTITY=/home/admin/.ssh/identity.pub # Directory of hooks to be sourced at the end of make-fai-nfsroot, # i.e they have to be shell scripts. NFSROOT_HOOKS=/etc/fai/nfsroot-hooks/ # Following lines should be read only for most of you FAI_DEBOOTSTRAP_OPTS="--exclude=info --include=aptitude"
