|
LanCat
中级用户
  
积分 288
发帖 78
注册 2003-11-19
状态 离线
|
『第 46 楼』:
使用 LLM 解释/回答一下
不好意思,是写错了,是每分钟300多兆。我们这都是一个人进行机器的克隆的,一般装个一两台相同型号的机器。若用GHOST多播,还要一台机器运行GHOST服务端程序,我觉得比较麻烦,所以我们那都是直接GHOST服务器上的GHOST文件。
I'm sorry, I made a mistake. It's more than 300 megabytes per minute. Here, we all clone machines alone, usually installing one or two machines of the same model. If using GHOST multicast, one more machine is needed to run the GHOST server program. I think it's more troublesome, so we all directly GHOST the GHOST file on the server.
|
|
2006-6-2 17:41 |
|
|
LanCat
中级用户
  
积分 288
发帖 78
注册 2003-11-19
状态 离线
|
『第 47 楼』:
使用 LLM 解释/回答一下
问一下楼主,有没有LANtastic程序完整版本的下载?
Ask the original poster, is there a download of the full version of the LANtastic program?
|
|
2006-6-2 17:46 |
|
|
LanCat
中级用户
  
积分 288
发帖 78
注册 2003-11-19
状态 离线
|
『第 48 楼』:
使用 LLM 解释/回答一下
再问一个问题,若我不装DHCP和TFTP服务,将tftpboot中的那个8M的文件直接刻到光盘上,做成能引导的,用光盘启动,能映射网络共享吗?
Then ask another question. If I don't install DHCP and TFTP services, directly burn the 8M file in tftpboot onto a CD-ROM to make it bootable, and boot from the CD-ROM, can it map network shares?
|
|
2006-6-2 17:50 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 49 楼』:
使用 LLM 解释/回答一下
这个8M的镜像文件不是标准格式的镜像,也不可以用winimage修改,但winimage可以打开它,目前暂时不支持直接刻到光盘上。现在主要的问题是做成iso文件测试时在vmware和virtual pc 不能通过。在真实电脑上测试就可以正常驱动网卡,连接共享目录。
Last edited by xugaohui on 2006-6-2 at 19:54 ]
This 8M image file is not in a standard format and cannot be modified with winimage, but winimage can open it. Currently, it is not directly supported to burn it to a CD. The main problem now is that when making an ISO file for testing, it doesn't pass in VMware and Virtual PC. When tested on a real computer, the network card can be normally driven and the shared directory can be connected.
Last edited by xugaohui on 2006-6-2 at 19:54 ]
|
|
2006-6-2 19:49 |
|
|
LanCat
中级用户
  
积分 288
发帖 78
注册 2003-11-19
状态 离线
|
『第 50 楼』:
使用 LLM 解释/回答一下
刚在VMWARE上试了一下,可以联网映射共享目录了。
但还有一个问题,就是若我的网卡没有PXE启动功能,我又不想装PXE服务端的程序,那要怎么实现UNDI驱动的共享目录映射呢?
I just tried it on VMWARE and can map the shared directory for internet connection. But there is another problem. If my network card doesn't have PXE boot function and I don't want to install PXE server program, how to achieve the mapping of UNDI driver's shared directory?
|
|
2006-6-2 22:13 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 51 楼』:
使用 LLM 解释/回答一下
ghost8.3中有个instundi.exe、undi_drv.exe,在没有pxe启动的环境也可以使用通用网卡驱动程序。它对一些很老的网卡支持的不好,较新的千兆网卡都是可以的。
In ghost8.3, there are instundi.exe and undi_drv.exe. In an environment without PXE boot, the universal network card driver can also be used. It has poor support for some very old network cards, while relatively new gigabit network cards are all okay.
|
|
2006-6-3 00:53 |
|
|
LanCat
中级用户
  
