Jump to content
XPEnology Community

RedPill - the new loader for 6.2.4 - Discussion


Recommended Posts

1 hour ago, RedwinX said:

Hey,

 

Have a little pb with a baremetal. It boot correctly (918+ 7.0 redpill repo), status : not installed 

Install ok, reboot and then : status not installed...

didn't have serial outpout. Any idea ? 

 

What is your maxdisk count set to?  How many drives are in the system?  And did you double check your USB drive ID?

Link to comment
Share on other sites

Had an issue with the installation today, Gigabye GA-H81M-S2PV/Pentium G3250/4GB RAM baremetal. Tried to install DSM 7.0 with RedPill on it, drives shown up as 1 2 5 6 (Tested with DSM 6)

image.thumb.png.8c4755e65daf103e54ab3d0e47721668.png

3 4 is technically empty but for some reason 3 4 is mapped to 5 6 and I couldn't install DSM 7, any idea what's happening and what parameters should I add to Synoinfo to remap the SATA drives?

Link to comment
Share on other sites

25 minutes ago, coint_cho said:

Had an issue with the installation today, Gigabye GA-H81M-S2PV/Pentium G3250/4GB RAM baremetal. Tried to install DSM 7.0 with RedPill on it, drives shown up as 1 2 5 6 (Tested with DSM 6)

image.thumb.png.8c4755e65daf103e54ab3d0e47721668.png

3 4 is technically empty but for some reason 3 4 is mapped to 5 6 and I couldn't install DSM 7, any idea what's happening and what parameters should I add to Synoinfo to remap the SATA drives?


Attach an lspci -k 

Link to comment
Share on other sites

11 hours ago, zhbitmaye said:

I add mp2sas driver use LSI9211-8I on ESXi,I just Identify 6 HDDs,but I have 8 HDDSs,I tried this config:

 

1.

"DiskIdxMap" : "0002",
 "SataPortMap" : "28",

 

"DiskIdxMap" : "00020C",
 "SataPortMap" : "288",

 

"DiskIdxMap" : "000C02",
 "SataPortMap" : "268",

vmware disk is 2

SAS is 3~8 lose latest 2 HDD,just Identify 6 HDDs

 

 

2."DiskIdxMap" : "0006",
 "SataPortMap" : "58",

vmware disk is 2

SAS is 6 7 8 12 13 lose latest 2 HDD too,just Identify 6 HDDs

 

3.

"DiskIdxMap" : "0009",
 "SataPortMap" : "88",

vmware disk is 2

SAS is 12 13 14 15 lose latest 4 HDD too,just Identify 4 HDDs

 

 

I tried more ,bug only can Identify 6 HDDs to more

 

is this loader can‘t Identify all LSI-SAS Disks?

 

 

I have succesfully identified all 8 disks on a VM running DS918+ 7.0.1.

 

None of the settings you've made make sence to me. You need to verify how the system sees your controllers by running lspci -k, then what you configure is up to you.

 

It looks like your SAS controller is the second one in the list.

 

So if you verify with lspci -k that you have two disk controllers only (ahci or sas), i would try,

"SataPortMap" : "28",

"DiskIdxMap" : "0003"

 

but you may also read on this thread page 96 - 99 and especially this :

 

 

 

 

Link to comment
Share on other sites

8 hours ago, pocopico said:

I have succesfully identified all 8 disks on a VM running DS918+ 7.0.1.

 

None of the settings you've made make sence to me. You need to verify how the system sees your controllers by running lspci -k, then what you configure is up to you.

 

It looks like your SAS controller is the second one in the list.

 

So if you verify with lspci -k that you have two disk controllers only (ahci or sas), i would try,

"SataPortMap" : "28",

"DiskIdxMap" : "0003"

 

but you may also read on this thread page 96 - 99 and especially this :

 

 

 

 

 

First,thanks your answer

 

I tried your config,it is not OK

result:

vmware disk = 2

SAS = 4 5 6 7 8    (lose disk 9 10 11)

 

eg:

DiskProtMap=58  DiskIdexMap=0006
VM=2
SAS= 6 7 8 12 13    (lose disk 9 10 11)

 

It looks like a disk is in use disk9 10 11,I never cat't use it

