![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-26 22:49 |
47,813 topics / 349,918 posts / today 0 new / 48,276 members |
| DOS启动盘 & LOGO技术 (启动盘室) » [Share and Download] DOS Boot Download |
| Printable Version 143,969 / 257 |
| Floor16 xugaohui | Posted 2006-03-16 11:15 |
| 高级用户 Posts 293 Credits 774 From 湖北仙桃 | |
|
The functionality of tftpd32.exe is too poor. The speed of its tftp service is extremely slow. It's too slow when the client downloads the image. The dhcp function is also too weak. To make a boot image, you must use embot, otherwise there is no undi. PXELINUX can load ordinary image files but the conventional memory will be reduced by 90K. Original http://syslinux.zytor.com/archives/2003-June/002175.html
This boot image doesn't consider including ftp. Using an ftp client under DOS is very troublesome. There are already tftpd and tftp functions, and it can also download and upload. Test again that when memdisk loads a non-standard image file larger than 2880K and uses the parameter keeppxe, there are often errors where it can't read drive A, and give up on pxelinux. Maybe pxegrub + memdisk will have the same phenomenon. [ Last edited by xugaohui on 2006-3-16 at 11:59 ] |
|
| Floor17 freboat | Posted 2006-03-16 13:05 |
| 初级用户 Posts 29 Credits 104 | |
|
tftpd32.exe isn't as bad as you said, I've tried it, and the boot image doesn't need to be too large in the first place. Because I'm afraid that tftp transmission isn't as stable as ftp (actually, I've only used tftp for PXE booting, I'm not familiar with tftp). So if the boot image has ftp, it will be much more convenient. tftpd32 is indeed small and portable, can be placed on a USB flash drive, and there's no need to go to the trouble of installing dhcpd and tftp servers. Of course, the functional aspect being less stable than the latter is also tolerable. Personal opinion.
|
|
| Floor18 aoon | Posted 2006-03-16 16:22 |
| 初级用户 Posts 47 Credits 122 | |
|
You're welcome!
|
|
| Floor19 xfsan | Posted 2006-03-17 16:25 |
| 新手上路 Posts 2 Credits 4 | |
|
I have completely used the software built into WINDOWS 2000 to achieve PXE DOS boot for GHOST network cloning or other maintenance work. DHCP is the built-in component of the 2000 Server Edition. TFTP also doesn't use third-party ones. As long as you select the "Remote Installation Service" of the 2000 system, a background service called "Trivial FTP Daemon" will be automatically installed. Just set it to start automatically, and it's very stable.
I am currently researching the use of PXE diskless boot for maintenance of disk-based systems. For example, for computer room managers who often temporarily take on some tasks, such as updating the computer system platform or installing new software, after using it for a period of time, if a dedicated diskless server can be made and various made images can be mounted, maintenance will be very convenient and easy! Hope fellow enthusiasts to study. My QQ: 19043255 |
|
| Floor20 rubik | Posted 2006-03-17 20:33 |
| 初级用户 Posts 35 Credits 102 | |
|
A dozen or so megabytes of image? That's quite large,
![]() But what I'm doing at work now is a 10G image, with a bunch of GHOST images on it, 98, 2000, XP, 2003, etc., and all kinds of tools are available. After the workstation PXE boots, you can use it casually, which is very convenient. I'm using the Ardence software. |
|
| Floor21 xugaohui | Posted 2006-03-17 23:19 |
| 高级用户 Posts 293 Credits 774 From 湖北仙桃 | |
|
It's different from yours. I made a 16M floppy disk image, and after booting, it's drive A. You use Ardence, and after the client boots, it's a virtual 10G scsi hard disk. I also thought about doing this, but I lost the undi function. The server installation is also much more complicated, more troublesome than 3com vld. Maybe it's difficult for many people to install the server software. When the client's pxe version is too low, it may not be able to connect to the virtual hard disk. This method only needs a green software hanewin dhcp server.
[ Last edited by xugaohui on 2006-3-17 at 23:32 ] |
|
| Floor22 rubik | Posted 2006-03-18 02:02 |
| 初级用户 Posts 35 Credits 102 | |
|
Using software originally intended for XP for DOS seems a bit like misusing resources. But it's really quite easy to use. Installing and such isn't a difficult thing for everyone. And you also said it's mainly aimed at enterprise and other unit users. Is going too extreme in over - pursuing simplicity and being user - friendly?
|
|
| Floor23 weilong888 | Posted 2006-03-18 19:15 |
| 银牌会员 Posts 548 Credits 1,270 | |
|
This thing is really good. After netstart, how to transfer files between the host and the client? For example, how to transfer an iso file from the host to the client?
|
|
| Floor24 xugaohui | Posted 2006-03-18 20:12 |
| 高级用户 Posts 293 Credits 774 From 湖北仙桃 | |
|
After netstart, execute the mapping of the network drive:
net use v: \\server\sharename Map the share named sharename on the computer named serverv as drive V, and now drive V corresponds to the files under sharename. Now you can directly copy the ISO to the client's hard drive. You can also directly open the ISO file and execute LOADISO the ISO file. |
|
| Floor25 weilong888 | Posted 2006-03-18 21:12 |
| 银牌会员 Posts 548 Credits 1,270 | |
|
Thanks to the landlord, I successfully transferred an ISO file from the host.
|
|
| Floor26 rubik | Posted 2006-03-20 14:02 |
| 初级用户 Posts 35 Credits 102 | |
![]() The PXE.img at http://www.argontechnology.com/ here doesn't work. It says No Argon CMS server found! Is it exclusive? I've been looking for a way to PXE boot on a common computer without a PXE boot chip on the network card and without PXE functionality on the motherboard. Inspired by you, I looked again and found that the rbfg.exe that comes with Windows can do it. (That is, remote boot floppy generator) rbfg + Avlgomgr_2006, all done (although RBF supports limited network cards, but basically sufficient) Just seems like it won't boot when himem.sys is loaded |
|
| Floor27 xugaohui | Posted 2006-03-20 17:13 |
| 高级用户 Posts 293 Credits 774 From 湖北仙桃 | |
|
There is a conflict between Ardence and himem.sys. When using bxp on the server side and installing the DOS system on a virtual hard disk, there are many strange problems that you haven't encountered. Only the himem.sys that comes with FreeDOS and DR-DOS won't cause a crash when loaded. But after using their himem.sys, the compatibility is very poor. The version of the XMS driver is 2.0. Sometimes, if the memory is too large, it can't recognize the full capacity.
The following is the character interface of Argon MBA pxe.img in Virtual PC 2004 SP1. This pxe.img loads slowly. If you use it in Virtual PC, it is best to use the MBA image from www.emboot.com, which loads faster. VMware has its own PXE boot. Argon Managed PC Boot Agent (MBA) v4.40 (C) Copyright 2002-2004 Argon Technology Corporation (C) Copyright 2000 3Com Corporation All rights reserved. Pre-boot eXecution Environment (PXE) (C) Copyright 1999 Intel Corporation All rights reserved. CLIENT MAC ADDR: 00 03 FF 5A BF BF GUID: 00020003-0004-0005-0006-000700080009 DHCP. Tried Windows' built-in rbfg.exe. It supports few network cards and also loads very slowly. It takes a long time to show the network card's address. It can't be fully compatible with PXE boot: Microsoft Windows Remote Installation Boot Floppy (C) Copyright 2001 Lanworks Technologies Co. a subsidiary of 3Com Corporation All rights reserved. SMC9332/DE500 (AA-XA) Node: 0003FF5ABFBF DHCP.. TFTP....PXE Menu Boot File v1.20 ERROR: Get BINL info failed!PXE Menu Boot File v1.20 ERROR: Preboot API not found! [ Last edited by xugaohui on 2006-3-20 at 20:40 ] |
|
| Floor28 weilong888 | Posted 2006-03-21 00:38 |
| 银牌会员 Posts 548 Credits 1,270 | |
|
Ardence software is pretty good. I made a diskless Windows 2000, and it seems to be no different from a disk-based one in operation.
|
|
| Floor29 piziliu2004 | Posted 2006-03-24 14:23 |
| 中级用户 Posts 139 Credits 321 | |
|
Currently, I used WINNT 4.0 to make a DOS network boot disk. But my boot disk only supports one kind of network card. How can I achieve that one network boot DOS floppy disk supports multiple network cards at the same time! That is, my batch processing can automatically identify and load that DOS network card driver (*.DOS).
THANKS.! QQ:16750931 |
|
| Floor30 xugaohui | Posted 2006-03-24 21:59 |
| 高级用户 Posts 293 Credits 774 From 湖北仙桃 | |
|
DOS network boot disks generated with nt allow multiple network cards to be installed, but you only selected one. Just run setup from the boot disk, then select Change Network Configuration--->
Options: ╔═════════════════════╗ ║ Change Settings ║ ║ Remove ║ ║ Add Adapter ║ ║ Add Protocol ║ ║ ║ ║ Network configuration is correct. ║ ╚═════════════════════╝ Click Add Adapter in the dialog box to add other network card drivers [ Last edited by xugaohui on 2006-3-24 at 22:01 ] |
|
| Prev 1 2 3 4 5 … 18 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |