Comments on: Configure PXE (Network Boot) installation Server on CentOS 7.x https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/ Wed, 24 May 2023 18:41:15 +0000 hourly 1 By: Saurav https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-53956 Wed, 24 May 2023 18:41:15 +0000 http://www.linuxtechi.com/?p=3993#comment-53956 In reply to Jonathan.

Is it fixed now? I am also hitting the same issue.

]]>
By: Remka https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-48151 Thu, 19 Jan 2023 12:19:03 +0000 http://www.linuxtechi.com/?p=3993#comment-48151 dracut-initqueue[706]: Warning: dracut-initqueue timeout – starting timeout scripts
dracut-initqueue[706]: Warning: Could not boot.
dracut-initqueue[706]: Warning: /dev/root does not exist
Starting Dracut Emergency Shell….
Warning: /dev/root does not exist.

Did excatly what he did but adding live: after the ks= and inst.repo= .
Someone knows why ?

Thanks a lot!

]]>
By: Thas https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-43826 Mon, 31 Oct 2022 16:40:52 +0000 http://www.linuxtechi.com/?p=3993#comment-43826 In reply to Rodrigo.

increasing to 3GB fixed this issue…:)

]]>
By: Thas https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-43825 Mon, 31 Oct 2022 16:36:09 +0000 http://www.linuxtechi.com/?p=3993#comment-43825 In reply to romeo.

you didn’t do this step ?
[root@pxe ~]# openssl passwd -1 your_root_password goes here…
$1$e2wrcGGX$tZPQKPsXVhNmbiGg53MN41
[root@pxe ~]#

]]>
By: Xavery https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-22261 Thu, 05 Nov 2020 08:35:55 +0000 http://www.linuxtechi.com/?p=3993#comment-22261 In reply to Xavery.

Heh… good way to find solution for me is to ask someone the question. Nobody may answer but I _always_ find solution by myself 🙂
In this case solution is to add: `inst.noverifyssl’ option to APPEND row.
Maybe will be useful for next PXE warriors 🙂

Sorry for noise in ether.
Regards

]]>
By: Xavery https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-22260 Thu, 05 Nov 2020 08:15:36 +0000 http://www.linuxtechi.com/?p=3993#comment-22260 Hi there.
Tutorial is very usefeul, but… Does anyone know how to force PXE to work with HTTPS with no check certificate? I have used something like that:

APPEND (…) inst.repo=https://server.with.local.mirror

And curl complies that cert is unknown. In fact it is and cannot be another. I know i can use “-k” option to curl but where to place it? Is there any other option id PZE menu file, that allows https connections with no-check-certificate.
I’m asking here, because I’ve found nothing about that. I someone knows the answer, please help me.

Regards

]]>
By: Master https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-21058 Sat, 18 Jul 2020 06:36:51 +0000 http://www.linuxtechi.com/?p=3993#comment-21058 Hello,
This is works for me thanks for this, now I need to setup ubuntu-18.04 in same server.
for centos7 I coped :- /var/ftp/pub/centos7
for ubuntu-18.04 i coped :- /var/ftp/pub/ubuntu-18.04
allow this in selinux via :- semanage fcontext -a -t public_content_t “/var/ftp/pub/centos7(/.*)?”
restorecon -Rv /var/ftp/pub/centos7
semanage fcontext -a -t public_content_t “/var/ftp/pub/ubuntu-18.04(/.*)?”
restorecon -Rv /var/ftp/pub/ubuntu-18.04

I copy ubuntu kernel and initrd file in :- /var/lib/tftpboot/ubuntu-18.04

filesystem.manifest filesystem.manifest-remove filesystem.squashfs initrd.lz
filesystem.manifest-minimal-remove filesystem.size filesystem.squashfs.gpg vmlinuz

And My Default file entries : – /var/lib/tftpboot/pxelinux.cfg/default

default menu.c32
prompt 0
timeout 30
MENU TITLE MASTER HYDRA PXE Menu

LABEL CENTOS-7 INSTALLATION
MENU LABEL CentOS 7
KERNEL /centos7/vmlinuz
APPEND initrd=/centos7/initrd.img inst.repo=ftp://192.168.95.1/pub/centos7

LABEL UBUNTU-18.04 INSTALLATION
MENU LABEL UBUNTU-18.04
KERNEL /ubuntu-18.04/vmlinuz
APPEND initrd=/ubuntu-18.04/initrd.lz inst.repo=ftp://192.168.95.1/pub/ubuntu-18.04

Kindly tell me where I am Wrong

]]>
By: Rodrigo https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-19679 Mon, 13 Apr 2020 07:25:44 +0000 http://www.linuxtechi.com/?p=3993#comment-19679 In reply to Pradeep Kumar.

hi pradeep

Thank you very much for your prompt response. The previous error has been fixed but now I have another problem.

The client pxe remains in the option to choose language. Then, I must press “continue” manually, and I must select hard drive and install.

Can you help me to make it automatic?

]]>
By: Pradeep Kumar https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-19677 Mon, 13 Apr 2020 03:27:11 +0000 http://www.linuxtechi.com/?p=3993#comment-19677 In reply to Rodrigo.

Hi Rodrigo,

Please make sure the virtual machine or physical server has been assigned at least 2 GB of RAM.

]]>
By: Rodrigo https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/#comment-19676 Mon, 13 Apr 2020 02:51:51 +0000 http://www.linuxtechi.com/?p=3993#comment-19676 Hi. I need your help, I have the following problem when enabling a pxe client.

[15.477199] dracut-mount[1168]: Warning: Can’t mount root filesystem
[15.497028] dracut-mount[1168]: Warning: /dev/root does not exist
[15.501094] dracut-mount[1168]: /lib/dracut-lib.sh: line 1049: echo: write error: No space left on device

Starting Dracut Emergency Shell

Warning: /dev/root does not exist

]]>