- 编译或下载镜像文件:
openwrt-x86-generic-Generic-combined-ext4.img.gz
- 解压:
gunzip -d openwrt-x86-generic-Generic-combined-ext4.img.gz
- 转化:
VBoxManage convertfromraw --format VDI openwrt-x86-generic-combined-ext4.img openwrt.vdi
- 配置VirtualBox中虚拟机IDE硬盘为此镜像文件,然后启动......
- 启动失败,虚拟机出现如下问题: Kernel panic - not syncing: Attempted to kill init
- 查找问题原因,重启系统进入BIOS设置修改Virtualization选项为“Enabled”,虚拟机启动成功。