siri_uk Posted May 12, 2023 Share #1 Posted May 12, 2023 Hi guys I'm currently running ARPL(i18n) DSM 7.2, CPU is 7th gen i5, 16gb ram on a msi gaming board. The tower that the components are in is quite large and I wanted to downsize to save some space. I have seen a HP GEN 8 Microserver, xeon 1240v2, 16gb ram. Would the microserver run 7.2 with arpl? The current model on the bootloader is 918+, I was looking at running 3622 as the model. Many thanks Quote Link to comment Share on other sites More sharing options...
djvas335 Posted June 13, 2023 Share #2 Posted June 13, 2023 Latest tinycore with dsm 7.2 ds3622xs works with no issues on microserver gen7, gen8, gen10 and gen10 plus, I have tested those myself. 1 Quote Link to comment Share on other sites More sharing options...
s3urat Posted June 18, 2023 Share #3 Posted June 18, 2023 On 6/13/2023 at 2:00 AM, djvas335 said: Latest tinycore with dsm 7.2 ds3622xs works with no issues on microserver gen7, gen8, gen10 and gen10 plus, I have tested those myself. How? I can't get anything past a fairly old TCRP version working on my Microserver Gen10. It just doesn't detect any disks connected to the Marvell controller. Quote Link to comment Share on other sites More sharing options...
djvas335 Posted June 19, 2023 Share #4 Posted June 19, 2023 Just use below steps with latest loader version ./rploader.sh update now ./rploader.sh fullupgrade now ./rploader.sh serialgen DS3622xs+ ./rploader.sh identifyusb now ./rploader.sh satamap now - pay attention, here you need to answer "yes" twice ./rploader.sh build ds3622xsp-7.2.0-64570 On 6/18/2023 at 8:08 PM, s3urat said: How? I can't get anything past a fairly old TCRP version working on my Microserver Gen10. It just doesn't detect any disks connected to the Marvell controller. Quote Link to comment Share on other sites More sharing options...
s3urat Posted June 20, 2023 Share #5 Posted June 20, 2023 I did just that. It correctly detects 1 port and 1 disk on the first controller (HP? the one meant for the DVD drive), and 8 ports and no disks on the Marvell controller. Weird. Quote Link to comment Share on other sites More sharing options...
djvas335 Posted June 21, 2023 Share #6 Posted June 21, 2023 How is your controller setup in bios ? AHCI Mode ? Quote Link to comment Share on other sites More sharing options...
s3urat Posted June 22, 2023 Share #7 Posted June 22, 2023 Yep, it's in AHCI mode. I also have the boot mode configured to legacy (BIOS), FWIW. Quote Link to comment Share on other sites More sharing options...
djvas335 Posted June 22, 2023 Share #8 Posted June 22, 2023 Can you post your user_config.json after loader build ? Quote Link to comment Share on other sites More sharing options...
s3urat Posted June 23, 2023 Share #9 Posted June 23, 2023 So, the output of ./rploader.sh satamap now: tc@box:~$ ./rploader.sh satamap now Found "00:11.0 Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 49)" Detected 1 ports/1 drives. Override # of ports or ENTER to accept <1> Found "01:00.0 Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11)" Detected 8 ports/0 drives. Override # of ports or ENTER to accept <8> Computed settings: SataPortMap=18 DiskIdxMap=0001 Should i update the user_config.json with these values ? [Yy/Nn] y Done. tc@box:~$ The user_config.json after the build: tc@box:~$ cat user_config.json { "general": { "model": "DS3622xs+", "version": "7.2.0-64570", "smallfixnumber": "0", "zimghash": "a4af69c2097b18a5a370768431cf5d84067eaf41833c45088834ae527e5d5da5", "rdhash": "a0c580a2a5af1bb5a6cc475f4dc06bd2c8ae94a45e5c1badc2dc62cff3f75f34", "usb_line": "withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x5591 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=0011323BBDCD sn=2150SQRDJYYBT vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=0001 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=18 ", "sata_line": "withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x5591 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=0011323BBDCD sn=2150SQRDJYYBT vid=0x0781 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=0001 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=18 ", "redpillmake": "prod", "friendautoupd": "true", "staticboot": "false", "hidesensitive": "false" }, "ipsettings": { "ipset": "", "ipaddr": "", "ipgw": "", "ipdns": "", "ipproxy": "" }, "extra_cmdline": { "pid": "0x5591", "vid": "0x0781", "sn": "2150SQRDJYYBT", "mac1": "0011323BBDCD", "netif_num": "1", "SataPortMap": "18", "DiskIdxMap": "0001" }, "synoinfo": { "internalportcfg": "0xffff", "maxdisks": "16", "support_bde_internal_10g": "no", "support_disk_compatibility": "no", "support_memory_compatibility": "no", "maxlanport": "8", "netif_seq": "0 1 2 3 4 5 6 7" }, "ramdisk_copy": {} } tc@box:~$ If I select, in GRUB, "RedPill DS3622xs+ 7.2.0-64570 (USB, Verbose)" I get stuck in a recovery loop - I can connect to the NAS, it offers to recover, reboots fairly quickly then back to step one. If I select "Tiny Core Friend" then I get the "No drives detected in DS3622xs+" error. Quote Link to comment Share on other sites More sharing options...
s3urat Posted June 24, 2023 Share #10 Posted June 24, 2023 (edited) I've done some digging, since the same problem manifests in Ubuntu (both server and desktop). My guess is that the problem/incompatibility is the same as this problem in Unraid. If I disable IOMMU in the BIOS or add amd_iommu=off to the Ubuntu GRUB config (amd_iommu=pt doesn't work!) the disks are detected just fine. Otherwise theyre not. Edited June 24, 2023 by s3urat Quote Link to comment Share on other sites More sharing options...
djvas335 Posted June 24, 2023 Share #11 Posted June 24, 2023 Then just leave iommu disabled and issue solved Quote Link to comment Share on other sites More sharing options...
hansoloq Posted August 21, 2023 Share #12 Posted August 21, 2023 Hello I have the same problem, I have version 7.1.0-42661 installed and working, but when I try to install version 7.2.0-64570, once booted, it asks me to install the corresponding .pat, but when "finishing" it says that it detects that it has disks previous version and has to convert (not true, the installation is on a new disk), and repeats the cycle constantly. I have followed all the steps indicated here, and they work for me with the previous version, but with 7.2 there is no way. How can I know if I have iommu disabled in the BIOS? I don't know where that option is. Thank you so much. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.