前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >虚拟机中安装Chrome OS(cloudready)

虚拟机中安装Chrome OS(cloudready)

作者头像
gigiwangs
发布2019-03-01 14:57:13
13K0
发布2019-03-01 14:57:13
举报
文章被收录于专栏:吉吉在这里吉吉在这里

CloudReady 是基于Chromium OS 编译版本,硬盘安装非常简便,支持非常多的老机器,个人用户可以免费从其网站上下载获取。一些其它特性自行搜索了解吧。硬盘安装的步骤非常简单,但是会擦出所有数据,请谨慎操作。本文只讲如何在虚拟机中安装chrome os.

1.首先,需要 安装Vitrual Box 虚拟机;mac ,pc版都可以:点击这里下载 2.安装虚拟机完成后,新建一个Virtualbox VM 比如命名ChromeOS,类型为linux,other linux。参考的设置参数:

设置内存大小 1024 (1 GB) 创建 VDI disk,假设命名chromehd.vdi,设置为Sata,大小(12 GB) , Enable EFI Enable PAE 2个CPU 网络选择 “桥接”[gfw,登陆google 建议使用ss,LAN proxy]

3.下载CloudReady。点击这里去下载-> 下载完成后文件cloudready-free-44.1.9.bin.zip,解压出cloudready-free-44.1.9.bin 文件。Mac 建议使用The Unarchiver.注意解压出的文件后缀是.bin. 4.转换文件为vdi. mac 下,在终端中,进入 /Applications/VirtualBox.app

代码语言:javascript
复制
./VBoxManage convertfromraw /Users/XX/Downloads/cloudready-free-44.1.9.bin /Users/XX/Downloads/cloudready.vdi

等待片刻完成。 5. 设置VitrualBox VM,配置虚拟机ChromeOS。在存储管理标签添加cloudready.vdi,并设置为port 0,chromehd.vdi  port为1.

Screen Shot 2015-11-13 at 6.37.44 PM
Screen Shot 2015-11-13 at 6.37.44 PM

6.设置完成,启动虚拟机。进入CloudReady 界面。按Ctrl + Alt + F2进入命令行,以下是节选官方手动安装步骤 。使用用户chronos,密码chrome,执行sudo chromeos-install –skip_src_removable –dst /dev/sdb

  • When the first screen comes up and asks you to select your network, press Ctrl + Alt + F2.
  • You will find yourself at a command line.
  • the username is: chronos
  • the password is: chrome
  • FIRST, determine your install destination by running “sudo fdisk -l
  • You can look at the device sizes to find out which device is your HDD (usually sda)
  • To install, type the following commands:
  • cd /usr/sbin
  • sudo chromeos-install –dst /dev/sdX
  • NOTE: If the above cmd fails, try “sudo chromeos-install –skip_src_removable –dst /dev/sdX”
  • replace “sdX” above with the letter of your drive
  • Type the password listed above (chrome)
  • You will be asked to confirm the source and destination – don’t proceed if you aren’t sure (or unconcerned with wiping any device)
  • When sure, type Y and press enter.
  • Now you wait. You may see some errors or warnings – don’t worry unless everything fails
  • As far as I can tell, they can be ignored. Maybe someone can shed some light on the error and the cause. Maybe even a prevention/fix.
  • The process will take 5-10 minutes.
  • When the message “Please shutdown, remove the USB device, cross your fingers, and reboot.” appears,
  • Press CTRL + ALT + F1 to get back to the Welcome screen.
  • Click Shutdown, remove your USB stick, and reboot.
  • Marvel in your awesome, you are now !

7.至此,安装完成,暂时不要重启虚拟机,设置cloudready.vdi port 为3 ,大于1就可以,重新启动。

aa
aa

8.多么亲切熟悉的界面:

Screen Shot 2015-11-13 at 5.19.16 PM
Screen Shot 2015-11-13 at 5.19.16 PM
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2015/11/13,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档