any config lose disk 9 10 11

 

lspci -k:

0000:02:01.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci
0000:02:02.0 Class 0106: Device 15ad:07e0
        Subsystem: Device 1014:03cb
        Kernel driver in use: mpt2sas
0000:03:00.0 Class 0200: Device 8086:10d3
        DeviceName: Ethernet0
        Subsystem: Device 15ad:07d0
        Kernel driver in use: e1000e

 

 

Edited by zhbitmaye
Link to comment
Share on other sites

15 minutes ago, zhbitmaye said:

 

First,thanks your answer

 

I tried your config,it is not OK

result:

vmware disk = 2

SAS = 4 5 6 7 8    (lose disk 9 10 11)

 

eg:

DiskProtMap=58  DiskIdexMap=0006
VM=2
SAS= 6 7 8 12 13    (lose disk 9 10 11)

 

It looks like a disk is in use disk9 10 11,I never cat't use it

any config lose disk 9 10 11

 

lspci -k:

0000:02:01.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci
0000:02:02.0 Class 0106: Device 15ad:07e0
        Subsystem: Device 1014:03cb
        Kernel driver in use: mpt2sas
0000:03:00.0 Class 0200: Device 8086:10d3
        DeviceName: Ethernet0
        Subsystem: Device 15ad:07d0
        Kernel driver in use: e1000e

 

 

I Maybe know why lose disk 9 10 11

 

in

/etc.defaults/synoinfo.conf

 

internalportcfg="0x78FF"

is
111100011111111

 

disk 9 10 11  = 0   they can‘t use  

 

I don't know why ds3615's config is internalportcfg="0x78FF"

 

I tried to rewrite internalportcfg="0xfff"    esataportcfg="0x0"  maxdisks=12

 

bug when reboot DSM,These will be restored without saving the changes

 

I'm sure I saved it before I restarted, I used : wq ,and I have entered the view again after saving

 

I don't know why

Link to comment
Share on other sites

41 minutes ago, zhbitmaye said:

I Maybe know why lose disk 9 10 11

 

in

/etc.defaults/synoinfo.conf

 

internalportcfg="0x78FF"

is
111100011111111

 

disk 9 10 11  = 0   they can‘t use  

 

I don't know why ds3615's config is internalportcfg="0x78FF"

 

I tried to rewrite internalportcfg="0xfff"    esataportcfg="0x0"  maxdisks=12

 

bug when reboot DSM,These will be restored without saving the changes

 

I'm sure I saved it before I restarted, I used : wq ,and I have entered the view again after saving

 

I don't know why

I try to modify config when compiling loader use redpill-tool-chain

 

internalportcfg="0xfff"    esataportcfg="0x0"  usbportcfg="0x0"  maxdisks=12

 

I can use disk 9 10 11 and identify all hard drives Yeah!!!

 

bug I can’t modify config after install DSM use vi /etc.defaults/synoinfo.conf

 

when reboot DSM,These will be restored without saving the changes too

 

 

Link to comment
Share on other sites

I have 1 device with 1 mSATA SSD + 4 HDD, running DSM 6.2.3 with Jun's loader.

In BIOS, only show mSATA SSD, no SAPA Port1 and not detect 4 HDD.

No SATA 1 printed on mainboard. SATA ports printed on mainboard are 7, 8, 9, 10.

 

SATA1.thumb.jpg.74ef10148762cb661e2195432d894b3b.jpg

 

In DSM's Storage Manager, it shows SSD is drive #2, and 4 HDD from #3 to #6

 

SATA2.thumb.png.2990b7001ed04e31d6b1626873e1b3f4.pngSATA3.thumb.png.ba5b67994550c729c799dd23ff168d75.png

 

When I try to install DSM 7.0.1, I got error as show below

 

SATA4.jpg.d92b8635c12611ba5fccf41d79855f0c.jpg

 

I tried to add SataPortMap=4 into grub.cfg as same as Jun's loader; and tried another number (1, 14, 24) but it's not working.

How can I fix this error? Which is right number for SataPortMap?

 

Link to comment
Share on other sites

42 minutes ago, coint_cho said:

image.png.7972e9f8808ac772ae313deb424aa010.png

Built with these config and still same issues.

try add DiskIdxMap and SataPortMap in “extra_cmdline”

 

this is my config:

{
  "extra_cmdline": {
     "pid": "0x0001",
      "vid": "0x46f4",
      "sn": "XXXXX",
      "mac1": "YYYY",
      "DiskIdxMap" : "0004",
      "SataPortMap" : "48",
      "SasIdxMap" : "0"
  },
  "synoinfo": {},
  "ramdisk_copy": {}
}
 

Link to comment
Share on other sites

4 hours ago, zhbitmaye said:

I try to modify config when compiling loader use redpill-tool-chain

 

internalportcfg="0xfff"    esataportcfg="0x0"  usbportcfg="0x0"  maxdisks=12

 

I can use disk 9 10 11 and identify all hard drives Yeah!!!

 

bug I can’t modify config after install DSM use vi /etc.defaults/synoinfo.conf

 

when reboot DSM,These will be restored without saving the changes too

 

 

If only you took time to search and read a bit, you would know you have to edit your user_config.json file

 

Something like this :

 

{
  "extra_cmdline": {
    "pid": "0x0001",
    "vid": "0x46f4",
    "sn": "xxxxx",
    "mac1": "xxxxx",
    "DiskIdxMap": "1000",
    "SataPortMap": "4",
    "SasIdxMap": "0"
  },
  "synoinfo": {
    "internalportcfg": "0xfff",
    "esataportcfg": "0xff000",
    "maxdisks": "12"
  },
  "ramdisk_copy": {}
}

 

  • Like 1
Link to comment
Share on other sites

4 hours ago, zhbitmaye said:

bug I can’t modify config after install DSM use vi /etc.defaults/synoinfo.conf

 

when reboot DSM,These will be restored without saving the changes too

 

This isn't a bug, it's how DSM works. synoinfo.conf is recreated at every boot.

 

Read the documentation: https://github.com/RedPill-TTG/redpill-load

 

Modifications to synoinfo.conf need to be added to the "synoinfo" stanza in your <platform>_user_config.json files. This way they'll persist through reboots.

Link to comment
Share on other sites

13 minutes ago, biubiu321 said:

I install DSM on my Micro gen8 with redpill-DS3615xs_7.0.1-42218,everything is fine ,but I can not see any disk though H310 HBA,how can I edit my config in user_config.json file,

here is lspci -k out

https://paste.ee/d/Eqptm

Server ESXi 6.7 ,H310 IT mode passthrough

Hello, the lspci -k comes from DSM or ESXi ?

 

if you passthrough your card, only lspci -k from DSM matters.

 

You probably need the right module to be loaded (mpt2sas, mpt3sas... etc...)

 

what does give : "fdisk -l" from DSM ?

Edited by Orphée
Link to comment
Share on other sites

9 hours ago, zhbitmaye said:

try add DiskIdxMap and SataPortMap in “extra_cmdline”

 

this is my config:

{
  "extra_cmdline": {
     "pid": "0x0001",
      "vid": "0x46f4",
      "sn": "XXXXX",
      "mac1": "YYYY",
      "DiskIdxMap" : "0004",
      "SataPortMap" : "48",
      "SasIdxMap" : "0"
  },
  "synoinfo": {},
  "ramdisk_copy": {}
}
 

Still nada unfortunately.

Link to comment
Share on other sites

@WiteWulf,Thanks for your answer on my prev question.

@ThorGroup

 

Here is my result of the investigation:

I have build my loader image with custom ext for igb driver made by pocopico using tool-chain 0.11, so during the boot log analyzing I have found that this module is broken and it is non necessary on my setup due to OOB driver is working fine.

 

Here is an error from my boot log

:: Loading kerne[    7.057313] igb: Unknown symbol i2c_bit_add_bus (err 0)
l modules from extensions ...
Loading kmod #0 "igb.ko" for pocopico.igb (args: )
insmod: can't insert 'igb.ko': unknown symbol in module, or unknown parameter
ERROR: kernel extensions "igb.ko" from pocopico.igb failed to load
Exit on error [99] rp ext init exec failure...

 

It seems like the root cause of my issue.

