The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sanboot problems.
2013-09-26, 13:44 (This post was last modified: 2013-09-26 13:47 by sebastian.)
Post: #1
sanboot problems.
Hello.

My use case:
Im work at a cyber cafe. To make Everything easier to manage (with updates, only needing to update one computer then all is updated) and prevent customers from tampering with the computers (downloading viruses and such), I want to boot the computers "read-only" from a central server containing a ISO image or some other sort of raw read-only image.

I have built a Windows 7 liveCD image using WinBuilder. The ISO boots locally perfect, in QEMU.

I put the ISO on a LAN accessible web server, and then sanboot the file.

iPXE> dhcp
"DHCP (net0 90:e6:ba:68:e8:2d)...... ok"
iPXE> sanboot http://192.168.1.11/peiso.iso
"Registered SAN device 0x80"
"Booting from SAN device 0x80"
Then it hangs there forever.


The web server log show:

192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "HEAD /peiso.iso HTTP/1.1" 200 0 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "HEAD /peiso.iso HTTP/1.1" 200 0 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 512 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 512 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 16384 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 32768 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 2048 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 65536 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 65536 "-" "iPXE/1.0.0+ (22a0)"
192.168.1.7 - - [26/Sep/2013:14:26:17 +0200] "GET /peiso.iso HTTP/1.1" 206 65536 "-" "iPXE/1.0.0+ (22a0)"

After the third request with 65536 bytes, theres no more requests in log, even after 30 minutes of wait, so seems the boot process completely stopped.

ISO is 627 163 136 byte large (about 600MB) and the computer has 6 GB of available RAM. LAN Network is 100MBit.

Whats the problem, why does it hang? Server support Range requests so there should not be problem there, and ISO is fine (boots locally in emulator)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
sanboot problems. - sebastian - 2013-09-26 13:44
RE: sanboot problems. - mcb30 - 2013-09-26, 14:48
RE: sanboot problems. - Nostradamus - 2013-09-27, 08:46
RE: sanboot problems. - sebastian - 2013-10-07, 09:33
RE: sanboot problems. - robinsmidsrod - 2013-10-12, 11:20
RE: sanboot problems. - sebastian - 2013-12-09, 12:19



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