Linux hard disk installation has been heard for a long time, which can save the cost of the CD, and can save the effort of the dial, but it has never been practical. Ubuntu 9.10 is released recently, and its LinuxMint8 is also released recently. It took some time to download the file. I decided to install the hard disk and try again. It took a long time to record a new record for a simple task. 1. Download grub4dos, decompress it, and put the grldr file under the C-drive root directory. 2. Download Ubu
Linux hard disk installation has been heard for a long time, which can save the cost of the CD, and can save the effort of the dial, but it has never been practical. Ubuntu 9.10 is released recently, and its Linux Mint 8 is also released recently. It took some time to download the file. I decided to install the hard disk and try again.
It took a long time to record a new record for a simple task.
1. Download grub4dos, decompress it, and put the grldr file under the C-drive root directory.
2. Download the ISO file of Ubuntu or Linux Mint and place it in the root directory of any windows partition.
3. Use WinRAR to open the iso file, decompress the files casper/initrd. lz and casper/vmlinuz, and place them in the C root directory.
4. Create the menu. lst file and copy the following content to the menu. lst file.
Title Ubuntu 9.10 LiveCD
Root (hd0, 0)
Kernel/vmlinuz boot = casper iso-scan/filename =/ubuntu-9.10-desktop-i386.iso ro quiet splash locale = zh_CN.UTF-8
Initrd/initrd. lz
Boot
Note: The final boot should not be omitted; otherwise, an incorrect parameter input will be prompted.
In addition, the ubuntu-9.10-desktop-i386.iso can be replaced with the name of the ISO file you downloaded, and ensure that the name is consistent with the actual ISO file name.
(Hd0, 0) is generally a C disk. If your nitrd. lz and vmlinuz are placed in the root directory of another partition, modify them according to the actual situation.