Corey Hemminger

Results 223 comments of Corey Hemminger

The bento project for vagrant cloud boxes also publishes several OS images for UTM. Does require vagrant-utm plugin for vagrant to work with utm. https://portal.cloud.hashicorp.com/vagrant/discover/bento

We have noticed an issue starting a couple of months back. We have repos that run virtualbox on ubuntu public runners and all jobs were working fine to do tests...

I'm currently on vacation this week. But next week I'll finish up testing and merge this PR. Bento boxes have already been built and uploaded to hcp vagrant registry.

> Hi @Stromweld, > > I try UTM build with the following build command : > > packer build -only=utm-iso.vm -var-file=os_pkrvars/rockylinux/rockylinux-9-aarch64.pkrvars.hcl ./packer_templates > > But it fails : > >...

if not defined in a teamplate then it should default to over 1gb so not sure why it would get such a small value.

can you test with the latest release of bento box ubuntu-22.04?

virtualbox 7.1 finally added apple silicon support. My testing so far I've been able to get packer to build a box but it fails at the last step when it...

can you share your configuration you used. It's been a while since I've tried to get virtualbox to work and I can't seem to get VM's to boot. I keep...

I'm testing that out now. I found adding to vbox manage array `["modifyvm", "{{.Name}}", "--graphicscontroller", "qemuramfb"],` helps with the slow load of boot menu. It doesn't like the vmsvga gfx...

I have a new branch and PR that is now working for virtualbox arm systems. https://github.com/chef/bento/pull/1596