In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "how to generate boot disk and driver disk under Linux system". In daily operation, I believe that many people have doubts about how to generate boot disk and driver disk under Linux system. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubts of "how to generate boot disk and driver disk under Linux system". Next, please follow the editor to study!
RedHat Linux provides four user programs that can help you generate a boot disk and a driver disk, two of which (dd and cat) are for Linux, and two (RAWRITE.EXE and RAWWRITEWIN.EXE) for Microsoft windows. The Linux utility is a standard command that can be run from another Linux or Unix computer, and the image file Micorosoft Windows utility is placed on the first RedHat Linux installation CD.
If you are currently running a Linux computer, you can install the following steps to generate a boot disk. Remember, one or more driver disks may be required:
1. Locate the image file in the command line interface, for example, if you mount the first Redhat Linux installation disk with the following command:
# mount / mnt/cdrom
Indicates that the image file is in the / mnt/cdrom/images directory.
two。 Insert a three-inch floppy disk into the floppy drive and do not use the mount command on the disk.
3. Convert the boot standby image bootdisk.img to a series of files on the floppy disk (/ dev/fd0 device is associated with a floppy drive on the computer) with the following command:
# dd if=/mnt/cdrom/images/bootdisk.img of=/dev/fd0
# cat / mnt/cdrom/images/bootdisk.img > / dev/fd0
4. Repeat these steps for any driver disk that may be needed in the directory.
If you want to generate a boot disk from the command line interface in Micorosoft Windows, you can use these steps to generate this disk, keeping in mind that you may also have to repeat these steps for one or two driver disks:
1. Insert the first Redhat Linux disk into the optical drive, assuming F: disk, if the disk number is different, just replace it with the corresponding disk number.
two。 Open the MS-DOS prompt ("start"-"run", enter "cmd" and enter to open it)
3. Enter F: at the command line and enter.
4. Start the RAWRITE.EXE utility and run the following command, and when prompted, insert a three-inch floppy disk into the floppy drive:
F:\ > / DOSOTILS/RAWRITE.EXE
Enter disk image source file name: / IMAGES/BOOKDISK.IMG
Enter target diskette drive: A:
Please insert a formatted diskette into drive A: and pree-ENTER-:
5. Repeat these steps for other disk images that may be required in the images directory.
At this point, the study on "how to generate boot disk and driver disk under Linux system" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.