fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
482 stars 32 forks source link

Linux kernel config only enables Ethernet drivers relevant to qemu, breaking bare-metal bootstrap #329

Closed Googulator closed 7 months ago

Googulator commented 9 months ago

The included config file for the Linux kernel only enables the e1000 and e1000e Ethernet drivers. These are what qemu emulates, but they are relatively rare on real hardware. This makes it almost impossible to complete a bare-metal bootstrap, unless you happen to have just the right Ethernet chipset.