RedPill-TTG / redpill-lkm

Linux kernel module for RedPill
GNU General Public License v3.0
307 stars 174 forks source link

Add SATA DOM emulation #12

Closed ttg-public closed 2 years ago

ttg-public commented 2 years ago

VMWare products (ESXi, Fusion, Workstation) cannot boot from USB easily and do not support creation of virtual USB drives like proxmox does. The kernel has a way to boot from what's called "SATA DOM" (in short a dedicated small SATA device). It should be supported by the loader.

ttg-public commented 2 years ago

It is implemented in https://github.com/RedPill-TTG/redpill-lkm/commit/835e1fb4fae7c732b26a6e6c121bd14a6749e9eb now :)

dperez-sct commented 2 years ago

I see that DS918+ not support SATA DOM. It means that we cannot use redpill with esxi on 918+?

Thanks!