Jump to content
XPEnology Community

RedPill TinyCore Loader Installation Guide for DSM 7.1 BareMetal


Peter Suh

Recommended Posts

3 hours ago, Peter Suh said:

 

Is the recognition of four disks using TC auto-mapping?
You can also manually map the pcie_root/ata_port part of the ds920p.dts file, which of the two methods did you use?

And, if possible, rather than using dts for 1621,
It would be better to add ports 5 and 6 to the existing ds920p.dts as below.

 

And, avoid automatic build of TC and need manual build.

 

Thanks for the help 🤗  I just ran ./m.sh DS920+ the first time (and assumed auto-mapping) then rebooted after completion. Found with Synology Assistant, uploaded DSM .pat no problem but then had disk missing issue. I'll try your steps 👌
 

 

  • Like 1
Link to comment
Share on other sites

m shell (m.sh / my.sh / myv.sh) This is today's version upgrade.
 

# Update : add noconfig, noclean, manual combination options

# 2022.05.06

 

You can also use three options at the same time.

 

The pat file that you have already downloaded to the auxfiles directory is not downloaded again.
It can be stored with the noclean option and recycled to the next build.


Option processing function has been added as shown in the help below.

 

Please refer to the pre-shared post below for the purpose of each script.

 

 

Usage: ./my.sh <Synology Model Name> <Option> <Option> <Option>

 

Options: noconfig, noclean, manual

 

- noconfig: SKIP automatic detection change processing such as SN/Mac/Vid/Pid/SataPortMap of user_config.json file.

 

- noclean: SKIP the 💊   RedPill LKM/LOAD directory without clearing it with the Clean now command. 
           However, m shell delete the Cache directory and loader.img.

 

- manual: Options for manual extension processing and manual dtc processing in build action (skipping extension auto detection)

 

Please type Synology Model Name after ./my.sh

 

./my.sh DS918+
./my.sh DS3617xs
./my.sh DS3615xs
./my.sh DS3622xs+
./my.sh DVA3221
./my.sh DS920+
./my.sh DS1621+

 

You can use it like this.

./my.sh DS918+ noconfig noclean manual

 

You can meet this infomation message.

 

SN Gen/Mac Gen/Vid/Pid/SataPortMap detection skipped!!


DSM PAT file pre-downloading in progress...
https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS920+_42661.pat
Found locally cached pat file ds920p_42661.pat in /mnt/sda3/auxfiles
Downloadng Skipped!!!

Loader Building in progress...

Loader Manual Building in progress...

 

Backup in progress...

Cleaning redpill-load directory and pat files in auxfiles directory skipped!!!

 

Edited by Peter Suh
Link to comment
Share on other sites

2 hours ago, MrGarak said:

 

Thanks for the help 🤗  I just ran ./m.sh DS920+ the first time (and assumed auto-mapping) then rebooted after completion. Found with Synology Assistant, uploaded DSM .pat no problem but then had disk missing issue. I'll try your steps 👌
 

 

 

@MrGarak

 

I updated it for you and for someone else who needs this feature.^^

 

You can use it like this.

./my.sh DS920+ noconfig noclean manual

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

Hello, I have tried all the methods you have written but I cannot pass this part, it is always the same error, it should be noted that I previously installed version 6.2 and I did not have this problem.
I tried to copy the portmap as it was with 6.2 and it still didn't work.
Could you help me please

disco.png

error.png

Link to comment
Share on other sites

Hi! I'm having issues installing DSM 7.1 and keeping it installed.

