openoms
openoms
https://github.com/openoms/raspiblitz/commit/e44308e4a92a13a5c4850bb4851da05a5b5db276 > **Debian 9.9** [minimal net-install](https://www.debian.org/CD/netinst/) > Download [~300MB net-install ISO](https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.9.0-amd64-netinst.iso) > Install to VirtualBox .vdi destination drive: > This took a while and installed a total of 3.9GB including...
> FYI. The Ubuntu **mini.iso** once converted to a Virtualbox .vdi and installed and running Raspiblitz... > I then tried to convert the .vdi to .img and using `dd` to...
These commands worked for me previously on my laptop converting a virtual Ubuntu 18.04.1 to a bootable USB. Does your USB boot if you write the original mini.iso (http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso) to...
@fluidvoice I think it would be best to have a VM image (just like the SDcard image) and spin that up every time in a clean state when you want...
Good news is the Armbian custom build setup uses the same Ubuntu Bionic mini.iso and also has some clues about Vagrant and VirtualBox: https://github.com/armbian/build
Current most up-to-date branch to build the sdcard : `wget https://raw.githubusercontent.com/openoms/raspiblitz/x86v1.2/build_sdcard.sh && sudo bash build_sdcard.sh x86v1.2 openoms` Bitcoin: v0.17.1 aarch64 lnd: v0.6.1-beta arm64
any progress on this @bavarianledger ?
That is great to hear! Are you willing to share the link of the linux image you built on and maybe a part list, so we can add it to...
> Are you still working on the `armbian1.2` branch? Nope, it is the `x86v1.2` branch now. https://github.com/openoms/raspiblitz/tree/x86v1.2 I keep the latest working branch as default on https://github.com/openoms/raspiblitz.
Agreed, please forgive that. The aarch64 support is now merged in to the rootzoll's master. The X86 is the latest extra I am working on. The PR is in for...