积分 288
发帖 78
注册 2003-11-19
状态 离线
|
『第 52 楼』:
使用 LLM 解释/回答一下
下载了GHOST 8.3 CE试了一下,具体情况如下:
GHOST 8.3中有三个与PXE UNDI有关的文件,分别为:InstUndi.exe,Undi_Drv.exe,UndiPd.com。
InstUndi.exe 和 Undi_Drv.exe 的功能是一样的,都是PXE UNDI的驱动,唯一不同的是 Undi_Drv.exe 还可以在 Config.sys 文件中加载的。
UndiPd.com文件则是 Packet UNDI 驱动。
若网卡没有 PXE 引导的功能,运行 InstUndi.exe 和 Undi_Drv.exe 都会报“UNDI Option ROM not detected!“的错误。
我的意思就是这种网卡没有 PXE 引导功能的情况下,而我又不想要装PXE的服务端程序,有没有办法与PXE启动代码软盘相结合,让没有 PXE 引导功能的网卡可以用上通用的PXE UNDI驱动。
谢谢!
Last edited by LanCat on 2006-6-3 at 01:30 ]
I downloaded GHOST 8.3 CE and tried it. The specific situation is as follows:
There are three files related to PXE UNDI in GHOST 8.3, namely: InstUndi.exe, Undi_Drv.exe, UndiPd.com.
The functions of InstUndi.exe and Undi_Drv.exe are the same, both are drivers for PXE UNDI. The only difference is that Undi_Drv.exe can also be loaded in the Config.sys file.
The UndiPd.com file is the Packet UNDI driver.
If the network card does not have the function of PXE boot, running InstUndi.exe and Undi_Drv.exe will both report the error "UNDI Option ROM not detected!".
My meaning is that in the case where this network card does not have the PXE boot function and I don't want to install the PXE server program, is there a way to combine with the PXE boot code floppy disk so that the network card without the PXE boot function can use the universal PXE UNDI driver.
Thank you!
Last edited by LanCat on 2006-6-3 at 01:30 ]
|
|
2006-6-3 01:29 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 53 楼』:
使用 LLM 解释/回答一下
InstUndi.exe 和 Undi_Drv.exe 是在没有pxe启动下使用的。如果是pxe反而不能使用它,“UNDI Option ROM not detected!“说明它不支持你的网卡,8029 8139 8169 sis 900 intel、3com、这些网卡都是可以的,virtual pc 中的DEC 21140A 10/100就不支持,你可以试试后面加参数device vendor。
Last edited by xugaohui on 2006-6-3 at 09:33 ]
InstUndi.exe and Undi_Drv.exe are used without PXE booting. If it's PXE, it can't be used. "UNDI Option ROM not detected!" means it doesn't support your network card. Network cards like 8029, 8139, 8169, sis 900, intel, 3com are okay. The DEC 21140A 10/100 in virtual pc doesn't support it. You can try adding the parameter device vendor later.
Last edited by xugaohui on 2006-6-3 at 09:33 ]
|
|
2006-6-3 09:29 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
『第 54 楼』:
使用 LLM 解释/回答一下
xugaohui楼主你的新pxe.img用3COM Boot Image Editor编辑不动了,能否提供一个编辑工具。
感谢中。。。。。。
楼主 Xugaohui, your new pxe.img can't be edited with the 3COM Boot Image Editor. Could you provide an editing tool? Thanks...
|
|
2006-6-3 10:04 |
|
|
LanCat
中级用户
  