After successfully following the process and installing the DSM, if I reboot, often I have to reinstall the DSM from scratch (I'm shown the installation page and says "not installed". It may depend on any extra (official) package I installed?

 

SynologyNAS> cat /var/log/*rc*
START /linuxrc.syno.impl
Insert Marvell 1475 SATA controller driver
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore ... [  OK  ]
:: Loading module ehci-hcd ... [  OK  ]
:: Loading module ehci-pci ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci ... [  OK  ]
:: Loading module usb-storage ... [  OK  ]
:: Loading kernel modules from extensions ...
Loading kmod #0 "e1000e.ko" for pocopico.e1000e (args: )
Loading kmod #0 "dca.ko" for pocopico.igb (args: )
Loading kmod #1 "igb.ko" for pocopico.igb (args: )
:: Loading kernel modules from extensions ... [  OK  ]
:: Executing "on_boot" custom scripts ...
Running "check-e1000e.sh" for pocopico.e1000e->on_boot
Loading module e1000e -> Module e1000e loaded succesfully
Ran "check-e1000e.sh" for pocopico.e1000e->on_boot - exit=0
Running "check-igb.sh" for pocopico.igb->on_boot
Loading module igb -> Module igb loaded succesfully
Ran "check-igb.sh" for pocopico.igb->on_boot - exit=0
Running "boot-wait.sh" for redpill-boot-wait->on_boot
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
The /dev/synoboot device exists but it does not contain expected partitions (>=3 partitions)

========== BEGIN DUMP OF ALL PARTITIONS DETECTED ===========
/dev/sdc1                  8192        16785407        16777216  fd  
/dev/sdc2              16785408        20979711         4194304  fd  
/dev/sdc5              21257952      7813827135      7792569184  fd  


/dev/sdd1                  8192        16785407        16777216  fd  
/dev/sdd2              16785408        20979711         4194304  fd  
/dev/sdd5              21257952      7813827135      7792569184  fd  


/dev/sde1                  2048       500103449       500101402  fd  


/dev/synoboot1             2048          100351           98304  83  
/dev/synoboot2           100352          253951          153600  83  
/dev/synoboot3           253952         2097151         1843200  83  


========== END OF DUMP OF ALL PARTITIONS DETECTED ==========
Ran "boot-wait.sh" for redpill-boot-wait->on_boot - exit=1
Running "install_rd.sh" for redpill-misc->on_boot
Starting ttyd, listening on port: 7681
Ran "install_rd.sh" for redpill-misc->on_boot - exit=0
ERROR: Some of the scripts failed! See above for any with exit != 0
:: Executing "on_boot" custom scripts ... [  OK  ]
Exit on error [99] rp ext init exec failure...
Fri May  6 18:03:49 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0


Under /dev/ I see
synoboot
synoboot1

synoboot2

synoboot3

 

 

It's a Dell Precision 3630
Intel Xeon 2124 Coffee Lake with turbo boost disabled and no HyperThreading 4 cores

32GB UDIMM ECC

2x 4TB HDD

1x 256 Sata m2 ssd
No graphic card (also run with a 1050ti, same issue)

Thanks for this amazing work anyway!!

 

mattias93log.txt

Edited by mattias93
Link to comment
Share on other sites

7 hours ago, Elias Jara said:

Hello, I have tried all the methods you have written but I cannot pass this part, it is always the same error, it should be noted that I previously installed version 6.2 and I did not have this problem.
I tried to copy the portmap as it was with 6.2 and it still didn't work.
Could you help me please

disco.png

error.png

 

@Elias Jara

Please let me know your motherboard model, CPU model, HBA model, etc.

And, did you turn on the hot plug or hot swap of sataport in bios?

Edited by Peter Suh
Link to comment
Share on other sites

12 hours ago, Peter Suh said:

 

@Elias Jara

Indique el modelo de su placa base, el modelo de CPU, el modelo de HBA, etc.

Y, ¿activaste el hot plug o hot swap de sataport en bios?

Unfortunately, my motherboard does not have a model, but I am attaching some screenshots of the bios. It has 4 sata ports.
Regarding hba where can I see that?

49782cbe-e09a-43d1-981d-bd9010327e57.jpg

8bf87e25-f3ae-4914-bec4-d6a2dfde4403.jpg

Link to comment
Share on other sites

15 minutes ago, Elias Jara said:

Unfortunately, my motherboard does not have a model, but I am attaching some screenshots of the bios. It has 4 sata ports.
Regarding hba where can I see that?

49782cbe-e09a-43d1-981d-bd9010327e57.jpg

8bf87e25-f3ae-4914-bec4-d6a2dfde4403.jpg

 

You are using a translator from Spanish to English, and I am using a translator from Korean to English, but there seems to be some communication problem.
I'm not sure what you mean by not knowing the model of your motherboard, but is it a total of 4 built-in SATA ports? Among them, the 3rd and 4th ports were talking about asking the motherboard model to find out if the port is a shared muxed port.
Since we do not know the model, it may be more difficult to catch errors by guessing alone.
Does not know the model of the motherboard mean that you cannot even disassemble the PC case?
Try changing SataportMap to 4 instead of 6, and if the error is still repeated, install DSM in the state reduced to 1.
If you are migrating from DSM 6 to 7, you may have to recognize all installed disks at once.
New installation or migration?

Link to comment
Share on other sites

4 minutes ago, Peter Suh said:

 

Usted está usando un traductor de español a inglés y yo estoy usando un traductor de coreano a inglés, pero parece haber algún problema de comunicación.
No estoy seguro de lo que quiere decir con no saber el modelo de su placa base, pero ¿es un total de 4 puertos SATA integrados? Entre ellos, los puertos tercero y cuarto hablaban de preguntarle al modelo de la placa base para averiguar si el puerto es un puerto multiplexado compartido.
Dado que no conocemos el modelo, puede ser más difícil detectar errores adivinando solo.
¿No sabe el modelo de la placa base, lo que significa que ni siquiera puede desmontar la carcasa de la PC?
Intente cambiar SataportMap a 4 en lugar de 6 y, si el error aún se repite, instale DSM en el estado reducido a 1.
Si está migrando de DSM 6 a 7, es posible que deba reconocer todos los discos instalados a la vez.
¿Nueva instalación o migración?

Voy a escribir en español asi no tiene problemas con el tema de la traduccion, si desarme mi pc pero en la placa base no se ve el modelo o marca, mi placa tiene 4 puertos sata. ya intercambie satamap del 1 al 15 y no funciono. intente migrar pero no funciono, entonces borre todo y hice una instalacion limpia.
Como seria instalar en estado reducido si me podria indicar por favor ?

 

Link to comment
Share on other sites

14 minutes ago, Elias Jara said:

Voy a escribir en español asi no tiene problemas con el tema de la traduccion, si desarme mi pc pero en la placa base no se ve el modelo o marca, mi placa tiene 4 puertos sata. ya intercambie satamap del 1 al 15 y no funciono. intente migrar pero no funciono, entonces borre todo y hice una instalacion limpia.
Como seria instalar en estado reducido si me podria indicar por favor ?

 

 

Así que estás diciendo que has intentado desmontarlo.
Estás en el proceso de instalar uno nuevo.
Si es así, ¿es posible dejar físicamente solo el disco WD de 750 GB en Sata Port1 y dejar el resto extraíble?
¿Y has probado con SATAportMap=1?
No sé el modelo de la placa base, pero parece que hay un problema incluso cuando el Hot Plug está encendido, por lo que parece que MUXED, un puerto compartido, no se puede considerar.
Si es así, es mejor considerar cambiar a DS920 en lugar de DS3622.
Sé que el DS920 puede eludir este problema MUXED debido al enfoque DTC.
Si es posible, intente la compilación DS920+ nuevamente usando mi M SHELL.
DS920+ realiza la asignación de puertos mediante el método DTC y no se utiliza SataPortMap.

Link to comment
Share on other sites

Just now, Peter Suh said:

 

Así que estás diciendo que has intentado desmontarlo.
Estás en el proceso de instalar uno nuevo.
Si es así, ¿es posible dejar físicamente solo el disco WD de 750 GB en Sata Port1 y dejar el resto extraíble?
¿Y has probado con SATAportMap=1?
No sé el modelo de la placa base, pero parece que hay un problema incluso cuando el Hot Plug está encendido, por lo que parece que MUXED, un puerto compartido, no se puede considerar.
Si es así, es mejor considerar cambiar a DS920 en lugar de DS3622.
Sé que el DS920 puede eludir este problema MUXED debido al enfoque DTC.
Si es posible, intente la compilación DS920+ nuevamente usando mi M SHELL.
DS920+ realiza la asignación de puertos mediante el método DTC y no se utiliza SataPortMap.

Si, hice eso pero con el DS918+. y no funciono le puse en sataportmap=1. 
Ahora voy a probar con la version que me dices.

Instale windows para poder ver que placa madre tenia me dice: lntel H81 1150 Motherboard
 

 

Link to comment
Share on other sites

4 minutes ago, Elias Jara said:

Si, hice eso pero con el DS918+. y no funciono le puse en sataportmap=1. 
Ahora voy a probar con la version que me dices.

Instale windows para poder ver que placa madre tenia me dice: lntel H81 1150 Motherboard
 

 

 

No es necesario instalar Windows 10 para saber el modelo de placa base.
Pruebe el siguiente enlace a la guía de instalación de M SHELL.

 

 

 

Link to comment
Share on other sites

34 minutes ago, Elias Jara said:

Si, hice eso pero con el DS918+. y no funciono le puse en sataportmap=1. 
Ahora voy a probar con la version que me dices.

Instale windows para poder ver que placa madre tenia me dice: lntel H81 1150 Motherboard
 

 

Siiiii me funciono, solo tengo un pequeño problema. 
tengo un ADAPATADOR RJ45 TP-LINK USB 3.0 UE300 ETHERNET GIGABIT pero no me reconocio, debo instalar algun controlador extra, o debo hacer la instalacion de DSM de nuevo ?

image.png

Link to comment
Share on other sites

17 minutes ago, Elias Jara said:

Siiiii me funciono, solo tengo un pequeño problema. 
tengo un ADAPATADOR RJ45 TP-LINK USB 3.0 UE300 ETHERNET GIGABIT pero no me reconocio, debo instalar algun controlador extra, o debo hacer la instalacion de DSM de nuevo ?

image.png

 

 

Felicitaciones por la instalación exitosa de su DS920+.
"UE300" parece ser su segunda NIC.
No se requiere una instalación nueva de DSM.
UE300 usa el chipset r8153 y es compatible con r8152.
Por lo tanto, descargue la versión de GeminiLake del archivo spk desde el siguiente enlace.
Instale manualmente dentro del administrador de paquetes y siga las instrucciones en el enlace a continuación para el resto del proceso.


https://github.com/bb-qq/r8152/releases

Edited by Peter Suh
Link to comment
Share on other sites

59 minutes ago, Elias Jara said:

Me dice un error, he probado reiniciar pero igual no detecta 

image.png

 

 

El español capturado por la imagen no se puede traducir, por lo que no puedo entenderlo.

 

¿Ejecutó los siguientes comandos por separado de acuerdo con la guía en ese enlace?
Para la operación anterior, debe abrir el puerto SSH 22 en DS920+.

 

La instalación fallará la primera vez. Después de eso, ejecute el siguiente comando desde la terminal SSH:
sudo install -m 4755 -o root -D /var/packages/r8152/target/r8152/spk_su /opt/sbin/spk_su

 

Si el error persiste incluso después de ejecutar el comando anterior
No parece haber nada más que pueda hacer para ayudar.

 

Pregunte a bb-qq en github por problemas.

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

Hi @Peter Suh,

As you suggested, I tried to install DS920+. In this case, I can never access the DSM, after it reboots, it asks me for the PAT file again. I've attached the log.

The log looks like the previous one. @pocopico Peter said that you could understand what's going on :)

 

Spoiler

SynologyNAS> more linuxrc.syno.log
START /linuxrc.syno.impl
'/etc.defaults/model.dtb' -> '/var/run/model.dtb'
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci ... [  OK  ]
:: Loading module usb-storage ... [  OK  ]
:: Loading kernel modules from extensions ...
Loading kmod #0 "e1000e.ko" for pocopico.e1000e (args: )
Loading kmod #0 "igb.ko" for pocopico.igb (args: )
:: Loading kernel modules from extensions ... [  OK  ]
:: Executing "on_boot" custom scripts ...
Running "check-e1000e.sh" for pocopico.e1000e->on_boot
Loading module e1000e -> Module e1000e loaded succesfully
Ran "check-e1000e.sh" for pocopico.e1000e->on_boot - exit=0
Running "check-igb.sh" for pocopico.igb->on_boot
Loading module igb -> Module igb loaded succesfully
Ran "check-igb.sh" for pocopico.igb->on_boot - exit=0
Running "boot-wait.sh" for redpill-boot-wait->on_boot
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
The /dev/synoboot device exists but it does not contain expected partitions (>=3 partitions)

========== BEGIN DUMP OF ALL PARTITIONS DETECTED ===========
/dev/sata1p1               8192        16785407        16777216  fd  
/dev/sata1p2           16785408        20979711         4194304  fd  
/dev/sata1p5           21257952      7813827135      7792569184  fd  


/dev/sata2p1               8192        16785407        16777216  fd  
/dev/sata2p2           16785408        20979711         4194304  fd  
/dev/sata2p5           21257952      7813827135      7792569184  fd  


/dev/sata3p1               2048       500103449       500101402  fd  


/dev/synobootp1            2048          100351           98304  83  
/dev/synobootp2          100352          253951          153600  83  
/dev/synobootp3          253952         2097151         1843200  83  


========== END OF DUMP OF ALL PARTITIONS DETECTED ==========
Ran "boot-wait.sh" for redpill-boot-wait->on_boot - exit=1
Running "install_rd.sh" for redpill-dtb->on_boot
'model_ds920p.dtb' -> '/etc.defaults/model.dtb'
'model_ds920p.dtb' -> '/var/run/model.dtb'
Ran "install_rd.sh" for redpill-dtb->on_boot - exit=0
Running "install_rd.sh" for redpill-misc->on_boot
Starting ttyd, listening on port: 7681
Ran "install_rd.sh" for redpill-misc->on_boot - exit=0
ERROR: Some of the scripts failed! See above for any with exit != 0
:: Executing "on_boot" custom scripts ... [  OK  ]
Exit on error [99] rp ext init exec failure...
Sat May  7 19:25:40 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0

 

linuxrc.syno.log

Link to comment
Share on other sites

2 hours ago, mattias93 said:

Hi @Peter Suh,

As you suggested, I tried to install DS920+. In this case, I can never access the DSM, after it reboots, it asks me for the PAT file again. I've attached the log.

The log looks like the previous one. @pocopico Peter said that you could understand what's going on :)

 

  linuxrc.syno.log (Reveal hidden contents)

SynologyNAS> more linuxrc.syno.log
START /linuxrc.syno.impl
'/etc.defaults/model.dtb' -> '/var/run/model.dtb'
Insert basic USB modules...
:: Loading module usb-common ... [  OK  ]
:: Loading module usbcore ... [  OK  ]
:: Loading module xhci-hcd ... [  OK  ]
:: Loading module xhci-pci ... [  OK  ]
:: Loading module usb-storage ... [  OK  ]
:: Loading kernel modules from extensions ...
Loading kmod #0 "e1000e.ko" for pocopico.e1000e (args: )
Loading kmod #0 "igb.ko" for pocopico.igb (args: )
:: Loading kernel modules from extensions ... [  OK  ]
:: Executing "on_boot" custom scripts ...
Running "check-e1000e.sh" for pocopico.e1000e->on_boot
Loading module e1000e -> Module e1000e loaded succesfully
Ran "check-e1000e.sh" for pocopico.e1000e->on_boot - exit=0
Running "check-igb.sh" for pocopico.igb->on_boot
Loading module igb -> Module igb loaded succesfully
Ran "check-igb.sh" for pocopico.igb->on_boot - exit=0
Running "boot-wait.sh" for redpill-boot-wait->on_boot
Still waiting for boot device (waited 1 of 30 seconds)
Still waiting for boot device (waited 2 of 30 seconds)
Still waiting for boot device (waited 3 of 30 seconds)
Still waiting for boot device (waited 4 of 30 seconds)
The /dev/synoboot device exists but it does not contain expected partitions (>=3 partitions)

========== BEGIN DUMP OF ALL PARTITIONS DETECTED ===========
/dev/sata1p1               8192        16785407        16777216  fd  
/dev/sata1p2           16785408        20979711         4194304  fd  
/dev/sata1p5           21257952      7813827135      7792569184  fd  


/dev/sata2p1               8192        16785407        16777216  fd  
/dev/sata2p2           16785408        20979711         4194304  fd  
/dev/sata2p5           21257952      7813827135      7792569184  fd  


/dev/sata3p1               2048       500103449       500101402  fd  


/dev/synobootp1            2048          100351           98304  83  
/dev/synobootp2          100352          253951          153600  83  
/dev/synobootp3          253952         2097151         1843200  83  


========== END OF DUMP OF ALL PARTITIONS DETECTED ==========
Ran "boot-wait.sh" for redpill-boot-wait->on_boot - exit=1
Running "install_rd.sh" for redpill-dtb->on_boot
'model_ds920p.dtb' -> '/etc.defaults/model.dtb'
'model_ds920p.dtb' -> '/var/run/model.dtb'
Ran "install_rd.sh" for redpill-dtb->on_boot - exit=0
Running "install_rd.sh" for redpill-misc->on_boot
Starting ttyd, listening on port: 7681
Ran "install_rd.sh" for redpill-misc->on_boot - exit=0
ERROR: Some of the scripts failed! See above for any with exit != 0
:: Executing "on_boot" custom scripts ... [  OK  ]
Exit on error [99] rp ext init exec failure...
Sat May  7 19:25:40 UTC 2022
none /sys/kernel/debug debugfs rw,relatime 0 0

 

linuxrc.syno.log 2.75 kB · 1 download

 

Before you ask @pocopico, there are a few things I want to check.
I saw the usb-storage in the log
Did you use a USB external disk?
I see a lot of devices attached to USB ports, but what are they all?
If you are thinking of configuring XPENOLOGY only with USB-type disks, it is not a good idea.

Send additional logs using lspci -tvnnq in tc Linux.

Edited by Peter Suh
Link to comment
Share on other sites

9 hours ago, Peter Suh said:

 

Before you ask @pocopico, there are a few things I want to check.
I saw the usb-storage in the log
Did you use a USB external disk?
I see a lot of devices attached to USB ports, but what are they all?
If you are thinking of configuring XPENOLOGY only with USB-type disks, it is not a good idea.

Send additional logs using lspci -tvnnq in tc Linux.

Hi Peter, here's the result:

 

Spoiler

-[0000:00]-+-00.0  Intel Corporation 8th/9th Gen Core Processor Host Bridge/DRAM Registers [Coffee Lake] [8086:3e33]
           +-01.0-[01]--+-00.0  NVIDIA Corporation GF119 [NVS 310] [10de:107d]
           |            \-00.1  NVIDIA Corporation GF119 HDMI Audio Controller [10de:0e08]
           +-08.0  Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
           +-12.0  Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379]
           +-14.0  Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d]
           +-14.2  Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f]
           +-15.0  Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 [8086:a368]
           +-16.0  Intel Corporation Cannon Lake PCH HECI Controller [8086:a360]
           +-17.0  Intel Corporation Cannon Lake PCH SATA AHCI Controller [8086:a352]
           +-1b.0-[02]--
           +-1b.4-[03]----00.0  Intel Corporation I210 Gigabit Network Connection [8086:1533]
           +-1d.0-[04]--
           +-1d.2-[05-06]----00.0-[06]--
           +-1f.0  Intel Corporation Cannon Point-LP LPC Controller [8086:a309]
           +-1f.4  Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323]
           +-1f.5  Intel Corporation Cannon Lake PCH SPI Controller [8086:a324]
           \-1f.6  Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb]

 

and

Spoiler

Protocol spec without prior Class and Subclass spec at line 23281
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1ea7:0907 SHARKOON Technologies GmbH Keyboard
Bus 001 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

There are 3 devices connected via USB: USB Stick, USB Keyboard and USB Mouse adapter (Logitech Unifying). No usb hard drive connected.

Link to comment
Share on other sites

1 hour ago, mattias93 said:

Hi Peter, here's the result:

 

  lspci -tvnnq (Hide contents)

-[0000:00]-+-00.0  Intel Corporation 8th/9th Gen Core Processor Host Bridge/DRAM Registers [Coffee Lake] [8086:3e33]
           +-01.0-[01]--+-00.0  NVIDIA Corporation GF119 [NVS 310] [10de:107d]
           |            \-00.1  NVIDIA Corporation GF119 HDMI Audio Controller [10de:0e08]
           +-08.0  Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
           +-12.0  Intel Corporation Cannon Lake PCH Thermal Controller [8086:a379]
           +-14.0  Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller [8086:a36d]
           +-14.2  Intel Corporation Cannon Lake PCH Shared SRAM [8086:a36f]
           +-15.0  Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 [8086:a368]
           +-16.0  Intel Corporation Cannon Lake PCH HECI Controller [8086:a360]
           +-17.0  Intel Corporation Cannon Lake PCH SATA AHCI Controller [8086:a352]
           +-1b.0-[02]--
           +-1b.4-[03]----00.0  Intel Corporation I210 Gigabit Network Connection [8086:1533]
           +-1d.0-[04]--
           +-1d.2-[05-06]----00.0-[06]--
           +-1f.0  Intel Corporation Cannon Point-LP LPC Controller [8086:a309]
           +-1f.4  Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323]
           +-1f.5  Intel Corporation Cannon Lake PCH SPI Controller [8086:a324]
           \-1f.6  Intel Corporation Ethernet Connection (7) I219-LM [8086:15bb]

 

and

  lsusb (Hide contents)

Protocol spec without prior Class and Subclass spec at line 23281
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1ea7:0907 SHARKOON Technologies GmbH Keyboard
Bus 001 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

There are 3 devices connected via USB: USB Stick, USB Keyboard and USB Mouse adapter (Logitech Unifying). No usb hard drive connected.

 

I see a lot of controllers with unique names that I haven't seen before, is it APPLE Macintosh PC? Or a laptop?
What is the model name of the motherboard?

 

Edited by Peter Suh
Link to comment
Share on other sites

20 minutes ago, Peter Suh said:

 

I see a lot of controllers with unique names that I haven't seen before, is it APPLE Macintosh PC?
What is the model name of the main board?

 

No, it's a Dell Precision 3630 https://www.dell.com/ko-kr/shop/cty/pdp/spd/precision-3630-workstation#configurations_section
Dell produces the motherboard for this device, so it doesn't have a name. It has a Intel Xeon 2124 processor.

So far I tried:
ds3622xs+ could boot, after some reboots the reinstall loop happens.
ds920+ reinstall loop.
ds918+ reinstall loop.
ds3615xs Could boot, running some test to see if it's stable
ds3617xs no network
ds1621+ no network
dva3221 no network

Edited by mattias93
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...