Discover that a minimum of 4GB needs to be added to the machine. -----Original Message----- From: Jonathan Lebon [mailto:jle...@redhat.com] Sent: 24 May 2018 14:09 To: Dusty Mabe Cc: Joaquin Henriquez; ato...@projectatomic.io; atomic-devel Subject: EXTERNAL: Re: [atomic] Atomic Centos PXE Installation
On Wed, May 23, 2018 at 5:09 PM, Dusty Mabe <du...@dustymabe.com> wrote: > Jonathan, Can you share how you copied the files from the ISO and also > what your pxelinux.cfg is ? Nothing too special. I mounted the install ISO and copied vmlinuz and initrd in `images/pxeboot` to the PXE directory. pxelinux.cfg/default: --- default menu.c32 prompt 0 timeout 5 ONTIMEOUT linux MENU TITLE PXE Menu LABEL linux kernel vmlinuz append initrd=initrd.img ks=http://192.168.122.1:35001/centos-atomic.ks ip=dhcp inst.stage2=http://192.168.122.1:35000/ --- The port 35000 webserver is rooted at the mounted ISO.