RedPill-TTG / redpill-lkm

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

Loader /dev/synoboot reserves /dev/sdA (possibily Kernel bug). #24

Open r0bb10 opened 2 years ago

r0bb10 commented 2 years ago

Replication:

Regarding on the strange behaviour of the synoboot reservation, even if DiskIdxMap SasIdxMap and SataPortMap are defined correctly, redpill will reserve itself /dev/sdA (it's loaded correcly on /dev/synoboot) so the first disk on the HBA is always shown as /dev/sdB or more based on SataPortMap.

This issue is not present if redpill setup on a SCSI Controller instead of Sata Controller but no /dev/synoboot is created (but DSM install will fail - if DSM already installed it will work).