2014-04-02, 15:11
Hi there,
I'm getting slow download speed. I used this in my boot file:
For linux:
And this is for windows:
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
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