cowboyai

Results 9 comments of cowboyai

I have "a" solution to this... it's still a bit hacky, but everything is building, it's just not booting. https://github.com/cowboyai/cim-start/blob/main/vhosts/x86/readme.md that builds an x86 system with libvirtd and specifically with...

![Uploading 20240502_091147.jpg…]()

for auto-installation, I am using a systemd service that runs when the iso boots... https://github.com/cowboyai/cim-start/blob/main/vhosts/x86/builder.nix this is all working perfectly until reboot and then mounts all fail. I just don't...

![WhatsApp Image 2024-05-02 at 9 28 44 AM](https://github.com/nix-community/disko/assets/151778840/0d440bee-3818-4e86-b236-636bccc06fe2)

I don't see a link to your config for that... I will need to do some of that later like: boot.initrd.kernelModules = [ "vfio" "vfio_iommu_type1" "vfio_pci" "vfio_virqfd" ]; so I...

it's not random. it won't load at all, ever, and we can't see into what it is telling initrd ![image](https://github.com/nix-community/disko/assets/151778840/193414bb-8c82-41aa-956e-871735414812) drives are there... no errors... just won't boot... ![image](https://github.com/nix-community/disko/assets/151778840/b538f49d-3368-4047-83a1-2cdd6d2a40b1)

![image](https://github.com/nix-community/disko/assets/151778840/8a3828e4-c74a-4cc2-a7a5-925890d73386)

complete flake configuration: https://github.com/cowboyai/cim-start/tree/main/vhosts/x86

RESOLVED... in my case it appears to have been a missing kernel module... I think "vmd" or "sr_mod"... with these two added, the boot sector is written correctly. That was...