Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
squashfs cannot be downloaded when ipxe chainloading, dracut-initqueue fail find root
2018-04-10, 17:59 (This post was last modified: 2018-04-10 19:35 by vigo332.)
Post: #4
RE: squashfs cannot be downloaded when ipxe chainloading, dracut-initqueue fail find root
Hi, NiKize,

Thanks for replying.
I checked the url and it was correct. I mounted the iso so from the relative url the squashfs is also correct. There was no error in the httpd log. in the access log, there are only the following three lines.

192.168.56.130 - - [09/Apr/2018:18:34:16 -0500] "GET /ftp/ipxe/lkrn/bootscript.ipxe HTTP/1.1" 200 755 "-" "iPXE/1.0.0+ (8c17)"
192.168.56.130 - - [09/Apr/2018:18:34:16 -0500] "GET /ftp/tree/isolinux/initrd.img HTTP/1.1" 200 49763300 "-" "iPXE/1.0.0+ (8c17)"
192.168.56.130 - - [09/Apr/2018:18:34:16 -0500] "GET /ftp/tree/isolinux/vmlinuz HTTP/1.1" 200 5875184 "-" "iPXE/1.0.0+ (8c17)"

I also check the httpd log of the test vm. the squashfs.img was downloaded during the installation, please see the log of the vm.

192.168.56.155 - - [05/Apr/2018:17:27:22 -0500] "GET /ftp/ipxe/myscript.ipxe HTTP/1.1" 200 743 "-" "iPXE/1.0.0+ (8c17)"
192.168.56.1 - - [05/Apr/2018:17:27:25 -0500] "GET /ftp/tree/isolinux/initrd.img HTTP/1.1" 200 49763300 "-" "iPXE/1.0.0+ (8c17)"
192.168.56.1 - - [05/Apr/2018:17:27:26 -0500] "GET /ftp/tree/isolinux/vmlinuz HTTP/1.1" 200 5875184 "-" "iPXE/1.0.0+ (8c17)"
192.168.56.1 - - [05/Apr/2018:17:28:40 -0500] "GET /ftp/tree/LiveOS/squashfs.img HTTP/1.1" 200 347414528 "-" "curl/7.29.0"
192.168.56.1 - - [05/Apr/2018:17:28:45 -0500] "GET /ftp/tmp/test-ks.cfg HTTP/1.1" 200 2003 "-" "curl/7.29.0"
192.168.56.155 - - [05/Apr/2018:17:29:04 -0500] "GET /ftp/tree/.treeinfo HTTP/1.1" 200 1900 "-" "urlgrabber/3.10"
192.168.56.155 - - [05/Apr/2018:17:29:04 -0500] "GET /ftp/tree/repodata/repomd.xml HTTP/1.1" 200 4184 "-" "Red Hat Enterprise Linux (anaconda)/7.4 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:04 -0500] "GET /ftp/tree/.treeinfo HTTP/1.1" 200 1900 "-" "urlgrabber/3.10"
192.168.56.155 - - [05/Apr/2018:17:29:04 -0500] "GET /ftp/tree/repodata/a5d74c9954ba24288d9b7e80c6124b7d7f57f760de81763c25022384078d290e-primary.xml.gz HTTP/1.1" 200 2011052 "-" "Red Hat Enterprise Linux (anaconda)/7.4 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:04 -0500] "GET /ftp/tree/repodata/9c36ffa7133f0a1d973e3f4a323fae9cdf9463d5a7eec37fbf3e3824ffd9c78c-comps-Server.x86_64.xml.gz HTTP/1.1" 200 140761 "-" "Red Hat Enterprise Linux (anaconda)/7.4 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:04 -0500] "GET /ftp/tree/repodata/35b2bd4d785b1be1a4aa6ac9a2c89903f20a6e4fc428af1fdac6e4df3bd75048-primary.sqlite.bz2 HTTP/1.1" 200 4212131 "-" "Red Hat Enterprise Linux (anaconda)/7.4 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:06 -0500] "GET /ftp/tree//repodata/repomd.xml HTTP/1.1" 200 4184 "-" "urlgrabber/3.10"
192.168.56.155 - - [05/Apr/2018:17:29:30 -0500] "GET /ftp/tree/Packages/libXext-1.3.3-3.el7.x86_64.rpm HTTP/1.1" 206 9316 "-" "urlgrabber/3.10 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:31 -0500] "GET /ftp/tree/Packages/perl-HTTP-Tiny-0.033-3.el7.noarch.rpm HTTP/1.1" 206 4652 "-" "urlgrabber/3.10 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:31 -0500] "GET /ftp/tree/Packages/yum-rhn-plugin-2.0.1-9.el7.noarch.rpm HTTP/1.1" 206 31396 "-" "urlgrabber/3.10 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:31 -0500] "GET /ftp/tree/Packages/libXrender-0.9.10-1.el7.x86_64.rpm HTTP/1.1" 206 7896 "-" "urlgrabber/3.10 yum/3.4.3"
192.168.56.155 - - [05/Apr/2018:17:29:31 -0500] "GET /ftp/tree/Packages/perl-devel-5.16.3-292.el7.x86_64.rpm HTTP/1.1" 206 52200 "-" "urlgrabber/3.10 yum/3.4.3"



Hi, Michael,
Thanks for the note.

Unfortunately, I have to use static IP.
But it works on the VMs. My test vm is pulling everything from the other vm using static ip.
Are there any more work to do with the real workstation than the vm?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: squashfs cannot be downloaded when ipxe chainloading, dracut-initqueue fail find root - vigo332 - 2018-04-10 17:59



User(s) browsing this thread: 1 Guest(s)