After the removing custom driver, I have successfully updated DSM to 6.2.4 on my HW.

 

Trust be told, am not sure that issue with modules is still valid now. The modules are already updated on the git repo.

 

But the new one issue has appeared in the dmesg:

Spoiler


[  110.393405] docker-c2c86e43: port 5(docker8ca98a7) entered forwarding state
[  130.428284] invalid opcode: 0000 [#1] PREEMPT SMP
[  130.433239] Modules linked in: pci_stub vhost_net(O) tun kvm_intel kvm irqbypass xt_ipvs ip_vs_rr ip_vs xt_mark iptable_mangle br_netfilter bridge stp aufs macvlan veth xt_conntrack xt_addrtype ipt_MASQUERADE xt_REDIRECT nf_nat_masquerade_ipv4 xt_nat iptable_nat vhost_scsi(O) vhost(O) nf_nat_ipv4 nf_nat_redirect nf_nat snd_usb_hiface snd_pcm_oss snd_mixer_oss snd_usb_audio snd_pcm snd_timer snd_hwdep snd_usbmidi_lib snd_rawmidi snd_seq_device snd soundcore nct6775(E) hwmon_vid(E) ti_usb_3410_5052(OE) ch341(OE) pl2303(OE) cp210x(OE) ftdi_sio(OE) usbserial(E) cifs udf isofs loop nfsd exportfs rpcsec_gss_krb5 tcm_loop(O) iscsi_target_mod(O) target_core_ep(O) target_core_multi_file(O) target_core_file(O) target_core_iblock(O) target_core_mod(O) syno_extent_pool(PO) rodsp_ep(O) hid_generic usbhid hid
[  130.506625]  usblp uhci_hcd ehci_pci ehci_hcd xt_mac xt_geoip(O) compat_xtables(O) nf_conntrack_ipv6 ip6table_filter ip6_tables xt_recent xt_iprange xt_limit xt_state xt_tcpudp xt_multiport xt_LOG nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter ip_tables x_tables openvswitch gre nf_defrag_ipv6 nf_conntrack apollolake_synobios(PO) exfat(O) btrfs i915 drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cfbfillrect cfbcopyarea cfbimgblt drm drm_panel_orientation_quirks iosf_mbi fb fbdev video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(O) igb(O) i2c_algo_bit e1000e(O) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave
[  130.579488]  cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd usb_storage xhci_pci xhci_hcd usbcore usb_common redpill(OE) [last unloaded: apollolake_synobios]
[  130.604950] CPU: 0 PID: 9030 Comm: udevd Tainted: P           OE   4.4.59+ #25556
[  130.612653] Hardware name: ASUSTeK COMPUTER INC. P10S-I Series/P10S-I Series, BIOS 4602 09/11/2020
[  130.621890] task: ffff880766822400 ti: ffff8807689c0000 task.ti: ffff8807689c0000
[  130.629527] RIP: 0010:[<ffffffffa0753c27>]  [<ffffffffa0753c27>] GetHwCapability+0x7/0xe0 [apollolake_synobios]
[  130.639889] RSP: 0018:ffff8807689c3d00  EFLAGS: 00010282
[  130.645331] RAX: ffffffffa0753c20 RBX: ffff88084652e800 RCX: 000000000000007d
[  130.652671] RDX: 0000000000000008 RSI: ffff88082ff27199 RDI: ffff8807689c3d10
[  130.659978] RBP: ffff8807689c3d00 R08: 000000000000000a R09: 000000000000fffb
[  130.667343] R10: 0000000000000000 R11: 000000000000000f R12: 0000000000000000
[  130.674656] R13: ffff88082ff27000 R14: ffff88084652e890 R15: 0000000000000001
[  130.681910] FS:  00007f1c79867780(0000) GS:ffff88086dc00000(0000) knlGS:0000000000000000
[  130.690220] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  130.696062] CR2: 00007ffd4ce13f88 CR3: 0000000764bbe000 CR4: 00000000003606f0
[  130.703340] Stack:
[  130.705464]  ffff8807689c3d30 ffffffffa002eaa0 0000000000000008 ffff88084a0ef4c0
[  130.713117]  ffff88084652e8a0 ffff88082ff27000 ffff8807689c3d80 ffffffff81390595
[  130.720777]  0000880846773b40 0000000000000000 ffff8807686d9b60 ffff88084a0ef4c0
[  130.728409] Call Trace:
[  130.730907]  [<ffffffffa002eaa0>] usb_uevent+0xe0/0x140 [usbcore]
[  130.737109]  [<ffffffff81390595>] dev_uevent+0x155/0x2d0
[  130.742558]  [<ffffffff8138f375>] uevent_show+0x85/0x100
[  130.748054]  [<ffffffff8138e8dc>] dev_attr_show+0x1c/0x50
[  130.753634]  [<ffffffff811afba0>] sysfs_kf_seq_show+0xc0/0x1b0
[  130.759605]  [<ffffffff811ae54b>] kernfs_seq_show+0x1b/0x20
[  130.765308]  [<ffffffff8115f63d>] seq_read+0xcd/0x380
[  130.770471]  [<ffffffff811aed47>] kernfs_fop_read+0x107/0x160
[  130.776364]  [<ffffffff811347b3>] __vfs_read+0x13/0x40
[  130.781632]  [<ffffffff81135283>] vfs_read+0x83/0x130
[  130.786823]  [<ffffffff81136a9c>] SyS_read+0x5c/0xc0
[  130.791893]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
[  130.798423] Code: ff ff ff ff eb bf 48 c7 c7 3a 80 75 a0 31 c0 e8 cf f4 98 e0 b8 ff ff ff ff eb aa 66 0f 1f 84 00 00 00 00 00 48 b8 c0 99 00 a0 ff <ff> ff ff ff e0 00 83 3f 08 c7 47 04 00 00 00 00 0f 87 ae 00 00
[  130.818977] RIP  [<ffffffffa0753c27>] GetHwCapability+0x7/0xe0 [apollolake_synobios]
[  130.826891]  RSP <ffff8807689c3d00>
[  130.832911] ---[ end trace cdb9f97530677868 ]---
[  157.269130] invalid opcode: 0000 [#2] PREEMPT SMP
[  157.274117] Modules linked in: pci_stub vhost_net(O) tun kvm_intel kvm irqbypass xt_ipvs ip_vs_rr ip_vs xt_mark iptable_mangle br_netfilter bridge stp aufs macvlan veth xt_conntrack xt_addrtype ipt_MASQUERADE xt_REDIRECT nf_nat_masquerade_ipv4 xt_nat iptable_nat vhost_scsi(O) vhost(O) nf_nat_ipv4 nf_nat_redirect nf_nat snd_usb_hiface snd_pcm_oss snd_mixer_oss snd_usb_audio snd_pcm snd_timer snd_hwdep snd_usbmidi_lib snd_rawmidi snd_seq_device snd soundcore nct6775(E) hwmon_vid(E) ti_usb_3410_5052(OE) ch341(OE) pl2303(OE) cp210x(OE) ftdi_sio(OE) usbserial(E) cifs udf isofs loop nfsd exportfs rpcsec_gss_krb5 tcm_loop(O) iscsi_target_mod(O) target_core_ep(O) target_core_multi_file(O) target_core_file(O) target_core_iblock(O) target_core_mod(O) syno_extent_pool(PO) rodsp_ep(O) hid_generic usbhid hid
[  157.347620]  usblp uhci_hcd ehci_pci ehci_hcd xt_mac xt_geoip(O) compat_xtables(O) nf_conntrack_ipv6 ip6table_filter ip6_tables xt_recent xt_iprange xt_limit xt_state xt_tcpudp xt_multiport xt_LOG nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter ip_tables x_tables openvswitch gre nf_defrag_ipv6 nf_conntrack apollolake_synobios(PO) exfat(O) btrfs i915 drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cfbfillrect cfbcopyarea cfbimgblt drm drm_panel_orientation_quirks iosf_mbi fb fbdev video backlight button synoacl_vfs(PO) hfsplus md4 hmac r8168(O) igb(O) i2c_algo_bit e1000e(O) vxlan ip6_udp_tunnel udp_tunnel fuse vfat fat crc32c_intel aesni_intel glue_helper lrw gf128mul ablk_helper arc4 cryptd ecryptfs sha256_generic ecb aes_x86_64 authenc des_generic ansi_cprng cts md5 cbc cpufreq_powersave
[  157.420467]  cpufreq_performance acpi_cpufreq processor cpufreq_stats dm_snapshot dm_bufio crc_itu_t crc_ccitt quota_v2 quota_tree psnap p8022 llc sit tunnel4 ip_tunnel ipv6 zram sg etxhci_hcd usb_storage xhci_pci xhci_hcd usbcore usb_common redpill(OE) [last unloaded: apollolake_synobios]
[  157.445850] CPU: 2 PID: 26696 Comm: udevd Tainted: P      D    OE   4.4.59+ #25556
[  157.453615] Hardware name: ASUSTeK COMPUTER INC. P10S-I Series/P10S-I Series, BIOS 4602 09/11/2020
[  157.462756] task: ffff88075c271000 ti: ffff880766874000 task.ti: ffff880766874000
[  157.470436] RIP: 0010:[<ffffffffa0753c27>]  [<ffffffffa0753c27>] GetHwCapability+0x7/0xe0 [apollolake_synobios]
[  157.480808] RSP: 0018:ffff880766877d00  EFLAGS: 00010282
[  157.486267] RAX: ffffffffa0753c20 RBX: ffff880843317800 RCX: 0000000000000078
[  157.493582] RDX: 0000000000000006 RSI: ffff8807649f2194 RDI: ffff880766877d10
[  157.500921] RBP: ffff880766877d00 R08: 000000000000000a R09: 000000000000fffb
[  157.508236] R10: 0000000000000000 R11: 000000000000000f R12: 0000000000000000
[  157.515490] R13: ffff8807649f2000 R14: ffff88083f066830 R15: 0000000000000001
[  157.522840] FS:  00007f1c79867780(0000) GS:ffff88086dd00000(0000) knlGS:0000000000000000
[  157.531166] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  157.537077] CR2: 00007ffd4ce15728 CR3: 000000076485c000 CR4: 00000000003606f0
[  157.544425] Stack:
[  157.546505]  ffff880766877d30 ffffffffa002eaa0 0000000000000008 ffff88084a0ef4c0
[  157.554137]  ffff88083f066840 ffff8807649f2000 ffff880766877d80 ffffffff81390595
[  157.561849]  ffff8808452f0040 ffff880815ca7b98 ffff88079c071260 ffff88084a0ef4c0
[  157.569590] Call Trace:
[  157.572112]  [<ffffffffa002eaa0>] usb_uevent+0xe0/0x140 [usbcore]
[  157.578450]  [<ffffffff81390595>] dev_uevent+0x155/0x2d0
[  157.583909]  [<ffffffff8138f375>] uevent_show+0x85/0x100
[  157.589387]  [<ffffffff8138e8dc>] dev_attr_show+0x1c/0x50
[  157.594942]  [<ffffffff811afba0>] sysfs_kf_seq_show+0xc0/0x1b0
[  157.600955]  [<ffffffff811ae54b>] kernfs_seq_show+0x1b/0x20
[  157.606675]  [<ffffffff8115f63d>] seq_read+0xcd/0x380
[  157.611874]  [<ffffffff811aed47>] kernfs_fop_read+0x107/0x160
[  157.617759]  [<ffffffff811347b3>] __vfs_read+0x13/0x40
[  157.623055]  [<ffffffff81135283>] vfs_read+0x83/0x130
[  157.628253]  [<ffffffff81136a9c>] SyS_read+0x5c/0xc0
[  157.633349]  [<ffffffff81578b8a>] entry_SYSCALL_64_fastpath+0x1e/0x92
[  157.639923] Code: ff ff ff ff eb bf 48 c7 c7 3a 80 75 a0 31 c0 e8 cf f4 98 e0 b8 ff ff ff ff eb aa 66 0f 1f 84 00 00 00 00 00 48 b8 c0 99 00 a0 ff <ff> ff ff ff e0 00 83 3f 08 c7 47 04 00 00 00 00 0f 87 ae 00 00
[  157.660294] RIP  [<ffffffffa0753c27>] GetHwCapability+0x7/0xe0 [apollolake_synobios]
[  157.668253]  RSP <ffff880766877d00>
[  157.681710] ---[ end trace cdb9f97530677869 ]--- 



 

 

 

