Jump to content
XPEnology Community

TinyCore RedPill Loader (TCRP)


pocopico

Recommended Posts

@Peter SuhI'm almost to the point of booting, but I ran into this issue

 

[-] The extension PeterSuh-Q3.tg3 was found. However, the extension index has no recipe for ds3622xsp_42661 platform. It may not be
[-] supported on that platform, or author didn't updated it for that platform yet. You can try running
[-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
[-] the extension stored locally:
[#] ========================================== PeterSuh-Q3.tg3 ==========================================
[#] Extension name: tg3
[#] Description: Adds Broadcom Tigon3 ethernet driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/master/tg3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/tg3/rpext-index.json
[#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

[-] Failed to update recipe for PeterSuh-Q3.tg3 extension for platform ds3622xsp_42661. The script will terminate as you do not
[-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
[-] persists contact the extension packer for support (displayed below)
[#] ========================================== PeterSuh-Q3.tg3 ==========================================
[#] Extension name: tg3
[#] Description: Adds Broadcom Tigon3 ethernet driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/master/tg3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/tg3/rpext-index.json
[#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

[!] Cannot continue due to previous errors (see above)

*** Process will exit ***
[!] Failed to update all extensions for ds3622xsp_42661 platform - see errors above

*** Process will exit ***
FAILED : Loader creation failed check the output for any errors
 

Link to comment
Share on other sites

36 minutes ago, Peter Suh said:

 

Google Drive's tc.zip was deleted due to permission issues and replaced with the following tc.tgz.

 

https://drive.google.com/file/d/1Msg-dBHns__GexG0WcA6qdS6RI30YqH_/view?usp=sharing

 

scp  [download path]/tc.tgz  tc@192.168.1.2:/home

 

cd /home

sudo rm -rf tc

tar -xvf tc.tgz

cd tc

Just saw this, will try it now

Link to comment
Share on other sites

Due to the authority issue, unnecessary commands were organized and further simplified.

 

If you only use Intel LAN, you only need to execute 3 commands that are marked big and bold.

---------------------------------------------------------------------------------------------------------

 

https://drive.google.com/file/d/1Msg-dBHns__GexG0WcA6qdS6RI30YqH_/view?usp=sharing

 

scp  [download path]/tc.tgz  tc@192.168.1.2:/home

 

tc@box:~$

cd /home; sudo rm -rf tc; tar -xvf tc.tgz; cd tc;

 

(Add if needed)

./rploader.sh ext broadwellnk-7.0.1-42218 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/mpt3sas/rpext-index.json

./rploader.sh ext broadwellnk-7.0.1-42218 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/r8169/rpext-index.json

(Add to Virtual Environment)

./rploader.sh ext broadwellnk-7.0.1-42218 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/vmxnet3/rpext-index.json

 

(type y for all questions

./rploader.sh build broadwellnk-7.0.1-42218 manual

 

(This question needs to come up)

Want to use firmware files from /home/tc/custom-module/*.pat ? [yY/nN] :

y

 

(type y for all questions)

./rploader.sh build broadwellnk-7.1.0-42661 manual

 

------------------------------------------------------------------------

 

(EXT already included)

./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/PeterSuh-Q3/redpill-load/raw/develop/redpill-misc/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/PeterSuh-Q3/redpill-ext/blob/master/redpill-boot-wait/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/igb/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/e1000e/rpext-index.json

Edited by Peter Suh
  • Like 1
Link to comment
Share on other sites

29 minutes ago, Peter Suh said:

Due to the authority issue, unnecessary commands were organized and further simplified.

 

---------------------------------------------------------------------------------------------------------

 

https://drive.google.com/file/d/1Msg-dBHns__GexG0WcA6qdS6RI30YqH_/view?usp=sharing

 

scp  [download path]/tc.tgz  tc@192.168.1.2:/home

 

tc@box:~$

cd /home; sudo rm -rf tc; tar -xvf tc.tgz; cd tc;

 

(Add if needed)

./rploader.sh ext broadwellnk-7.0.1-42218 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/mpt3sas/rpext-index.json

./rploader.sh ext broadwellnk-7.0.1-42218 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/r8169/rpext-index.json

(Add to Virtual Environment)

./rploader.sh ext broadwellnk-7.0.1-42218 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/vmxnet3/rpext-index.json

 

(type y for all questions

./rploader.sh build broadwellnk-7.0.1-42218 manual

 

(This question needs to come up)

Want to use firmware files from /home/tc/custom-module/*.pat ? [yY/nN] :

y

 

(type y for all questions)

./rploader.sh build broadwellnk-7.1.0-42661 manual

 

------------------------------------------------------------------------

 

(EXT already included)

./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/PeterSuh-Q3/redpill-load/raw/develop/redpill-misc/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://github.com/PeterSuh-Q3/redpill-ext/blob/master/redpill-boot-wait/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/igb/rpext-index.json

./rploader.sh ext broadwellnk-7.1.0-42661 add https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/e1000e/rpext-index.json

Also getting the following 

[-] The extension PeterSuh-Q3.tg3 was found. However, the extension index has no recipe for ds3622xsp_42661 platform. It may not be
[-] supported on that platform, or author didn't updated it for that platform yet. You can try running
[-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
[-] the extension stored locally:
[#] ========================================== PeterSuh-Q3.tg3 ==========================================
[#] Extension name: tg3
[#] Description: Adds Broadcom Tigon3 ethernet driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/master/tg3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/tg3/rpext-index.json
[#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

[-] Failed to update recipe for PeterSuh-Q3.tg3 extension for platform ds3622xsp_42661. The script will terminate as you do not
[-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
[-] persists contact the extension packer for support (displayed below)
[#] ========================================== PeterSuh-Q3.tg3 ==========================================
[#] Extension name: tg3
[#] Description: Adds Broadcom Tigon3 ethernet driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/master/tg3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/tg3/rpext-index.json
[#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

[!] Cannot continue due to previous errors (see above)

*** Process will exit ***
[!] Failed to update all extensions for ds3622xsp_42661 platform - see errors above

*** Process will exit ***
FAILED : Loader creation failed check the output for any errors
 

Link to comment
Share on other sites

14 minutes ago, Dvalin21 said:

Also getting the following 

[-] The extension PeterSuh-Q3.tg3 was found. However, the extension index has no recipe for ds3622xsp_42661 platform. It may not be
[-] supported on that platform, or author didn't updated it for that platform yet. You can try running
[-] "ext-manager.sh update" to refresh indexes for all extensions manually. Below are the currently known information about
[-] the extension stored locally:
[#] ========================================== PeterSuh-Q3.tg3 ==========================================
[#] Extension name: tg3
[#] Description: Adds Broadcom Tigon3 ethernet driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/master/tg3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/tg3/rpext-index.json
[#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

[-] Failed to update recipe for PeterSuh-Q3.tg3 extension for platform ds3622xsp_42661. The script will terminate as you do not
[-] have previously downloaded recipe which can be used if download fails. Try again later. If problem
[-] persists contact the extension packer for support (displayed below)
[#] ========================================== PeterSuh-Q3.tg3 ==========================================
[#] Extension name: tg3
[#] Description: Adds Broadcom Tigon3 ethernet driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/master/tg3
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/PeterSuh-Q3/rp-ext/master/tg3/rpext-index.json
[#] Platforms supported: ds3617xs_25556u2 ds918p_41890 ds3617xs_42218 ds3615xs_25556u2 ds3617xs_25556 ds918p_25556 ds3622xsp_42218 ds3615xs_41222 ds3617xs_42218u2 ds3615xs_25556 ds918p_42218 ds3615xs_42218 ds3622xsp_42621 
[#] =======================================================================================

[!] Cannot continue due to previous errors (see above)

*** Process will exit ***
[!] Failed to update all extensions for ds3622xsp_42661 platform - see errors above

*** Process will exit ***
FAILED : Loader creation failed check the output for any errors
 

 

Updated tg3 ext ds3622xsp_42661 to correspond

 

Edited by Peter Suh
Link to comment
Share on other sites

1 hour ago, pocopico said:

Hi,

 

all extensions have been update and cleaned up for 42661. 

Could you also update https://github.com/pocopico/rp-ext/tree/main/redpill-acpid?

Ojh as I see also acipid is maintained by @jumkey

For VMs also https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json is not ready for 42661 but here @jumkeyhas to update his repo.

Edited by Dreadnought
Link to comment
Share on other sites

50 minutes ago, Dreadnought said:

Could you also update https://github.com/pocopico/rp-ext/tree/main/redpill-acpid?

Ojh as I see also acipid is maintained by @jumkey

For VMs also https://github.com/jumkey/redpill-load/raw/develop/redpill-virtio/rpext-index.json is not ready for 42661 but here @jumkeyhas to update his repo.

 

I have cloned and merged both Jumkeys and Dogodefi to my redpill-load repo and we are all trying to keep that in shape. Please try https://github.com/pocopico/redpill-load/raw/develop/redpill-virtio/rpext-index.json instead

  • Like 2
Link to comment
Share on other sites

18 minutes ago, pocopico said:

 

I have cloned and merged both Jumkeys and Dogodefi to my redpill-load repo and we are all trying to keep that in shape. Please try https://github.com/pocopico/redpill-load/raw/develop/redpill-virtio/rpext-index.json instead

https://github.com/pocopico/redpill-load/blob/master/redpill-acpid/rpext-index.json point to https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json should that be fixed?

Link to comment
Share on other sites

DS918 -> Update to 42661 and then run the tinycore postuupdate process to 42661 at least has worked on my test system

DS1621 -> Loader built for 42661 and then run the DSM install process and i went to 42661 at least has worked on my test system

DS3615xs -> Update to 42661 and then run the tinycore postuupdate process to 42661 at least has worked on my test system

DS3622 -> Update to 42661 and then run the tinycore postuupdate process to 42661 at least has worked on my test system

 

Waiting reports for other platforms 

 

PS At the end of the postupdate process, you can choose whether to overwrite your old custom.gz (where your old extensions are) or not. I suggest to keep you old one if you are happy with your extensions.

Edited by pocopico
  • Like 3
Link to comment
Share on other sites

37 minutes ago, pocopico said:

 

./rploader.sh fullupgrade now

Hi all,

i have execute new rebuild  the image and activate the update : " ./rploader.sh fullupgrade now" but i have some error on disk.
This old post for my confuiguration:

 

I try different configuration of "sataportmap" with value: 5,8,18,0,1,2,3,4,512 ecc. but i have all whenever error on disk.

 

Please help me!... you sugest different NAS model of i can use ? 
my actually confiuration used is "bromolow"

error.jpg

Link to comment
Share on other sites

7 minutes ago, aliens said:

Hi all,

i have execute new rebuild  the image and activate the update : " ./rploader.sh fullupgrade now" but i have some error on disk.
This old post for my confuiguration:

 

I try different configuration of "sataportmap" with value: 5,8,18,0,1,2,3,4,512 ecc. but i have all whenever error on disk.

 

Please help me!... you sugest different NAS model of i can use ? 
my actually confiuration used is "bromolow"

error.jpg

 

No the SataPortMap issue will not be resolved in different platform. We can work this offline if you want. PM me 

Link to comment
Share on other sites

Hi all,

I tried to randomly change DiskIdxMap and SataPortMap in 3617xs, 3615xs, but nothing changes.

Could you suggest what values I need to write?

Скрытый текст


tc@box:~$ lsscsi -Hv
[0]    ahci
  dir: /sys/class/scsi_host//host0
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0
[1]    ahci
  dir: /sys/class/scsi_host//host1
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1
[2]    ahci
  dir: /sys/class/scsi_host//host2
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2
[3]    ahci
  dir: /sys/class/scsi_host//host3
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3
[4]    ahci
  dir: /sys/class/scsi_host//host4
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4
[5]    ahci
  dir: /sys/class/scsi_host//host5
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5
[6]    usb-storage
  dir: /sys/class/scsi_host//host6
  device dir: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/host6

tc@box:~$ lspci -nnq
00:00.0 Host bridge [0600]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 DMI2 [8086:0e00] (rev 04)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1a [8086:0e02] (rev 04)
00:01.1 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1b [8086:0e03] (rev 04)
00:02.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2a [8086:0e04] (rev 04)
00:03.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04)
00:05.0 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04)
00:05.2 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 IIO RAS [8086:0e2a] (rev 04)
00:05.4 PIC [0800]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 IOAPIC [8086:0e2c] (rev 04)
00:11.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port [8086:1d3e] (rev 06)
00:1a.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 [8086:1d2d] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation C600/X79 series chipset High Definition Audio Controller [8086:1d20] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 [8086:1d10] (rev b6)
00:1c.2 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 3 [8086:1d14] (rev b6)
00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation C600/X79 series chipset LPC Controller [8086:1d41] (rev 06)
00:1f.2 SATA controller [0106]: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller [8086:1d02] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation C600/X79 series chipset SMBus Host Controller [8086:1d22] (rev 06)
03:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01)
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)

 

 

Edited by wenderfit
Link to comment
Share on other sites

1 minute ago, wenderfit said:

Hi all,

I tried to randomly change DiskIdxMap and SataPortMap in 3617xs, 3615xs, but nothing changes, the errors are as follows: disks not found or disk 2 error.

Could you suggest what values I need to write?

  lsscsi -Hv and lspci -nnq (Hide contents)


tc@box:~$ lsscsi -Hv
[0]    ahci
  dir: /sys/class/scsi_host//host0
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0
[1]    ahci
  dir: /sys/class/scsi_host//host1
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1
[2]    ahci
  dir: /sys/class/scsi_host//host2
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2
[3]    ahci
  dir: /sys/class/scsi_host//host3
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata4/host3
[4]    ahci
  dir: /sys/class/scsi_host//host4
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4
[5]    ahci
  dir: /sys/class/scsi_host//host5
  device dir: /sys/devices/pci0000:00/0000:00:1f.2/ata6/host5
[6]    usb-storage
  dir: /sys/class/scsi_host//host6
  device dir: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/host6

tc@box:~$ lspci -nnq
00:00.0 Host bridge [0600]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 DMI2 [8086:0e00] (rev 04)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1a [8086:0e02] (rev 04)
00:01.1 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1b [8086:0e03] (rev 04)
00:02.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2a [8086:0e04] (rev 04)
00:03.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04)
00:05.0 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04)
00:05.2 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 IIO RAS [8086:0e2a] (rev 04)
00:05.4 PIC [0800]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 IOAPIC [8086:0e2c] (rev 04)
00:11.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port [8086:1d3e] (rev 06)
00:1a.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 [8086:1d2d] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation C600/X79 series chipset High Definition Audio Controller [8086:1d20] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 [8086:1d10] (rev b6)
00:1c.2 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 3 [8086:1d14] (rev b6)
00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation C600/X79 series chipset LPC Controller [8086:1d41] (rev 06)
00:1f.2 SATA controller [0106]: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller [8086:1d02] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation C600/X79 series chipset SMBus Host Controller [8086:1d22] (rev 06)
03:00.0 Ethernet controller [0200]: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] (rev 01)
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)

 

 

 

 

00:1f.2 SATA controller [0106]: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller [8086:1d02] (rev 06)

 

I would go for SataPortMap=6 and DiskIdxMap=00

Link to comment
Share on other sites

31 минуту назад, pocopico сказал:

 

 

00:1f.2 SATA controller [0106]: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller [8086:1d02] (rev 06)

 

I would go for SataPortMap=6 and DiskIdxMap=00

Not work: error disc 2,6.

Maybe I can find some values on my workstation with jun bootloader?

Edited by wenderfit
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...