Three simple methods of Linux

  

Computer shop news Boot Linux method, I know the following three kinds:

Method 1: boot floppy disk (1) made with mkbootdisk under linux. (2) If the hard disk boot information is lost, you cannot enter the Linux system to boot the 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 “ At this time, the system enters the linux environment of the hard disk, runs mkbootdisk, and makes a boot disk. (3) Take the same version of the Linux boot floppy disk, modify the syslinux.cfg file in the "root=/dev/hdXX", for your hdaX, hdbX, .... Also! Method 2: dos mode Copy several files from the first CD to the same directory on the hard disk: dosutils directory: loadlin.exe isolinux directory: initrd.img, vmlinuz Then create a batch file xxx in this directory. Bat: loadlin vmlinuz root=/dev/hdXX loadlin vmlinuz initrd=initrd.img (hdXX represents your Linux partition! Specifically hda1, hda2, ... depends on the partition you installed.) Boot to dos (do not load Other drivers, settings), enter that directory to execute the batch file, you should be able to enter! Method 3: Use Windows NT loader (NT boot menu) If you have installed windowsNT, 2000, XP, ... can be executed under linux: dd if=/dev/hdxx of=bootsect.lnx count=1 copy bootsect.lnx Go to C:\\. Modify C:\\boot.ini, add a line of content, it 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...) visible Select menu!

Copyright © Windows knowledge All Rights Reserved