Edited by T-REX-XP
mentioned ThorGroup
Link to comment
Share on other sites

8 minutes ago, biubiu321 said:

@Orphée Thanks,here is fdisk -l out 

https://paste.ee/d/HvL1T

both from dsm,i have installed mpt2sas module,loader can read it,but DSM cannot

Your disks are detected it seems

 

Disk /dev/sdaf: 59.6 GiB, 64023257088 bytes, 125045424 sectors
Disk model: SSD 830 Series          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000a1a91

Device     Boot Start       End   Sectors  Size Id Type
/dev/sdaf1       2048 125033894 125031847 59.6G fd Linux raid autodetect


Disk /dev/sdag: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: ST2000DM006-2DM164      
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x1d2b5e44

Device     Boot   Start        End    Sectors  Size Id Type
/dev/sdag1         2048    4982527    4980480  2.4G fd Linux raid autodetect
/dev/sdag2      4982528    9176831    4194304    2G fd Linux raid autodetect
/dev/sdag3      9437184 3906824351 3897387168  1.8T fd Linux raid autodetect


Disk /dev/sdae: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: DT01ACA200              
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0003287d

Device     Boot   Start        End    Sectors  Size Id Type
/dev/sdae1         2048    4982527    4980480  2.4G fd Linux raid autodetect
/dev/sdae2      4982528    9176831    4194304    2G fd Linux raid autodetect
/dev/sdae3      9437184 3907015007 3897577824  1.8T  f W95 Ext'd (LBA)
/dev/sdae5      9453280 3906822239 3897368960  1.8T fd Linux raid autodetect

 

