[opensuse] remote and diskless install - mkinitrd
Hallo, I am going to install openSUSE 13.1 on several computers, remote and diskless. therefore I set up dhcpd/PXE/atftp. Everything works fine, for Install i use SSH. root will be mounted using nfsroot. Install works fine, but the automatic build initrd lacks support for network and nfs. possibility 1: How do I avoid automatic reboot after setup to call mkinitrd manually better - no need to run mkinitrd manually after each kjernelupdate: how to tell opensuse (install) or later yast/sysconfig to call mkinitrd with these instructions (-D eth0 -d X.X.X.X:/share --with=nfs --with=network). Thanks for any hints. some info: cat var/log/YaST2/y2logmkinitrd Kernel image: /boot/vmlinuz-3.11.10-7-pae Initrd image: /boot/initrd-3.11.10-7-pae KMS drivers: i915 /lib/mkinitrd/setup/11-storage.sh: line 283: /etc/fstab: No such file or directory /lib/mkinitrd/setup/11-storage.sh: line 262: /tmp/.acyed1N3/pipe: No such file or directory Microcode: Adding Intel microcode 06-0f-02 modprobe: Module tmpfs not found. WARNING: no dependencies for kernel module 'tmpfs' found. Kernel Modules: thermal_sys thermal processor fan scsi_dh scsi_dh_alua scsi_dh_hp_sw scsi_dh_rdac scsi_dh_emc video button i2c-algo-bit drm drm_kms_helper i915 usb-common usbcore ohci-hcd uhci-hcd ehci-hcd xhci-hcd usbhid hid-logitech-dj hid-generic hid-holtek-kbd hid-lenovo-tpkbd hid-ortek hid-roccat hid-roccat-common hid-roccat-arvo hid-roccat-isku hid-samsung ehci-pci ohci-pci **************************** * WARNING * No fsck for your rootfs * could be found. * This might be bad! * Please install: fsck.tmpfs **************************** Features: acpi intel_microcode kms usb -server side: /srv/tftp/tftpboot/pxelinux.cfg/defaut label linux menu label i386 Linux kernel vmlinuz append initrd=initrd nosplash textonly showopts console=ttyS0,115200 root=/dev/nfs rw nfsroot=172.18.0.1:/exports/delta ip=dhcp label install menu label Install i386 Linux kernel setup_linux append initrd=setup_initrd nosplash textonly showopts install=http://172.18.0.1/opensuse/distribution/openSUSE-current/repo/oss/ console=ttyS0,115200 usessh=1 sshpassword="12345678" -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Paul Neuwirth wrote:
Hallo, I am going to install openSUSE 13.1 on several computers, remote and diskless. therefore I set up dhcpd/PXE/atftp. Everything works fine, for Install i use SSH. root will be mounted using nfsroot. Install works fine, but the automatic build initrd lacks support for network and nfs.
Yes, you need to enable this manually with the '-f' option. I think I have already opened a bugreport on that a while back. -- Per Jessen, Zürich (5.6°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Paul Neuwirth
-
Per Jessen