Elias Jara Posted August 19, 2022 Share #26 Posted August 19, 2022 Hola no puedo pasar de esto, se completa la instalacion y me vuelve a a aparecer lo mismo. Hay algo que salte ? Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #27 Posted August 19, 2022 12 minutes ago, Elias Jara said: Hola no puedo pasar de esto, se completa la instalacion y me vuelve a a aparecer lo mismo. Hay algo que salte ? estuve leyendo creo que me falta despues de instalar todo agregar esto sudo ./my.sh DS2422+ postactualización o no es asi ? Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #28 Posted August 19, 2022 13 minutes ago, Elias Jara said: Hola no puedo pasar de esto, se completa la instalacion y me vuelve a a aparecer lo mismo. Hay algo que salte ? Utilice inglés si es posible. Mi lengua materna es el coreano. Usa el traductor de Google. Quizás esté utilizando el modo Jun. ¿Usaste el comando como se muestra a continuación? ./mi.sh DS2422+J En caso de reinstalación, todos los paquetes pueden inicializarse. Si está intentando migrar, no continúe con la reinstalación. En este caso, Jun Mode no invade el área de partición de datos, pero La partición del sistema, el área donde está instalado el sistema operativo DSM, se puede inicializar. ¿Puede decirme si se trata de una instalación por primera vez o de una migración? Te daré otra guía basada en tu respuesta. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #29 Posted August 19, 2022 1 minute ago, Peter Suh said: Utilice inglés si es posible. Mi lengua materna es el coreano. Usa el traductor de Google. Quizás esté utilizando el modo Jun. ¿Usaste el comando como se muestra a continuación? ./mi.sh DS2422+J En caso de reinstalación, todos los paquetes pueden inicializarse. Si está intentando migrar, no continúe con la reinstalación. En este caso, Jun Mode no invade el área de partición de datos, pero La partición del sistema, el área donde está instalado el sistema operativo DSM, se puede inicializar. ¿Puede decirme si se trata de una instalación por primera vez o de una migración? Te daré otra guía basada en tu respuesta. if you use the J, it is an installation of 0 Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #30 Posted August 19, 2022 3 minutes ago, Peter Suh said: Utilice inglés si es posible. Mi lengua materna es el coreano. Usa el traductor de Google. Quizás esté utilizando el modo Jun. ¿Usaste el comando como se muestra a continuación? ./mi.sh DS2422+J En caso de reinstalación, todos los paquetes pueden inicializarse. Si está intentando migrar, no continúe con la reinstalación. En este caso, Jun Mode no invade el área de partición de datos, pero La partición del sistema, el área donde está instalado el sistema operativo DSM, se puede inicializar. ¿Puede decirme si se trata de una instalación por primera vez o de una migración? Te daré otra guía basada en tu respuesta. I wanted to migrate from 920, but I continued with the reinstallation and lost all my data. It is not important what I had in it, that's why I want to reinstall from 0 Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #31 Posted August 19, 2022 (edited) 5 minutes ago, Elias Jara said: I wanted to migrate from 920, but I continued with the reinstallation and lost all my data. It is not important what I had in it, that's why I want to reinstall from 0 Is it a baremetal environment? Does it matter if the data partition is also destroyed? If so, you can completely initialize the disk and start from scratch. Edited August 19, 2022 by Peter Suh Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #32 Posted August 19, 2022 1 minute ago, Peter Suh said: ¿Es un entorno bare metal? ¿Importa si la partición de datos también se destruye? Si es así, puede inicializar completamente el disco y comenzar desde cero. if it is baremetal, I was using the 920+ version, but it stopped working. I wanted to reinstall it but I realized that with the .pat update it cannot be done as indicated in the old post that I used for the first installation. so i wanted to reinstall from 0 Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #33 Posted August 19, 2022 3 minutes ago, Elias Jara said: if it is baremetal, I was using the 920+ version, but it stopped working. I wanted to reinstall it but I realized that with the .pat update it cannot be done as indicated in the old post that I used for the first installation. so i wanted to reinstall from 0 If so, initialize the disk completely and build in Jun Mode. It's simpler because it doesn't require postupdate patches like Jot Mode does. Boot into TC Linux and proceed with disk initialization and Jun Mode build as shown below. First, check your disk volume with the command below and replace sd# with the dd command at the bottom. ls -l /sys/block sudo dd if=/dev/zero of=/dev/sd# bs=1k count=1;sudo blockdev --rereadpt /dev/sd#; After the above disk initialization is finished, build in jun mode. ./my.sh DS2422+J Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #34 Posted August 19, 2022 1 minute ago, Peter Suh said: Si es así, inicialice el disco por completo y compílelo en modo Jun. Es más simple porque no requiere parches posteriores a la actualización como lo hace Jot Mode. Arranque en TC Linux y continúe con la inicialización del disco y la construcción del modo Jun como se muestra a continuación. Primero, verifique el volumen de su disco con el siguiente comando y reemplace sd# con el comando dd en la parte inferior. ls -l /sys/bloque sudo dd if=/dev/zero of=/dev/sd# bs=1k count=1;sudo blockdev --rereadpt /dev/sd#; Una vez finalizada la inicialización del disco anterior, construya en modo jun. ./mi.sh DS2422+J Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #35 Posted August 19, 2022 Just now, Elias Jara said: ls -l /sys/block Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #36 Posted August 19, 2022 Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #37 Posted August 19, 2022 Just now, Elias Jara said: sudo dd if=/dev/zero of=/dev/sda bs=1k count=1;sudo blockdev --rereadpt /dev/sda; sudo dd if=/dev/zero of=/dev/sdb bs=1k count=1;sudo blockdev --rereadpt /dev/sdb; sudo dd if=/dev/zero of=/dev/sdc bs=1k count=1;sudo blockdev --rereadpt /dev/sdc; Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #38 Posted August 19, 2022 I continue with the installation? 1 minute ago, Peter Suh said: sudo dd if=/dev/zero of=/dev/sda bs=1k count=1;sudo blockdev --rereadpt /dev/sda; sudo dd if=/dev/zero of=/dev/sdb bs=1k count=1;sudo blockdev --rereadpt /dev/sdb; sudo dd if=/dev/zero of=/dev/sdc bs=1k count=1;sudo blockdev --rereadpt /dev/sdc; Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #39 Posted August 19, 2022 Just now, Elias Jara said: I continue with the installation? La inicialización fue bien. Ahora construye el modo Jun. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #40 Posted August 19, 2022 Just now, Peter Suh said: La inicialización fue bien. Ahora construye el modo Jun. When restarting, should I select the first option or the one that says reinstall? Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #41 Posted August 19, 2022 1 minute ago, Elias Jara said: When restarting, should I select the first option or the one that says reinstall? Just use the first option as the default selection. By the way, your first disk, sda, seems to have an error. Initialization failed. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #42 Posted August 19, 2022 Did you download this from the page or did you select the first option? Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #43 Posted August 19, 2022 Just now, Elias Jara said: Did you download this from the page or did you select the first option? Use first option. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #44 Posted August 19, 2022 8 minutes ago, Peter Suh said: Use first option. Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #45 Posted August 19, 2022 5 minutes ago, Elias Jara said: Como mencioné anteriormente, su primer disco sda parece ser el problema. Reemplácelo con otro disco, o retire el disco con este problema y continúe nuevamente con solo dos discos. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #46 Posted August 19, 2022 should i do the process from scratch or just remove the disk, reboot and install the .pat ? Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #47 Posted August 19, 2022 2 minutes ago, Elias Jara said: should i do the process from scratch or just remove the disk, reboot and install the .pat ? It would be better to remove the disk and proceed with the disk initialization I told you. It seems that there should be no error message like the above in the process of initializing the two disks. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #48 Posted August 19, 2022 2 minutes ago, Peter Suh said: It would be better to remove the disk and proceed with the disk initialization I told you. It seems that there should be no error message like the above in the process of initializing the two disks. Should I run these commands you wrote me again? because here what I did was remove the disk to restart and it keeps giving me the same error Quote Link to comment Share on other sites More sharing options...
Peter Suh Posted August 19, 2022 Author Share #49 Posted August 19, 2022 1 minute ago, Elias Jara said: Should I run these commands you wrote me again? because here what I did was remove the disk to restart and it keeps giving me the same error sudo dd if=/dev/zero of=/dev/sda bs=1k count=1;sudo blockdev --rereadpt /dev/sda; sudo dd if=/dev/zero of=/dev/sdb bs=1k count=1;sudo blockdev --rereadpt /dev/sdb; Show the results of executing the above two commands again. Quote Link to comment Share on other sites More sharing options...
Elias Jara Posted August 19, 2022 Share #50 Posted August 19, 2022 working, remove both disks a hdd and an ssd and there it worked for me. Tell me can I add new disks without reinstalling? 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.