Can't create a Boot Disk for USB to Fast Ethernet adapter
Created: 06 Jun 2011 | 3 comments
I would like to know if Symantec is working on a solution for creating a "USB to Fast Ethernet Adapter" Boot Image. My School District is in the process of purchasing 1000 "Acer Iconia Tab W500" computers. They have the Asix Ax88772b USB 2.0 to Fast Ethernet Adapter.
Symantec does not provide a solution for Multicasting with this adapter.
Idea Filed Under:
Comments 3 Comments • Jump to latest comment
Howdy,
did you ever have any joy with this? We're trying to do the same thing with the W501.
Am guessing you need to pre-load some USB controller drivers before the NIC driver itseelf, but no clue which ones. Weirdly, the ASIX driver seems to load into the PXE setup aok, but does not show in the list after a refresh...
regards,
Justin
OK, working.
In brief, requires WinPE 3.0, which we've dodgied up as posted elsewhere in the Community (copy & pasted below) to get working in 6.9 SP4 or better.
If you haven't already, install a standard WinPE 2.1 environment as per Altiris documentation. Then from a WinPE 3.0 WAIK install, create a new winpe.wim as follows -
DISM /mount-wim /wimfile:<path to ver 3 wim file>\winpe.wim /index:1 /mountdir:c:\mount
DISM /image:c:\mount /add-package /packagepath:c:\package
DISM /image:c:\mount /add-driver /driver:c:\driver /recurse
DISM /unmount-wim /mountdir:c:\mount /commit
Once all is finshed, as long as pxe config manager shows that the boot file is winpe2.1 then all should be good. If pxe config manager only shows the boot file as "winpe", then it wont show up as a valid selectable winpe boot image. The only way around it I have found is to reinstall DS.
Only other trick I've found is that on a warm boot the Iconia's tend not to PXE, so when the DS agent wants to capture the PC information the first time, it tends to re-boot into Windows rather than start the PXE boot. Basicaly requires manual intervention.
regards, and all credit to the original poster, whom now i can't find, sorry
Justin
Thanks a lot for ur reply! It hepled me with Asix AX88772b and Asus u21x.
btw i found the original poster. It was qman_au in this post: http://www.symantec.com/connect/ideas/ds-69-and-ds-71-should-integrate-support-winpe-3x
Would you like to reply?
Login or Register to post your comment.