zoukankan      html  css  js  c++  java
  • failed to find romfile "vgabios-stdvga.bin"

    问题:failed to find romfile "vgabios-stdvga.bin"

    解决:

    apt-get install vgabios

    ln -s /usr/share/vgabios/vgabios.stdvga.bin /usr/share/qemu/vgabios-stdvga.bin

    root@ostack1:/var/cache/apt/archives# ll /usr/share/vgabios/
    总用量 344
    drwxr-xr-x   2 root root  4096 8月  11 09:00 ./
    drwxr-xr-x 139 root root  4096 8月  11 09:00 ../
    -rw-r--r--   1 root root 41472 2月  17  2016 vgabios.bin
    lrwxrwxrwx   1 root root    18 2月  17  2016 vgabios-cirrus.bin -> vgabios.cirrus.bin
    -rw-r--r--   1 root root 36352 2月  17  2016 vgabios.cirrus.bin
    -rw-r--r--   1 root root 36352 2月  17  2016 vgabios.cirrus.debug.bin
    -rw-r--r--   1 root root 42496 2月  17  2016 vgabios.debug.bin
    lrwxrwxrwx   1 root root    15 2月  17  2016 vgabios-qxl.bin -> vgabios.qxl.bin
    -rw-r--r--   1 root root 41472 2月  17  2016 vgabios.qxl.bin
    -rw-r--r--   1 root root 42496 2月  17  2016 vgabios.qxl.debug.bin
    lrwxrwxrwx   1 root root    18 2月  17  2016 vgabios-stdvga.bin -> vgabios.stdvga.bin
    lrwxrwxrwx   1 root root    11 2月  17  2016 vgabios.stdvga.bin -> vgabios.bin
    lrwxrwxrwx   1 root root    17 2月  17  2016 vgabios.stdvga.debug.bin -> vgabios.debug.bin
    lrwxrwxrwx   1 root root    18 2月  17  2016 vgabios-vmware.bin -> vgabios.vmware.bin
    -rw-r--r--   1 root root 41472 2月  17  2016 vgabios.vmware.bin
    -rw-r--r--   1 root root 42496 2月  17  2016 vgabios.vmware.debug.bin
    root@ostack1:/var/cache/apt/archives# ll /usr/share/qemu/
    总用量 312
    drwxr-xr-x   4 root root   4096 8月  11 09:04 ./
    drwxr-xr-x 139 root root   4096 8月  11 09:00 ../
    drwxr-xr-x   2 root root   4096 8月  10 19:52 init/
    drwxr-xr-x   2 root root   4096 8月  10 19:54 keymaps/
    lrwxrwxrwx   1 root root     26 3月   2  2016 pxe-e1000.rom -> ../../lib/ipxe/82540em.rom
    lrwxrwxrwx   1 root root     21 3月   2  2016 pxe-ne2k_isa.rom -> ../../lib/ipxe/ne.rom
    lrwxrwxrwx   1 root root     26 3月   2  2016 pxe-pcnet32.rom -> ../../lib/ipxe/pcnet32.rom
    lrwxrwxrwx   1 root root     26 3月   2  2016 pxe-rtl8139.rom -> ../../lib/ipxe/rtl8139.rom
    lrwxrwxrwx   1 root root     29 3月   2  2016 pxe-virtio.rom -> ../../lib/ipxe/virtio-net.rom
    -rw-r--r--   1 root root    630 4月  25  2018 qemu-icon.bmp
    -rw-r--r--   1 root root  30955 4月  25  2018 qemu_logo_no_text.svg
    -rw-r--r--   1 root root 262511 8月   9 11:54 trace-events-all
    lrwxrwxrwx   1 root root     37 8月  11 09:04 vgabios-stdvga.bin -> /usr/share/vgabios/vgabios.stdvga.bin
  • 相关阅读:
    职业倾向测验
    TAU调研咨询
    【转】嵌入式软件工程师经典笔试题
    博客开启啦!
    手淘H5移动端适配方案flexible源码分析
    scrollHeight、clientHeight、offsetHeight、scrollTop等的定义以及图解
    nodejs之路探寻
    学习笔记:Vue+Node+Mongodb 构建简单商城系统(二)
    使用Gulp进行代码压缩的步骤以及配置
    学习笔记:webpack深入与实践(一)
  • 原文地址:https://www.cnblogs.com/wangjq19920210/p/11333904.html
Copyright © 2011-2022 走看看