AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 723788
Accepted
khinester
khinester
Asked: 2015-09-22 08:00:53 +0800 CST2015-09-22 08:00:53 +0800 CST 2015-09-22 08:00:53 +0800 CST

在 HP 瘦客户端上安装 CoreOS

  • 772

我正在尝试在 HP 瘦客户端上安装 CoreOS,但无法格式化闪存驱动器。我已经按照https://github.com/jriguera/coreos-usb-creator创建了 USB 启动- 然后我可以登录到瘦客户端,但是当我尝试安装 CoreOS 时,我收到以下错误

khine@coreos /tmp $ sudo su
bash-4.2# coreos-install -d /dev/sda -C stable -c cloud-config.yml
Checking availability of "local-file"
Fetching user-data from datasource of type "local-file"
Downloading the signature for http://stable.release.core-os.net/amd64-usr/766.3.0/coreos_production_image.bin.bz2...
2015-09-21 15:49:14 URL:http://stable.release.core-os.net/amd64-usr/766.3.0/coreos_production_image.bin.bz2.sig [543/543] -> "/tmp/coreos-install.kGAdApmypF/coreos_production_image.bin.bz2.sig" [1]
Downloading, writing and verifying coreos_production_image.bin.bz2...

bunzip2: I/O or other error, bailing out.  Possible reason follows.
bunzip2: No space left on device
    Input file = (stdin), output file = (stdout)
Cannot write to '-' (Broken pipe).
gpg: Signature made Wed Sep  2 04:32:09 2015 UTC using RSA key ID E5676EFC
gpg: key 93D2DCB4 marked as ultimately trusted
gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: BAD signature from "CoreOS Buildbot (Offical Builds) <[email protected]>" [ultimate]
1: Download of coreos_production_image.bin.bz2 did not complete
141: Cannot expand coreos_production_image.bin.bz2 to /dev/sda
1: GPG signature verification failed for coreos_production_image.bin.bz2
/dev/sda: 2 bytes were erased at offset 0x000001fe (PMBR): 55 aa
/dev/sda: calling ioctl to re-read partition table: Success
bash-4.2#

如果我尝试安装驱动器,我会得到以下信息:

bash-4.2# mount /dev/sda /mnt
mount: /dev/sda is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sda,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

闪存驱动器为 500Mb - 关于如何在 HP 瘦客户端 t5720 上安装 coreOS 有什么建议吗?

thin-client
  • 1 1 个回答
  • 373 Views

1 个回答

  • Voted
  1. Best Answer
    the-wabbit
    2015-09-22T11:09:52+08:002015-09-22T11:09:52+08:00

    答案就在你的问题中:

    闪存驱动器为 500Mb

    而错误是

    bunzip2: I/O or other error, bailing out.  Possible reason follows.
    bunzip2: No space left on device
    

    并且您下载的文件http://stable.release.core-os.net/amd64-usr/766.3.0/coreos_production_image.bin.bz2是 186 MB 的压缩数据并扩展为 4,756,340,736 字节(4.5 GB)文件。

    鉴于 t5720 可用的最大闪存模块为 1 GB(根据型号的QuickSpecs为 AH430AA ),您只能选择打开设备以查看“闪存模块”是简单的 USB 存储棒还是 PATA 闪存模块。如果是,则更换为行业标准部件应该很顺利。

    • 2

相关问题

  • 转换为瘦客户端后,多余的计算资源应该怎么办?

  • 终端服务和 rdp-tcp 会话

  • Mac OS X 多用户瘦客户端服务器(终端服务器)?

  • 瘦客户机在什么样的环境中大放异彩?

  • 开源瘦客户端软件

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve