51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 902|回复: 1
打印 上一主题 下一主题

为vbox上的kali linux安装增强包时出现问题

[复制链接]
  • TA的每日心情
    无聊
    前天 09:47
  • 签到天数: 528 天

    连续签到: 1 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2022-1-17 11:02:51 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点
    自己琢磨了一下午,不知道问题出在哪里,把全过程打出来
    运行vbox自带增强包
    1. ./VBoxLinuxAdditions.run
    复制代码
    显示没有头文件,输入如下
    1. apt-get install gcc make linux-headers-$(uname -r)
    复制代码
    没有文件,被建议换image,输入
    1. apt-get install linux-image
    复制代码
    再次尝试安装
    1. ./VBoxLinuxAdditions.run
    复制代码
    失败,仍旧显示没有头文件,找不到linux-headers
    根据网上帖子升级内核发行版本本身
    1. sudo apt-get update # this pulls the latest packages list from the kali sources repo
    2. sudo apt-get -y dist-upgrade # when installing this, you would see the latest kernel
    3.                         # image in the list of packages to be installed,something
    4.                         # like" linux-image-4.5.0-kali1-amd64"
    5. reboot # MOST IMPORTANT STEP! make sure you reboot the machine via this cmd OR
    6.                         # shutdown, restart forcefully after completing prev cmds
    7. uname -r # check that the kernel release has updated
    复制代码
    升级完成,尝试安装
    1. apt-get install gcc make linux-headers-$(uname -r)
    复制代码
    成功,开始安装增强包
    1. ./VBoxLinuxAdditions.run
    复制代码
    失败,运行结果如下
    1. Verifying archive integrity... All good.
    2. Uncompressing VirtualBox 6.1.30 Guest Additions for Linux........
    3. VirtualBox Guest Additions installer
    4. Removing installed version 6.1.30 of VirtualBox Guest Additions...
    5. Copying additional installer modules ...
    6. Installing additional modules ...
    7. VirtualBox Guest Additions: Starting.
    8. VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel
    9. modules.  This may take a while.
    10. VirtualBox Guest Additions: To build modules for other installed kernels, run
    11. VirtualBox Guest Additions:   /sbin/rcvboxadd quicksetup <version>
    12. VirtualBox Guest Additions: or
    13. VirtualBox Guest Additions:   /sbin/rcvboxadd quicksetup all
    14. VirtualBox Guest Additions: Building the modules for kernel
    15. 5.15.0-kali2-686-pae.

    16. VirtualBox Guest Additions: Look at /var/log/vboxadd-setup.log to find out what
    17. went wrong
    18. VirtualBox Guest Additions: Running kernel modules will not be replaced until
    19. the system is restarted
    复制代码
    最开始是想挂载u盘,发现需要安装增强包,兜兜转转也没弄明白,感谢指点

    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    昨天 10:08
  • 签到天数: 1518 天

    连续签到: 2 天

    [LV.Master]测试大本营

    2#
    发表于 2022-1-18 10:26:39 | 只看该作者
    看vboxadd-setup.log日志,分析原因
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-20 04:27 , Processed in 0.064870 second(s), 22 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表