Would it be too much to ask to have your bromolow_user_config.json ?

 

I bet this is something related to DiskIdxMap & SataPortMap settings to configure.

 

Please guys, make an effort if you want help. Give every details you have, you all have different hardware, settings...

 

It is really annoying to run after missing info just to help you...

Link to comment
Share on other sites

21 minutes ago, Orphée said:

Your disks are detected it seems

 


Disk /dev/sdaf: 59.6 GiB, 64023257088 bytes, 125045424 sectors
Disk model: SSD 830 Series          
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000a1a91

Device     Boot Start       End   Sectors  Size Id Type
/dev/sdaf1       2048 125033894 125031847 59.6G fd Linux raid autodetect


Disk /dev/sdag: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: ST2000DM006-2DM164      
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x1d2b5e44

Device     Boot   Start        End    Sectors  Size Id Type
/dev/sdag1         2048    4982527    4980480  2.4G fd Linux raid autodetect
/dev/sdag2      4982528    9176831    4194304    2G fd Linux raid autodetect
/dev/sdag3      9437184 3906824351 3897387168  1.8T fd Linux raid autodetect


Disk /dev/sdae: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: DT01ACA200              
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0003287d

Device     Boot   Start        End    Sectors  Size Id Type
/dev/sdae1         2048    4982527    4980480  2.4G fd Linux raid autodetect
/dev/sdae2      4982528    9176831    4194304    2G fd Linux raid autodetect
/dev/sdae3      9437184 3907015007 3897577824  1.8T  f W95 Ext'd (LBA)
/dev/sdae5      9453280 3906822239 3897368960  1.8T fd Linux raid autodetect

 

Would it be too much to ask to have your bromolow_user_config.json ?

 

I bet this is something related to DiskIdxMap & SataPortMap settings to configure.

 

Please guys, make an effort if you want help. Give every details you have, you all have different hardware, settings...

 

It is really annoying to run after missing info just to help you...

really sorry my mistake.😂 You are so nice🤗

{

    "extra_cmdline": {

        "pid": "0x0001",

        "vid": "0x46f4",

        "sn": "1511LXXXXXXXX",

        "mac1": "001132XXXXXX",

"DiskIdxMap": "0C",

"SataPortMap": "8",

"SasIdxMap": "0"

    },

    "synoinfo": {},

    "ramdisk_copy": {},

    "extensions": []

}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...