Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6559612
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: LINUX

2015-08-14 15:42:05


Windows 7中:
1.  解压kali-linux-2.0-amd64.iso到F:盘,即 (hd0,6)
2.  windows下压缩一部分未使用磁盘空间,到后面给kali linux使用。
3.  Windows 7中安装easybcd ,打开【添加新条目】【NeoGrub】【配置】

粘贴下面代码

# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# />
title Install-RHEL7/CentOS7
    root (hd0,9)
    kernel /isolinux/vmlinuz linux repo=hd:/dev/sda10:/
    initrd /isolinux/initrd.img
    boot

title Install kali  
    root (hd0,6)
    kernel /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali 
    initrd /live/initrd.img
    boot

重启,选择 Install kali
阅读(9557) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~