积分 288
发帖 78
注册 2003-11-19
状态 离线
|
『第 55 楼』:
使用 LLM 解释/回答一下
Originally posted by xugaohui at 2006-6-3 09:29 AM:
InstUndi.exe 和 Undi_Drv.exe 是在没有pxe启动下使用的。如果是pxe反而不能使用它,“UNDI Option ROM not detected!“说明它不支持你的网卡,8029 8139 8169 sis 900 inte ...
我认为不是这样的。我的主板是华擎的,主板集成的网卡是8139的。若我在BIOS中将从网卡引导的功能禁用掉,直接启动到DOS,运行InstUndi.exe时就会提示“UNDI Option ROM not detected!“。若将BIOS中从网卡引导的功能启用,然后不从PXE引导,直接从硬盘引导到DOS下,运行InstUndi.exe就没有问题了。
在GHOST8.3的引导盘制作向导中,若选用“Universal Packet Driver”,GHOST就会提示你要将BIOS中的“Option ROM”,“PXE”和“UNDI”选项打开才行。
因此,我是这么理解的:若你的网卡支持PXE引导,并且将PXE引导功能打开了。即使你不从网卡的PXE引导机器,而是直接进入DOS,你也可以在加载UNDI驱动程序(InstUndi.exe)后,用通用的Packet UNDI驱动(UndiPd.com)和通用的Ndis UNDI驱动(NDIS.DOS)在DOS下来驱动你的网卡。
Originally posted by xugaohui at 2006-6-3 09:29 AM:
InstUndi.exe and Undi_Drv.exe are used when there is no PXE boot. If it is PXE, then it cannot be used. "UNDI Option ROM not detected!" indicates that it does not support your network card, such as 8029, 8139, 8169, sis 900, inte...
I don't think so. My motherboard is ASRock, and the on-board network card is 8139. If I disable the function of booting from the network card in the BIOS and directly boot to DOS, when running InstUndi.exe, it will prompt "UNDI Option ROM not detected!". If I enable the function of booting from the network card in the BIOS and then do not boot from PXE, but directly boot from the hard disk to DOS, running InstUndi.exe will be fine.
In the Ghost 8.3 boot disk making wizard, if you choose "Universal Packet Driver", Ghost will prompt you to turn on the "Option ROM", "PXE" and "UNDI" options in the BIOS.
Therefore, this is my understanding: If your network card supports PXE boot and the PXE boot function is turned on. Even if you do not boot the machine from the PXE of the network card, but directly enter DOS, you can also drive your network card under DOS by loading the UNDI driver (InstUndi.exe) and using the universal Packet UNDI driver (UndiPd.com) and the universal Ndis UNDI driver (NDIS.DOS).
|
|
2006-6-3 20:00 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 56 楼』:
使用 LLM 解释/回答一下
出现UNDI Option ROM not detected!提示与是否打开网卡引导功能无关。可能是instundi.exe本身的bug.较可靠的方法是将Undi_Drv.exe加载在config.sys中
device=undi_drv.exe这一行要放在himem.sys之前,也就是最先加载undi_drv.exe。
The prompt "UNDI Option ROM not detected!" has nothing to do with whether the network card boot function is enabled. It may be a bug in instundi.exe itself. A more reliable method is to load Undi_Drv.exe in config.sys. The line "device=undi_drv.exe" should be placed before himem.sys, that is, load undi_drv.exe first.
|
|
2006-6-3 23:02 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
『第 57 楼』:
xugaohui能否再提供下载?
使用 LLM 解释/回答一下
xugaohui能否再提供下载?
Can xugaohui provide the download again?
|
|
2006-7-9 00:56 |
|
|
cjzzz
初级用户
 
积分 122
发帖 9
注册 2005-1-21
状态 离线
|
『第 58 楼』:
使用 LLM 解释/回答一下
楼主:
能提供 Network Boot Tools 1.2 下载吗?
L楼 main:
Can you provide the download for Network Boot Tools 1.2?
|
|
2006-7-10 18:49 |
|
|
lxhpex
新手上路

积分 16
发帖 8
注册 2006-8-17
状态 离线
|
『第 59 楼』:
楼主,你发的文件是这样用吗?
使用 LLM 解释/回答一下
我把下载的文件解压缩到C:\TFTP,然后把TFTP服务的ROOT目录指为c:\TFTP
并且在DHCP中将启动文件名,指为PXELINUX.0
I extracted the downloaded file to C:\TFTP, then set the ROOT directory of the TFTP service to c:\TFTP and in DHCP set the boot file name to PXELINUX.0
|
|
2006-8-18 17:09 |
|
|
lxhpex
新手上路

积分 16
发帖 8
注册 2006-8-17
状态 离线
|
『第 60 楼』:
pxelinux.zip是个20MB的文件
使用 LLM 解释/回答一下
不是说文件有16MB吗,为啥我下得有20MB
另外H,C,S是怎么计算呀
Isn't it said that the file is 16MB? Why do I have 20MB when downloading? Also, how are H, C, S calculated
|
|
2006-8-20 11:37 |
|