fbelavenuto / arpl

Automated Redpill Loader
GNU General Public License v3.0
7.22k stars 1.56k forks source link

Upgrade usb removable hard drive incorrectly identified as sata disk #626

Open erdongleon opened 1 year ago

erdongleon commented 1 year ago

After upgrading to the latest 1.1-beta2 boot, I found that an 8TB usb backup disk was recognized as a sata disk, and the original usb regular backup task could not be realized, so please ask how to set it to be able to recognize this removable disk again.

Currently my SataPortMap", "DiskIdxMap" parameters are default

fbelavenuto commented 1 year ago

Hi, please go to loader, choose "Advanced Menu" and choose "Show SATA(s) # ports and drives" and post result here. Post the value of "SataPortMap" and "DiskIdxMap"

erdongleon commented 1 year ago

Hi, please go to loader, choose "Advanced Menu" and choose "Show SATA(s) # ports and drives" and post result here. Post the value of "SataPortMap" and "DiskIdxMap"

Thank you for your reply, here is my disk information:

Pasted Graphic 1 image

If I understand correctly, I should have three chipsets, the first without any devices, the second with 6 hard disks, and the third with my virtual disks (my system is pve7.3), I don't see the usb 8T disk information here. I tried to configure DiskIdxMap=100006, before compiling SataPortMap=062, SasIdxMap=0, all three parameters, all of which cause unbootable.

fbelavenuto commented 1 year ago

SataPortMap do not accept "0" (zero). SasIdxMap do not longer exists! Try with this values:

SataPortMap: 1 DiskIdxMap: 010700

erdongleon commented 1 year ago

``

SataPortMap do not accept "0" (zero). SasIdxMap do not longer exists! Try with this values:

SataPortMap: 1 DiskIdxMap: 010700

Thank you very much, the removable drive is working happily again.

image