PXE für einen headless Fedora 21 Server

Die Bootfiles holen:
mkdir -p /var/lib/tftpboot/f21
wget http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/x86_64/os/images/pxeboot/vmlinuz -o /var/lib/tftpboot/f21/vmlinuz
wget http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/x86_64/os/images/pxeboot/initrd.img -o /var/lib/tftpboot/f21/initrd.img
und für das pxelinux:

label Fedora Server serial
  menu label Install Fedora Server serial
  kernel fedora64/vmlinuz
  append initrd=fedora64/initrd.img lang=de_DE keyboard=de-latin1-nodeadkeys devfs=nomount method=nfs:192.168.0.111:/tftpboot/fedora64/ inst.syslog=192.168.0.111 inst.loglevel=debug console=ttyS0,115200n8 inst.vnc

Startet seriell und stellt dann einen VNC-Server zur Verfügung, auf dem man denn den Anaconda hat.

www.romal.de
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.