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:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting slow download speed
2014-04-02, 15:11 (This post was last modified: 2014-04-03 03:32 by vielktus.)
Post: #1
Getting slow download speed
Hi there,

I'm getting slow download speed. I used this in my boot file:

For linux:
Code:
#!ipxe
kernel http://192.168.1.1/ipxe/init-os/centos/6.5/vmlinuz_64
initrd http://192.168.1.1/ipxe/init-os/centos/6.5/initrd_64.img
boot

And this is for windows:
Code:
#!ipxe
kernel http://192.168.1.1/ipxe/wimboot
initrd http://192.168.1.1/ipxe/init-os/windows/windows2k8/bootmgr          bootmgr
initrd http://192.168.1.1/ipxe/init-os/windows/windows2k8/bcd         BCD
initrd http://192.168.1.1/ipxe/init-os/windows/windows2k8/boot.sdi    boot.sdi
initrd http://192.168.1.1/ipxe/init-os/windows/windows2k8/boot.wim boot.wim
boot

The kernel initrd.img is 35 MB and it takes about 10 seconds to complete (much slower than old PXE). And the boot.wim too is much slower too.

Im using this version https://git.ipxe.org/ipxe.git/commit/d90...5bd76bc053
Chainloading using undionly.kpxe
iPXE server: VMware vm.
iPXE client: VMware vm.
Vsphere version: 5.0.
VM's NIC: intel e1000

The old PXE im using for above stuffs is faster than iPXE, so sad...
I dont know why. Did i miss any configurations ? Please help Sad
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Getting slow download speed - vielktus - 2014-04-02 15:11



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