You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for Tart! It's simply amazing ❤ .
I'm trying to create a development environment for testing Tinkerbell with a PXE booted host. I've created a Linux VM with a modified grub entry which chainloads iPXE
but unfortunately iPXE is unable to find any network card. My guess is this is because the network hardware is special somehow?
To reproduce using netboot.xyz (which also uses iPXE under the hood):
curl -L https://boot.netboot.xyz/ipxe/netboot.xyz-multiarch.iso --output netboot.xyz-multiarch.iso
tart create --linux netboot
tart run netboot --vnc-experimental --disk ./netboot.xyz-multiarch.iso
Any idea how to get this to work?
The text was updated successfully, but these errors were encountered:
Hi folks!
First of all, thanks for
Tart
! It's simply amazing ❤ .I'm trying to create a development environment for testing Tinkerbell with a PXE booted host. I've created a Linux VM with a modified grub entry which chainloads iPXE
but unfortunately iPXE is unable to find any network card. My guess is this is because the network hardware is special somehow?
To reproduce using netboot.xyz (which also uses iPXE under the hood):
Any idea how to get this to work?
The text was updated successfully, but these errors were encountered: