Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download speed
2013-01-22, 10:24
Post: #3
RE: Download speed
Here is my setup:

My PXE menu:

LABEL IPXE


MENU LABEL ^ 3. IPXE 32 bit

KERNEL ipxe/IPXE.KRN dhcp && chain http://172.17.80.33/winpe/bootx86.ipxe



LABEL IPXE


MENU LABEL ^ 4. IPXE 64 bit

KERNEL ipxe/IPXE.KRN dhcp && chain http://172.17.80.33/winpe/bootx64.ipxe

I just like to choose if I wanna boot 32 or 64 bit

This is http://172.17.80.33/winpe/bootx86.ipxe

#!ipxe

# cpuid --ext 29 && set arch amd64 || set arch x86
kernel wimboot
initrd x86/ISO/bootmgr bootmgr
initrd x86/ISO/boot/bcd BCD
initrd x86/ISO/boot/boot.sdi boot.sdi
initrd x86/winpe.wim boot.wim
boot

It works, just very slow.

We are using only Lenovo computeres.
This is the Linux driver

http://downloadcenter.intel.com/Detail_D...r&lang=eng

It is 82579 who cause me a lot of pain Sad

Is it my setup who is wrong or is it a driver problem ?

As far as I can see the Intel driver is newer than the compiled IPXE.KRN

Please help

Btw I am a totally Linux noob Blush
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Download speed - Stoney - 2013-01-16, 13:55
RE: Download speed - robinsmidsrod - 2013-01-17, 07:26
RE: Download speed - Stoney - 2013-01-22 10:24
RE: Download speed - fc117 - 2013-01-22, 15:18
RE: Download speed - robinsmidsrod - 2013-01-24, 08:40
RE: Download speed - Stoney - 2013-01-24, 17:54
RE: Download speed - robinsmidsrod - 2013-01-27, 22:30
RE: Download speed - Christian Bovey - 2013-10-15, 16:23
RE: Download speed - Stoney - 2013-10-15, 18:45
RE: Download speed - Christian Bovey - 2013-10-16, 06:29
RE: Download speed - robinsmidsrod - 2013-10-20, 09:52
RE: Download speed - Christian Bovey - 2013-10-22, 15:27
RE: Download speed - robinsmidsrod - 2013-10-23, 10:32
RE: Download speed - Christian Bovey - 2013-10-23, 10:33
RE: Download speed - robinsmidsrod - 2013-10-27, 10:26



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