返回列表 發帖
Grub Legacy 与 Grub 2的commands比较

http://grub.enbug.org/CommandList

角色

TOP

在第3楼多了些关于用USB手指去boot Windows (1st partition of 1st hard drive )

角色

TOP

刚才看完GRUB Legacy和GRUB 2的分别。GRUB Legacy就像我们用DOS那样,非常简单和方便,但是GRUB 2,真的像Unix的shell script programming. 哈哈,在我来说,我比较喜欢用GRUB Legacy。

角色

TOP

For making USB be bootable (not CD-ROM), we would generally have no problems.

YH

TOP

Grub Legacy 与 Grub 2的commands比较



角色
角色 發表於 2010-8-10 09:57


这条link的信息没有了。

角色

TOP

那么你呢?你喜欢用哪一种boot loader呢?

角色

TOP

明白,其实它有两个版本,一个是在Linux上面,另外一个是你所说的GRUB4DOS。

角色

TOP

本帖最後由 角色 於 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)

TOP

返回列表