![]() |
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-08-19 15:23 |
47,814 topics / 349,908 posts / today 0 new / 48,259 members |
| DOS疑难解答 & 问题讨论 (解答室) » How to install the system on an old laptop without a CD drive? Urgent need for an answer~! |
| Printable Version 2,491 / 11 |
| Floor1 rew123321 | Posted 2008-12-17 15:32 |
| 新手上路 Posts 5 Credits 14 | |
|
I have an old Lenovo laptop. It originally had Windows 98 installed. Now I want to install Windows 2000, but the computer's CD - ROM is broken. So I would like to ask you experts how to install the operating system without a CD - ROM? Urgent! Urgent!! Urgent!!!
I have an old Lenovo laptop. It originally had Windows 98 installed. Now I want to install Windows 2000, but the computer's CD - ROM is broken. So I would like to ask you experts how to install the operating system without a CD - ROM? Urgent! Urgent!! Urgent!!! |
|
| Floor2 bc12060101 | Posted 2008-12-17 15:45 |
| 银牌会员 Posts 712 Credits 1,455 | |
|
Hehe, isn't it just wanting to install Windows 2000? Why be in a hurry? Go online to find a ghost version of Windows 2000 system, copy the.gho file to a non-C drive partition on the hard disk. At the same time, place a ghost.exe program file in a non-C drive partition that is in FAT32 format. Then restart the 98 system, enter from DOS, run ghost, and restore that Windows 2000 system's.gho image to the C drive.
|
|
| Floor3 rew123321 | Posted 2008-12-17 16:41 |
| 新手上路 Posts 5 Credits 14 | |
|
Sincerely thank this friend for the selfless help~! I'll give it a try!
|
|
| Floor4 Sufone | Posted 2008-12-17 16:43 |
| 中级用户 Posts 124 Credits 256 | |
|
Early in the year, I encountered such a thing. There was an IBM laptop, only with DOS 6.22, no CD drive, no USB port, no floppy drive, no network card. Fortunately, there was a serial port. So I used DEBUG to make a serial port receiving program. It took nearly 20 hours to transfer a Win95 installation version from another computer, then install 95, then use the built-in 56K modem to dial up to the Internet, and then it took nearly 10 hours to download an XP clone version. So hard.....
|
|
| Floor5 rew123321 | Posted 2008-12-17 16:47 |
| 新手上路 Posts 5 Credits 14 | |
|
Thanks to this friend's attention~!
|
|
| Floor6 fujianabc | Posted 2008-12-17 17:25 |
| 金牌会员 Posts 1,616 Credits 3,467 | |
Originally posted by Sufone at 2008-12-17 04:43 PM: You are so awesome! You even used DEBUG to write a serial port program by yourself. Downloading XP via 56K modem, I really admire you. Why don't you just remove the hard drive and connect it to another computer to copy data. [ Last edited by fujianabc on 2008-12-17 at 17:26 ] |
|
| Floor7 bc12060101 | Posted 2008-12-17 19:17 |
| 银牌会员 Posts 712 Credits 1,455 | |
|
Hehe, the person on floor 4 is quite powerful! But compared to the legend who assembled Windows 98 using a telephone, it's really nothing: http://www.cn-dos.net/forum/viewthread.php?tid=45019&fpage=1
|
|
| Floor8 Sufone | Posted 2008-12-17 21:35 |
| 中级用户 Posts 124 Credits 256 | |
Originally posted by fujianabc at 2008-12-17 17:25: At that time, I also thought about removing the hard drive, but the owner of the computer didn't allow it, saying that there would be no warranty after removing it. Actually, writing serial port reception with debug is not that difficult 'Initialize COM1 mov ah,fb mov dx,0 int 14 'Receive data receive: mov ah,2 mov dx,0 int 14 test ah,0 jnz receive 'Save |
|
| Floor9 bc12060101 | Posted 2008-12-17 22:58 |
| 银牌会员 Posts 712 Credits 1,455 | |
|
Hehe, the person upstairs is really good. Admire, give a salute first!
The debug command is collected, maybe it will be useful sometime. Thanks! |
|
| Floor10 Climbing | Posted 2008-12-18 00:33 |
| 铂金会员 Posts 2,753 Credits 6,962 From 河北保定 | |
|
Admire your patience. If there is interlnk, using the parallel port is definitely faster than the serial port.
But if it were me, unless the owner is someone I can't afford to mess with, I definitely wouldn't go to the trouble for him. |
|
| Floor11 willing | Posted 2008-12-21 15:17 |
| 中级用户 Posts 133 Credits 256 | |
|
A group of experts! But how to save the data received from the serial port using DEBUG as a normal file? Can you explain it? I'm a newbie.
|
|
| Floor12 Sufone | Posted 2008-12-21 23:32 |
| 中级用户 Posts 124 Credits 256 | |
|
Assume that the file name string is placed at CS:0100, the file handle is placed at CS:0110, the data is at CS:0120, and the data length is 10 bytes.
Create file push cs pop ds mov ah,3c mov cx,0 mov dx,0100 int 21 jc error mov [0110],ax Write data mov ah,40 mov bx,[0110] mov cx,10 mov dx,0120 int 21 jc error Close file mov ah,3e mov bx,[0110] int 21 |
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |