Jump to content
XPEnology Community

Recommended Posts

i have a problem.

redpill tinycore 0.8.0.0, builds OK

3622xs+ 7.1-42661

after installing the system - reboot and ... again it is proposed to install the system. and so on in a circle.

motherboard supermicro a1sri-2758f, disks are detected correctly, ext is installed on network cards,

after assembling the bootloader, I do rm -rf /mnt/sdb3/auxfiles; rm -rf /home/tc/custom-module; ./rploader.sh backup now

what's wrong? why is the system "installed", but after a reboot it seems not to be installed and I see the welcome screen again with a suggestion to install the system

Link to comment
Share on other sites

  • 3 weeks later...

not same hadwares

CPU intel 8500k

motherboard asrock z390m-pro4

ethernet:

broadcom 2x1gbe ethernet card 

1 aqc107 card (msi superklan 10g) (new add)

1 211-v come with motherboard

4X5tb install in motherboard sata ports

2X3TB installed in jmb585 sata pcie card

2x 512GB with nvme SSD

 recentlly i have update it from DSM6.2 and  upgrade it to DS3622xs+7.1.0-42661 successfully. in the DSM control plane I could see the version is DS3622xs+7.1.0-42661-update1

yesterday I bought a 10gbe card (aqc107)and install it in the free pcie lane in my motherboard. but not recegnized in the DSM. 

So I plan to have a refesh install with it , before I have a fresh isntallation. I removed all the HDD disks but Nvme SSD.

add a new disk connect to the port1 SATA and I build the DS3622xs+7.1.0-42661 again with a new USB stick.

I didn't find anythig wrong when I build. after the building., I reboot it and I could find a new SynologyNAS in the synology Assistant with the status "Not install"

I disconnected the internet to make sure no any auto update when I'm doing install  but the issue happen same with @gcat

the issue:

the status always be "not installed" after rebooting.

 

the PAT file hash

PS C:\Users\xukai\Downloads> certutil -hashfile '.\DSM_DS3622xs+_42661 (4).pat' sha256
SHA256 的 .\DSM_DS3622xs+_42661 (4).pat 哈希:
53d0a4f1667288b6e890c4fdc48422557ff26ea8a2caede0955c5f45b560cccd

 

Thanks for your help. @rojoone2

 

屏幕截图 2022-08-24 213020.png

build log

Link to comment
Share on other sites

57 minutes ago, kk xu said:

But I can not access from the serial port http://DSM:7681 

I don't know why and I want to do some investegation about the issue.

who could help me about it?

Have you enabled SSH on the NAS?

Control Panel>Terminal & SNMP> check "Enable SSH service"

Link to comment
Share on other sites

if I add some new hardware like ethernet card, what should I do? @rojoone2

1, record the mac and serial number,

2,rebuild with all hard drivers plugged in during building,

3,./rploader.sh clean before exitcheck reboot

 

my problem is when I plugin in the ethernet card (suppose it's not supported by Synology, but I do the add extention when I build), the build is ok,but always"not installed"

 

Link to comment
Share on other sites

You do not do the clean command after you build the loader. It should look like this:

 

./rploader.sh clean 

./rploader.sh update

./rploader.sh fullupgrade

./rploader.sh serialgen DS3622xs+ realmac

 ./rploader.sh identifyusb

./rploader.sh satamap

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

./rploader.sh backup now

./rploader.sh build broadwellnk-7.1.0-42661

exitcheck reboot

 

After a closer look at your build log, I see that the driver extension for your 10g NIC was loaded but the SATA controller was not:

 

 

Found Ethernet Interface : pciid 8086d000015bc Required Extension : e1000e
Searching for matching extension for e1000e
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json"

Found SATA Controller : pciid 197bd00000585  Required Extension :
No matching extension

[#] Checking runtime for required tools... [OK]
[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/atlantic/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/atlantic/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]

[#] ========================================== pocopico.atlantic ==========================================
[#] Extension name: atlantic
[#] Description: Adds Marvell (Aquantia) Corporation(R) Network Driver Support
[#] To get help visit: <todo>
[#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/atlantic
[#] Software author: https://github.com/pocopico
[#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/atlantic/rpext-index.json
[#] Platforms supported: ds1621p_42218 ds1621p_42951 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds3617xs_42951 dva1622_42218 dva1622_42621 ds1621p_42661 dva1622_42951 ds918p_25556 dva3221_42218 ds3615xs_42661 dva3221_42951 ds3622xsp_42661 ds3622xsp_42218 ds2422p_42218 dva3221_42621 ds3615xs_41222 ds920p_42951 ds2422p_42951 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds3615xs_42951 ds3622xsp_42951 dva1622_42661 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
[#] =======================================================================================

Found Ethernet Interface : pciid 1d6ad000007b1 Required Extension : atlantic
Searching for matching extension for atlantic
Found matching extension :
"https://raw.githubusercontent.com/pocopico/rp-ext/master/atlantic/rpext-index.json"
[#] Checking runtime for required tools... [OK]

[#] Adding new extension from https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json...
[#] Downloading remote file https://raw.githubusercontent.com/pocopico/rp-ext/master/tg3/rpext-index.json to /home/tc/redpill-load/custom/extensions/_new_ext_index.tmp_json
######################################################################## 100.0%
[OK]

 

 

Link to comment
Share on other sites

  • 2 weeks later...
В 24.08.2022 в 16:07, rojoone2 сказал:

 

Do you have the same hardware as @gcat?

I not.. can you list the hardware you are using? 

Can you post the output of your build?

This will help diagnose your issue.

 

in the issue, i used an automatic redpill loader (arpl) and always migrated from 6.2.3 DS3615 to 7.1 3622

Link to comment
Share on other sites

Hello there,

 

I'm experiencing the same issue, whenever I load and build the bootloader, I'm prompted with the installation wizard, select the pat file, reach 72%-73% and then reboot and prompted again with the installation wizard in an endless loop.

 

I tried everything and when I mean by everything... EVERYTHING, tried every different builds, usbs, spare disks, changing sata mode from Legacy to UEFI and viceversa, removed any possible RAID configuration...

 

My setup is an HP Proliant Microserver Gen10 AMD Opteron X3216

 

PD: Just to mention that I'm parting from a clean installation, neither migration nor recovery.

Edited by Tone
Link to comment
Share on other sites

19 hours ago, Tone said:

Hello there,

 

I'm experiencing the same issue, whenever I load and build the bootloader, I'm prompted with the installation wizard, select the pat file, reach 72%-73% and then reboot and prompted again with the installation wizard in an endless loop.

 

I tried everything and when I mean by everything... EVERYTHING, tried every different builds, usbs, spare disks, changing sata mode from Legacy to UEFI and viceversa, removed any possible RAID configuration...

 

My setup is an HP Proliant Microserver Gen10 AMD Opteron X3216

 

PD: Just to mention that I'm parting from a clean installation, neither migration nor recovery.

Which platform are you trying to build?

Link to comment
Share on other sites

9 hours ago, rojoone2 said:

That platform is loosing support Give the DS3622xs+ a try or the DVA1621+(That uses an AMDCPU)? 

 

Which build is DVA11621+? The only one I see here is DS1621+ here which Indeed has support for AMD but Ryzen models... I don't know if that could have an impact no harm to try it.

 

Link to comment
Share on other sites

1 hour ago, rojoone2 said:

That was my mistake. I was referring to the DS1621+. 

 

No worries, after all I think it's not really the problem at all changing the build. I just followed a big variety of methods and all of them results in the same results: there's no problems building, serializing, setting de VID/PID of the usb and so on but something that really annoys me is when I execute satamap, it's not able apparently to find any drives although the DSM setup runs smoothly being able to detect the HDD, it's this normal?

 

image.png.62b788126f74d5fafbcc946c0c74cec1.png

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...