Install Debian in colinux

Source: Internet
Author: User
Tags gz file

The Linux Release versions provided by colinux itself are ultra-concentrated, with few software installed in them. I need to install a complete release version on my own.

Install Debian in colinux

> Software Version:
Colinux0.7.9 + debian-6.0.5-i386-DVD-1.iso

> Install colinux

> Create debian-6.0.5 directory
Add profile D: \ colinux \ debian-6.0.5 \ debian-6.0.5.conf
Add Startup File d: \ colinux \ debian-6.0.5 \ debian-6.0.5.bat
------------------------------------------------------
D:
Cd d: \ colinux
Set colinux_console_font = lucida Console: 12
Set colinux_lele_exit_on_detach = 1
Colinux-daemon.exe-V 3-T nt @ D: \ colinux \ debian-6.0.5 \ debian-6.0.5.conf
------------------------------------------------------

> Create a disk file used by Debian
Fsutil file createnew D: \ colinux \ debian-6.0.5 \ debian-6.0.5.sys.disk 8589934592 // 8g
Fsutil file createnew D: \ colinux \ debian-6.0.5 \ debian-6.0.5.swap.disk 536870912 // 512 m
Debian-6.0.5.conf files
Add cobd0 = "D:/colinux/debian-6.0.5/debian-6.0.5.sys.disk"
Add cobd1 = "D:/colinux/debian-6.0.5/debian-6.0.5.swap.disk"

> Extract the initrd of the debian-6.0.5-i386-DVD-1.iso
Extract/install.386/initrd.gz from ISO to the debian-6.0.5 directory
Debian-6.0.5.conf files
Modify initrd = "D:/colinux/debian-6.0.5/initrd.gz"

> Set the disc to start
Debian-6.0.5.conf files
Add cobd2 = "F:/debian-6.0.5-i386-DVD-1.iso"
Modify root =/dev/cobd2

> The profile debian-6.0.5.conf is as follows:
# Note that the vmlinux file of colinux remains unchanged. It is a built-in colinux file.
Kernel = "D:/colinux/vmlinux"
Cobd0 = "D:/colinux/debian-6.0.5/debian-6.0.5.sys.disk"
Cobd1 = "D:/colinux/debian-6.0.5/debian-6.0.5.swap.disk"
Cobd2 = "F:/debian-6.0.5-i386-DVD-1.iso"
Root =/dev/cobd2
Ro
Initrd = "D:/colinux/debian-6.0.5/initrd.gz"
Mem = 128
Cocon = 120x40
Eth0 = tuntap, "colinux"

> Execute the installation
Run D: \ colinux \ debian-6.0.5 \ debian-6.0.5.bat
Install debian-6.0.5 properly
Failed to load CD-ROM:
Ask if you want to load the driver from the drive and select No
Check whether manual loading is selected. Select Yes.
Specify the location of the CD-ROM and select none
Enter the device file name for the CD-ROM "/dev/cobd2"
Continue normal Installation
Check whether the kernel module is not loaded and whether to continue installation. Select Yes.
Continue Installation
When partitioning:
Alt + F2 switch to the second console. manually create a format. Otherwise, the Debian installer cannot correctly format the file system.
Mke2fs-J/dev/cobd0
Mkswap/dev/cobd1
Select the manual mode for the partition and set it to "/" for the previously formatted disk cobd0, and use cobd1 as the swap partition.
Continue Installation
Do not install grub or lilo to MBR. Even if an error occurs during installation, you can skip to continue installation.
Continue to install the basic system until the end.
During the installation process, you can switch Alt + F4 to the 4th consoles to view the ongoing installation information.
Installation Complete
After the installation is complete, a system will prompt you to restart. Do not restart the system first! First Change debian-6.0.5.conf configuration.
Change debian-6.0.5.conf Configuration
Indicates that the initrd.gz file is a colinuxself-contained initrd.gz file.
Modify initrd = "D:/colinux/initrd.gz"
Modify root =/dev/cobd0
The configuration file debian-6.0.5.conf is as follows:
Kernel = "D:/colinux/vmlinux"
Cobd0 = "D:/colinux/debian-6.0.5/debian-6.0.5.sys.disk"
Cobd1 = "D:/colinux/debian-6.0.5/debian-6.0.5.swap.disk"
Root =/dev/cobd0
Ro
Initrd = "D:/colinux/initrd.gz"
Mem = 128
Cocon = 120x40
Eth0 = tuntap, "colinux"

> Normal restart
The final profile debian-6.0.5.conf is:
Kernel = "D:/colinux/vmlinux"
Cobd0 = "D:/colinux/debian-6.0.5/debian-6.0.5.sys.disk"
Cobd1 = "D:/colinux/debian-6.0.5/debian-6.0.5.swap.disk"
Root =/dev/cobd0
Ro
Mem = 128
Cocon = 120x40
Eth0 = tuntap, "colinux"

> OK !!!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.