Giter Club home page Giter Club logo

Comments (10)

AntonioMeireles avatar AntonioMeireles commented on July 24, 2024

@grahamwhaley

Hi, thanks for reporting !

this shouldn't happen :/

what's vagrant-libvirt (plugin) version? (paste please output of vagrant plugin list and vagrant plugin list --local)

also, i suspect that fedora should ship somewhere OVMF.fd

if so try also this in the vagrantfile...

config.vm.provider :libvirt do |libvirt, override|
    libvirt.loader = '/PATH_TO_IT_IN_F29/OVMF.fd'
  end

meanwhile could you jump into ClearLinux slack ( clearlinux.slack.com ) and ping me there for a more interactive debug session ?.

Thanks again, for your patience!

from cloud-native-setup.

AntonioMeireles avatar AntonioMeireles commented on July 24, 2024

@grahamwhaley

can you get here the full output of VAGRANT_LOG=info vagrant up of a failing try please too

from cloud-native-setup.

AntonioMeireles avatar AntonioMeireles commented on July 24, 2024

fwiw, at sight what is failing is this https://github.com/AntonioMeireles/ClearLinux-packer/blob/master/Vagrantfile.template.rb#L73-L83 which is odd. so,

a) do you have curl installed right ?
b) https://download.clearlinux.org/image/OVMF.fd is reachable too, right ?

from cloud-native-setup.

grahamwhaley avatar grahamwhaley commented on July 24, 2024

Hi @AntonioMeireles - sure, let me post some details here.

gwhaley@fido clr-k8s-examples]$ vagrant plugin list
vagrant-guests-clearlinux (1.1.3, global)
  - Version Constraint: > 0
vagrant-libvirt (0.0.45, global)
  - Version Constraint: > 0
[gwhaley@fido clr-k8s-examples]$ vagrant plugin list --local
Installing the 'vagrant-guests-clearlinux' plugin. This can take a few minutes...
Installed the plugin 'vagrant-guests-clearlinux (1.1.3)'!
vagrant-guests-clearlinux (1.1.3, global)
  - Version Constraint: > 0
vagrant-libvirt (0.0.45, global)
  - Version Constraint: > 0
[gwhaley@fido tmp]$ curl https://download.clearlinux.org/image/OVMF.fd --output OVMF.fd
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 4096k  100 4096k    0     0   887k      0  0:00:04  0:00:04 --:--:--  930k

I've attached the VAGRANT_LOG=info output here:
vagrant_info.txt

I'm not currently on the clear linux slack - you can find me on the internal irc clear channel though if you are there?

I'll probably be available for a more interactive session in a couple of hours. Thanks for your quick response!

from cloud-native-setup.

grahamwhaley avatar grahamwhaley commented on July 24, 2024

Ah, I just realised you are not inside Intel I think ;-) - let me get on that slack channel later on then if we need.

from cloud-native-setup.

olberger avatar olberger commented on July 24, 2024

Hi. I applied the suggestion from #72 (comment) and added this since I'm on Debian:

      c.vm.provider :libvirt do |libvirt, override|
        libvirt.loader = '/usr/share/qemu/OVMF.fd'
      end

which helped \o/

from cloud-native-setup.

krsna1729 avatar krsna1729 commented on July 24, 2024

Seems like the latest box does not download OVMF.fd.
/cc @AntonioMeireles @mcastelino @ganeshmaharaj

from cloud-native-setup.

olberger avatar olberger commented on July 24, 2024

See AntonioMeireles/ClearLinux-packer#18 (comment) which proposes a fix.

from cloud-native-setup.

AntonioMeireles avatar AntonioMeireles commented on July 24, 2024

from cloud-native-setup.

grahamwhaley avatar grahamwhaley commented on July 24, 2024

afaik this is fixed, and has not been seen in the wild for some time. Closing.

from cloud-native-setup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.