LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 02-14-2010, 02:52 AM   #1
tamenglang
LQ Newbie
 
Registered: Apr 2009
Posts: 7

Rep: Reputation: 0
Red face File b06nd50x.sys caused an unexpected error (21) at line 4211 in d:\srvrtm\base\boot


when i use pxelinux+dhcp+tftp+samba (setup on CentOS 5.4) install windows xp,during install 2003 occured the below error:
File b06nd50x.sys caused an unexpected error (21) at line 4211 in d:\srvrtm\base\boot\setup\setup.c

operating steps:

1、
- Extract the pxe loader:
cabextract <Source dir>/i386/STARTROM.N1_
- Modify the name of the loader from NTLDR to xpldr:
sed -i -e 's/NTLDR/XPLDR/gi' startrom.n12
- Move the modified pxe loader to tftpd root, and call it winxp.0
- Extract the setuploader, using cabextract:
cabextract <Source dir>/i386/SETUPLDR.EX_
- Modify the name of the response file from winnt.sif to winxp.sif
sed -i -e 's/winnt\.sif/winxp\.sif/gi' setupldr.exe
- Modify the name of ntdetect from ntdetect.com to ntdetect.wxp
sed -i -e 's/ntdetect\.com/ntdetect\.wxp/gi' setupldr.exe
- Move the modified setuploader to tftpd root, and call it XPLDR

2、binl server
[root@opt ris-linux-0.4]# ./infparser.py /tftpboot/win2k3/i386/inf
Compiled 43 drivers
generated devlist.cache
generated nics.txt
[root@opt ris-linux-0.4]# ./binlsrv.py
Succesfully loaded 43 devices
Binlserver started... pid 3501
Recv BINL NCQ len = 48
NCQ Driver request
[R] Mac address 00:13:72:fb:d6:c2
[R] Vid: 0x14e4
[R] Pid: 0x164c
[R] rev_u1 = 0x2
[R] rev_u2 = 0x0
[R] rev_u3 = 0x0
[R] rev = 0x11
[R] rev2 = 0x500
[R] subsys = 0x1b31028
[R] Source path: \\192.168.134.3\reminst\win2k3
Checking PCI\VEN_14E4&DEV_164C&SUBSYS_01B31028
Checking PCI\VEN_14E4&DEV_164C
Found PCI\VEN_14E4&DEV_164C in b06nd.inf
[S] Packet len = 0xd0 (208)
[S] Result code: 0x0
[S] type: 0x2
[S] base offset = 0x24 (36)
[S] drv_off = 0x50 (80)
[S] srv_off: 0x6a (106) -> 98 from start
[S] plen: 0x62 (98)
[S] p_off: 0x76 (118) -> 110 from start
[S] hid: PCI\VEN_14E4&DEV_164C - Len 0x15 (21)
[S] drv: b06nd50x.sys - Len 0xc (12)
[S] srv: b06nd - Len 0x5 (5)
[S] Description (REG_EXPAND_SZ [2]) = Broadcom BCM5708C NetXtreme II Monolithic Driver
[S] Characteristics (REG_SZ [1]) = 132
[S] BusType (REG_SZ [1]) = 5
[S] Total Params: 3


3、packet capture:
15:26:35.888523 IP 192.168.134.8.55738 > 192.168.134.3.tftp: 55 RRQ "\win2k3\i386\b06nd50x.sy_" octet blksize 1432 tsize 0
15:26:35.889702 IP 192.168.134.3.41287 > 192.168.134.8.55738: UDP, length 19
15:26:35.890022 IP 192.168.134.8.55739 > 192.168.134.3.tftp: 55 RRQ "\win2k3\i386\b06nd50x.sys" octet blksize 1432 tsize 0
15:26:35.891004 IP 192.168.134.3.52380 > 192.168.134.8.55739: UDP, length 19

capture packet stop the above and remotely install server occured the above error:File b06nd50x.sys caused an unexpected error (21) at line 4211 in d:\srvrtm\base\boot\setup\setup.c

