【问题标题】:How can I install 32bit(x86/i386/i686) ubuntu 16.04 on Google Cloud Platform?如何在 Google Cloud Platform 上安装 32bit(x86/i386/i686) ubuntu 16.04?
【发布时间】:2018-09-03 05:49:02
【问题描述】:

据我所知,在google云平台,google基本只支持64位系统。

但是我需要使用 32 位的 linux。

我已点击此链接 (https://www.youtube.com/watch?v=YlcR6ZLebTM),但 gcp vm 实例在从创建的映像启动时挂起。

还有吗?

【问题讨论】:

    标签: google-cloud-platform virtual-machine google-compute-engine


    【解决方案1】:

    在 Google Cloud Platform 中构建自定义操作系统时需要满足特定要求。所有这些都列在Building Custom Operating Systems 官方文档页面中。请注意,32 位内核的内核构建选项中有一个安全设置:

    CONFIG_X86_PAE=y

    为 32 位内核设置此选项,因为 PAE 是 NX 支持所必需的。这也支持更大的交换空间 用于非过度使用目的。

    您也可以import boot disk image 到 Google Compute Engine。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-02-10
      • 2016-03-10
      • 2016-08-24
      • 2016-10-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多