sai 发表于 2009-9-26 08:43:14

虚拟机安装backtrack3重启后黑屏问题有原因

在创建交换分区后加入这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, 8589934592 bytes
15 heads, 63 sectors/track, 17753 cylinders
Units = cylinders of 945 * 512 = 483840 bytes
Device Boot      Start         End      Blocks   IdSystem
/dev/hda1   *         1      7028   3320698+83Linux
/dev/hda2            7029       17753   5067562+82Linux swap
Command (m for help):一定要在创建交换分区后操作,如安装后黑屏的朋友请虚拟光盘启动后进入shell 执行这2步!
页: [1]
查看完整版本: 虚拟机安装backtrack3重启后黑屏问题有原因