4、system log:
Feb 14 17:32:30 opt in.tftpd[3636]: RRQ from 192.168.134.8 filename \win2k3\i386\tcpip.sy_ remapped to win2k3/i386/tcpip.sy_
Feb 14 17:32:31 opt in.tftpd[3637]: RRQ from 192.168.134.8 filename \win2k3\i386\TDI.SY_ remapped to win2k3/i386/tdi.sy_
Feb 14 17:32:31 opt in.tftpd[3638]: RRQ from 192.168.134.8 filename \win2k3\i386\ipnat.sy_ remapped to win2k3/i386/ipnat.sy_
Feb 14 17:32:31 opt in.tftpd[3639]: RRQ from 192.168.134.8 filename \win2k3\i386\netbt.sy_ remapped to win2k3/i386/netbt.sy_
Feb 14 17:32:31 opt in.tftpd[3640]: RRQ from 192.168.134.8 filename \win2k3\i386\b06nd50x.sy_ remapped to win2k3/i386/b06nd50x.sy_
Feb 14 17:32:31 opt in.tftpd[3641]: RRQ from 192.168.134.8 filename \win2k3\i386\b06nd50x.sys remapped to win2k3/i386/b06nd50x.sys

what's the wrong ?

Last edited by tamenglang; 02-14-2010 at 03:39 AM.
 
Old 02-14-2010, 10:44 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by tamenglang View Post
when i use pxelinux+dhcp+tftp+samba (setup on CentOS 5.4) install windows xp,during install 2003 occured the below error:
File b06nd50x.sys caused an unexpected error (21) at line 4211 in d:\srvrtm\base\boot\setup\setup.c

what's the wrong ?
Please write clearly...your question is hard to follow and confusing. You say "install Windows XP, during install 2003 occured the below error"...are you installing Windows XP, or 2003?

And this certainly doesn't sound like a Linux problem, rather one that involves Windows. Since it's booting, and starting the installation, all the services on the Linux box are working, but the Windows install image (or OS itself), is having a problem. Those questions are better asked on a Microsoft forum.
 
Old 02-14-2010, 08:20 PM   #3
tamenglang
LQ Newbie
 
Registered: Apr 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
Please write clearly...your question is hard to follow and confusing. You say "install Windows XP, during install 2003 occured the below error"...are you installing Windows XP, or 2003?

And this certainly doesn't sound like a Linux problem, rather one that involves Windows. Since it's booting, and starting the installation, all the services on the Linux box are working, but the Windows install image (or OS itself), is having a problem. Those questions are better asked on a Microsoft forum.
I install windows xp or 2003,occured the same error. OS image is okay, because it can be installed on CD. i use windows xp image and 2003 image both,and have the same question. windows xp is downloaded microsoft web site. i copied network card driver's inf (b06nd.inf) file to i386/inf file folder,and sys (b06nd51x.sys) file to i386 file folder. there is rarely articles about "pxelinux install windows" on the net. could you give me some advice ?
 
Old 02-14-2010, 08:57 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by tamenglang View Post
I install windows xp or 2003,occured the same error. OS image is okay, because it can be installed on CD. i use windows xp image and 2003 image both,and have the same question. windows xp is downloaded microsoft web site. i copied network card driver's inf (b06nd.inf) file to i386/inf file folder,and sys (b06nd51x.sys) file to i386 file folder. there is rarely articles about "pxelinux install windows" on the net. could you give me some advice ?
Sorry, you DON'T 'download' Windows from Microsoft's website. Making an ISO from an install CD/DVD doesn't guarantee it'll work.

And again...this is a Windows problem, and you're on a Linux website. I doubt anyone here can help you, since all the Linux parts of this are working, there's nothing here for us to do. Since you 'downloaded' a legal copy of Windows, contact Microsoft and ask them.
 
Old 02-14-2010, 09:04 PM   #5
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
This thread has been moved to General, since it seems to primarily deal with Windows, and there does not appear to be a linux-based problem involved.

If the situation develops in a different direction later, please feel free to report your own thread for reconsideration of this move.

Kind regards,
Sasha
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
syntax error at line 7 param unexpected kais1 Linux - Newbie 5 11-09-2009 07:49 AM
bash line 74: syntax error: unexpected end of file help? andycol Linux - General 5 09-14-2009 08:12 AM
Parse error syntax error unexpected '{ ' on line chakaox Programming 2 04-29-2009 03:27 AM
Backup Script error "line 31: syntax error: unexpected end of file" eswanepoel General 7 12-07-2007 09:28 AM
/usr/bin/lesspipe: line 223: syntax error: unexpected end of file fakie_flip Linux - Software 1 09-06-2006 02:22 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 02:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration