|
在创建交换分区后加入这2步,其实这2步在安装windows98分区的时候就有,
1.在创建交换分区后按T设置交换分区格式,这里输入分区的序号 我这里是2 然后在输入分区格式,82 这里的82是linux交换分区格式
Command (m for help): t
Partition number (1-4): 2
Hex code (type L to list codes): 82
Changed system type of partition 2 to 82 (Linux swap)
Command (m for help):2.设置交换分区格式后,按a激活引导分区, 引导分区一般是1分区
Command (m for help): a
Partition number (1-4): 1
The resulting configuration should look like this:
Command (m for help): p
Disk /dev/hda: 8589 MB, 858****4592 bytes
15 heads, 63 sectors/track, 17***53 cylinders
Units = cylinders of 945 * 512 = 48***40 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 7028 33***98+ 83 Linux
/dev/hda2 7029 17***53 50***62+ 82 Linux swap
Command (m for help):一定要在创建交换分区后操作,如安装后黑屏的朋友请虚拟光盘启动后进入shell 执行这2步! |
|