Skip to content

BUG SA6400 Custom Kernel (N100/i226) - LVM Volumes not auto-mounting on boot #22684

@vuminhtuanhvtc

Description

@vuminhtuanhvtc

请填写以下信息.
Please fill in the following information.

Install ENV: (You can find it in the boot interface.)

  • DMI: Default string (Generic/DIY Mainboard)
  • CPU: Intel N100
  • NIC: Intel i226 (igc driver)

RR version: (You can find it in the update menu.)

  • RR: 25.12.0
  • addons: 25.12.0
  • modules: Default (25.11.0)
  • lkms: Default (25.11.0)

DSM:

  • model: SA6400
  • version: DSM 7.2 (72806u4)

Issue:
After updating to RR 25.12.0 and switching to "Custom Kernel" on SA6400 (Intel N100), the DSM boots up but all storage pools/volumes are in "Crashed" status.

Troubleshooting details:

  1. cat /proc/mdstat shows RAID is healthy/active (logs below).
  2. ls -l /dev/mapper shows volume groups (vg1, vg2, vg3) exist but are NOT active.
  3. The LVM does not auto-activate during boot.
  4. I have to manually run mount /dev/mapper/vgX /volumeX via SSH to mount them, but File Station still does not show files (likely due to share links missing).
  5. Attempted to use Task Scheduler (triggered on Boot-up) to run vgchange -ay and mount commands, but the task fails to execute or has no effect.

I am reverting to the Official Kernel for now due to this instability.

logs:

root@nas:~# cat /proc/mdstat

Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raidF1]
md2 : active raid5 sata2p3[3] sata3p3[4] sata1p3[6]
      7792588416 blocks super 1.2 level 5, 64k chunk, algorithm 2 [3/3] [UUU]

md4 : active raid1 sata4p5[0]
      11708154880 blocks super 1.2 [1/1] [U]

md3 : active raid0 nvme0n1p3[0] nvme1n1p3[1]
      978766464 blocks super 1.2 64k chunks [2/2] [UU]

md1 : active raid1 sata2p2[0] sata1p2[27] sata3p2[28] sata4p2[26]
      2096128 blocks super 1.2 [26/4] [UUUU______________________]

md0 : active raid1 sata2p1[0] sata1p1[27] sata4p1[26] sata3p1[1]
      8387584 blocks super 1.2 [26/4] [UUUU______________________]

unused devices: <none>
root@nas:~# ls -l /dev/mapper

Plaintext

total 0
crw------- 1 root root  10, 236 Dec 19 00:12 control
brw------- 1 root root 250,   2 Dec 19 00:12 vg1-syno_vg_reserved_area
brw------- 1 root root 250,   3 Dec 19 00:12 vg1-volume_1
brw------- 1 root root 250,   4 Dec 19 00:12 vg2-syno_vg_reserved_area
brw------- 1 root root 250,   5 Dec 19 00:12 vg2-volume_2
brw------- 1 root root 250,   0 Dec 19 00:12 vg3-syno_vg_reserved_area
brw------- 1 root root 250,   1 Dec 19 00:12 vg3-volume_3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions