Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
undionly.kpxe and windows7 load problem
2014-02-25, 21:23 (This post was last modified: 2014-02-26 11:17 by yuliam.)
Post: #1
undionly.kpxe and windows7 load problem
First of all thank this fantastic project. I have a problem when undionly.kpxe use to boot windows7 home (linux debian work fine). This screen is locked and the computer reset.
if I use the iso http://boot.ipxe.org/ipxe.iso works perfectly. Start ipxe.krn, dhcp send http://iscsi.informaticaamado.lan/boot.ipxe, load boot.ipxe.cfg, menu.ipxe and boot iscsi.
I've noticed that when I'm using RTL8169 ipxe.krn charge and otherwise undionly driver
What I'm doing wrong?
Thanks and regards.
Find all posts by this user
Quote this message in a reply
2014-02-28, 09:06
Post: #2
RE: undionly.kpxe and windows7 load problem
If everything up to the sanboot command works, but your Windows iSCSI install fails, most likely you've got the gateway issue, or you have in some way done something wrong during installation of your Windows on iSCSI. It could be that you didn't slipstream in a working network driver for your hardware into WinPE. See http://ipxe.org/howto/winpe for details on how to solve that. The gateway issue is covered in the FAQ here: http://forum.ipxe.org/showthread.php?tid=5948

Not sure what your issue is with the realtek/UNDI situation. Need more details.
Visit this user's website Find all posts by this user
Quote this message in a reply
2014-02-28, 17:28
Post: #3
RE: undionly.kpxe and windows7 load problem
you're right. It is a gateway problem. I have a network 192.168.1.0/24, 192.168.1.1 default gateway and dns 192.168.3.4 for gateway 192.168.1.254. If I configure dhcp to 192.168.1.254 as gateway works perfect.
Is there any way to configure static route on ipxe?

keep default 192.168.1.1 to Internet
route add 192.168.3.0/24 and 192.168.1.254 as gateway.
Find all posts by this user
Quote this message in a reply
2014-03-03, 11:18
Post: #4
RE: undionly.kpxe and windows7 load problem
Unfortunately no. You'll need to add that static routing in your default gateway, which is most of the time the correct place for it. After all, iPXE doesn't support VPNs or any such thing that usually require static routing either. I'm not entirely sure if iPXE supports static routes in a DHCP response. I don't think so.
Visit this user's website Find all posts by this user
Quote this message in a reply
2014-03-12, 10:33 (This post was last modified: 2014-03-12 10:37 by yuliam.)
Post: #5
RE: undionly.kpxe and windows7 load problem
I have this setup in my dhcp server. But ipxe not recognized. The configuration works after the computer has booted.

option rfc3442-classless-static-routes code 121 = array of integer 8;
option ms-classless-static-routes code 249 = array of integer 8;

option domain-name-servers 192.168.3.4;
option routers 192.168.1.1;

subnet 192.168.1.0 netmask 255.255.255.0 {
option rfc3442-classless-static-routes 24 , 192 , 168 , 3 , 192 , 168 , 1 , 254;
option ms-classless-static-routes 24 , 192 , 168 , 3 , 192 , 168 , 1 , 254;
option domain-search "informaticaamado.lan" , "informaticaamado.cloudns.in";
option domain-name "informaticaamado.lan";
authoritative;
range 192.168.1.100 192.168.1.110;
...


Ok, Best regards.
Thank you very much robinsmidsrod.
Find all posts by this user
Quote this message in a reply
Post Reply 




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