Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] iPXE for MS VPC 2007 not working
2013-04-10, 14:36 (This post was last modified: 2013-04-10 15:02 by Gelip.)
Post: #3
RE: iPXE for MS VPC 2007 not working
Option IMAGE_BZIMAGE is default disabled in general.h (//#define). Option DOWNLOAD_PROTO_HTTP is cool and I want use this. I have gPXE 40KB 10ec8139.rom with this options:
Code:
CONSOLE_PCBIOS
DOWNLOAD_PROTO_TFTP
DOWNLOAD_PROTO_HTTP
DNS_RESOLVER
IMAGE_PXE
IMAGE_SCRIPT
AUTOBOOT_CMD

Interestly that the same options for gPXE 10110009.rom have 45KB - 5KB more!? The above-mentioned functions I need to iPXE. I need disable other function like Wifi, iSCSI but after disable this - size of module is still above 64KB :-( for 10110009.rom ofcourse. Topic is about MS VPC.

Quote:Just remember that enabling serial console in iPXE if you also have serial redirection in your BIOS will get you double output. It's probably better to use the BIOS redirection in that case.

I not understand this. I have old PC from 2000 year with AWARD BIOS 6.00PG and in this BIOS not have SERIAL redirection. I use SERIAL with GRUB4DOS + menu.lst or PXELINUX + default like this:
menu.lst
Code:
serial --unit=0 --speed=19200
terminal --timeout=5 serial console
timeout 60
default 0
default
Code:
SERIAL 0 19200
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE for MS VPC 2007 not working - Gelip - 2013-04-10 14:36



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