本帖最後由 角色 於 2011-9-3 09:53 編輯
How to install multi-OS in different partitions of a hard drive?
a) Using whatever partition tool to partition your hard drive
For instance
/dev/sda1 Windows 7 Chinese
/dev/sda2 Windows 7 English
/dev/sda3 Data
/dev/sda4 extension partition
/dev/sda5 SWAP
/dev/sda6 First Linux partition
.
.
.
/dev/sdax Last Linux partition
You have to pay attention to the size of each partition. Windows 7 partition should at least 50G bytes, other linux partitions may be at least 10G bytes. If you have only a few partitions to be used, then you may increase each partition size to fit your needs.
The partition tool I used is the Pmagic-5.1 which you can get it for free. I installed this program in my USB drive, which can be easily made bootable via the information shown in the website www.pendrivelinux.com.
You have to learn how to boot via any bootable USB drive with multi-ISO program as described in above website just mentioned.
b) Bootable devices - there are several options could be used for bootable devices to install OS.
1) The most basic one is to use CD-ROM/DVD-ROM disk and the corresponding drives.
2) The second method is to use USB thumb drive but you must have the tool to make your USB thumb drive to be both bootable and look like a CD-ROM/DVD-ROM. Only bootable USB thumb drive is not enough. Also it is very difficult to find the mass production tools for that particular USB thumb drive.
3) The first method is to a newly-developed device called i-odd 2501 from Korea. Zalman bought the license to make another similar product ZM-VE200, which is exactly the same as i-odd 2501. There are three operating modes - ROM, HDD, ROM+HDD. All the iso images could be install in the ROM partition with the folder name _iso. You may choose whichever iso image that you like to install it.
c) After having partitioned the hard drive, you may start to install any linux distributions first. For instance, since I would like to install Asterisk, I would like to consider to install CentOS first. At this moment, CentOS 5.6 is highly recommended although CentOS 6.0 has already been released.
During the installation, I choose the server mode to install the CentOS.
(to be continued) |