In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "what are the guiding methods of linux". In daily operation, I believe that many people have doubts about the guiding methods of linux. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "what are the guiding methods of linux?" Next, please follow the editor to study!
There are three ways I know of to boot linux:
Method 1: boot the floppy disk
(1) make it with mkbootdisk under linux.
(2) if the hard disk boot information is lost, can not enter the Linux system as a boot floppy disk, for RH, use RedHat linux CD to boot into secure mode, when asked whether to set the linux system in the hard disk as the current environment, select "Yes", then the system enters the linux environment of the hard disk, runs mkbootdisk, and makes a boot disk.
(3) take the same version of linux boot floppy disk, and modify the "root=/dev/hdXX" in the syslinux.cfg file to your hdaX, hdbX,. That's fine!
Methods 2:dos method:
In the first CD, several files are copied to the same directory on the hard disk:
Dosutils directory: loadlin.exe
Isolinux directory: initrd.img, vmlinuz
Then create a batch file xxx.bat in this directory:
Loadlin vmlinuz root=/dev/hdXX
Loadlin vmlinuz initrd=initrd.img
HdXX represents the partition where your linux is located! Specifically, hda1, hda2,... It depends on the partition you installed. )
Boot to dos (do not load other drivers, settings), go to that directory to execute batch files, you should be able to enter!
Method 3: use WindowsNT loader (NT Boot menu)
If you install windowsNT, 2000, XP,... You can execute it under linux:
Dd if=/dev/hdxx of=bootsect.lnx count=1
Copy the bootsect.lnx to C:. Modify the C:boot.ini to add a line, which looks like this:
[boot loader]
Timeout=10
Default=multi (0) disk (0) rdisk (0) partition (1) WINNT
[operating systems]
Multi (0) disk (0) rdisk (0) partition (1) WINNT='Microsoft Windows 2000 Professional' / fastdetect
C:bootsect.lnx='Red Hat 9'
Start NT (2000, XP...) to see the selection menu!
I don't know how linux names the partition. Take a look at this:
Http://www.linuxaid.com.cn/articles/2/5/256984665.shtml
At this point, the study of "what are the guiding methods of linux" 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.