Jump to content
XPEnology Community

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/2022 in all areas

  1. Ждать и терпеть больше не смог и пользуясь праздничным выходным таки перешел на семерку. 😂 Для тех кто хочет повторить, настоятельно рекомендую отключить рабочие диски, взять чистые диск и флешку для загрузчика и попробовать перед переводом рабочей хрени. Я ни к чему не призываю, сами решаете делать вам это или нет. Первоисточник тут. Порядок действий (можно делать и по другому, но мне так привычнее): 1. Качаем образ для создания загрузчика по ссылкам в первоисточнике tinycore-redpill.XXXXXXXXX.img.gz 2. Разархивируем и записываем образ на флешку, я предпочитаю Rufus. Размер образа для создания загрузчика чуть больше гигабайта, я использовал флешку на 2 Гб. 3. Вставляем флешку в хрень, устанавливаем в биосе загрузку с нее, загружаемся. 4. Если есть монитор, клавиатура и мышь, то заходим в терминал из GUI, если нет, то ищем устройство в подключениях роутера или другими удобными вам способами, заходим по ssh и вводим: login: tc pass: P@ssw0rd Далее действия производятся в терминале/ssh, при необходимости не забываем подтверждать их. 5. Обновляем загрузчик до последней версии. ./rploader.sh update now ./rploader.sh fullupgrade now п.п.6-8 можно пропустить и самостоятельно поправить все в конфиге п.9. 6. Считываем и подставляем в конфиг VID и PID флешки. ./rploader.sh identifyusb now 7. Считываем и подставляем в конфиг структуру сата контроллеров. ./rploader.sh satamap now 8. Генерируем и подставляем в конфиг случайные sn и mac (если есть предпочтения по ним, то переходим к п.9). ./rploader.sh serialgen DS918+ now 9. Проверяем, что записалось в конфиг, при необходимости правим. vi /home/tc/user_config.json Переход в режим правки Insert, выход из режима правки Esc. Выход из vi без записи. :q! Выход из vi с записью изменений. :wq 10. Запускаем генерацию загрузчика. ./rploader.sh build apollolake-7.0.1-42218 ИЛИ ./rploader.sh build apollolake-7.1.0-42661 Внимательно! смотрим, что пишется в терминале, если скрипты на гите обновятся, то делаем то, что написано в терминале! 11. По желанию бэкапим созданную конфигурацию. ./rploader.sh backup 12. Перезагружаем хрень. exitcheck.sh reboot 13. Для установки/миграции скачиваем на комп pat нужной версии для соответствующей модели DSM отсюда. 14. Отключаем на время установки хрени доступ в интернет!!! Иначе, весьма вероятно, получите ошибку 13 при установке pat. 15. Далее все как и ранее...находим, ВРУЧНУЮ!!! устанавливаем скачанный pat файл для инсталляции/миграции и наслаждаемся семеркой. Если нужны другие версии, то: - в п. 8 вместо DS918+ подставляем DS3615xs или DS3617xs - в п.10 вместо apollolake подставляем bromolow или broadwell соответственно. Вроде все работает, по ощущениям загрузка и выключение происходят в разы быстрее. P.S. Я решил начать все с чистого листа, поэтому при переходе выбрал только сохранение данных, без миграции настроек и приложений. P.P.S. У кого виртуалки, образ VMDK тут. Порядок действий, думаю сами знаете. 😉 Следим за изменениями в первоисточнике, ссылки для скачивания образов могут поменяться. UPD 05.04.2022 В первоисточнике в скрипты добавлена возможность компиляции загрузчика под 7.1.0-42661 Кто хочет перейти на 7.1 нужно будет перекомпилировать загрузчик и подсунуть pat 7.1. UPD 27.06.2022 Для обновления до 7.1. Update2 выполняем по этой ссылке. UPD 29.06.2022 Если кто-то хочет побаловаться с DVA1622, который еще даже не продается, то качаем загрузчик из dev ветки, а далее все как обычно с новыми кодами, которые я добавил в список выше. Ограничения - не более 2х дисков, нет кодеков для HEVC, и видимо необходимо наличие Intel UHD Graphics 600. Из плюсов: AI раборает на GPU, т.е. видеокарта не нужна, 8 лицензий на камеры и SS выводится на подключенный к хрени монитор (пробовал HDMI и VGA).
    3 points
  2. i moved my DSM 6.2 HDDs from the HP GEN7 into the Gen8 and started the migration with keep Settings and Data. migration was successfully. i took some time until the migration process is finished but everything is available
    2 points
  3. Great Great work @pocopico Thank you a ton for all your time you invested into this project. I was able to upgrade my HP Z800 running Jun Loader DSM 6.2.3 to DSM7.0.1 in under 20 mins. All I have to do was just burn the loader image into the USB and rest all was a breeze. I remember I had to spend a few hour when I initially installed DSM using Jun's loader but this was so smooth and seamless I kept all my settings and data intact. Thanks a lot
    2 points
  4. You can run update, but i find it better to just download the new img and flash.
    2 points
  5. Hi all, A while ago I've started experimenting with a solution that would not require docker and/or a system running linux, but just a simple image that you can boot on your physical/virtual system and create the loader from there. I started with the plain disk image of 200MB size and tried to fit all in this image. As always first partition of the image is the synoboot1, second synoboot2 and third one (synoboot3) is tinycore. Tinycore is a simple linux distribution that can boot to a GUI so you can start creating the loader. Most network modules are included so you can verify also the extensions required on your system. A script will take care most of the actions that you would manually perform and just copy the loader contents to the 1st and 2nd partition. The loader is created from a pre-compiled redpill extension (should work) or you can compile it yourself (still testing). You can bring over and use the rp-helper configuration files so you dont have to do that again. To connect using ssh you will need first to reset the tc user password by typing # passwd tc The image can be found here: https://github.com/pocopico/tinycore-redpill Before starting the loader creation just run # ./rploader.sh update now and answer y I would appreciate any findings to improve the image.
    1 point
  6. 1.2.109 работает стабильно и не падает
    1 point
  7. Hello, Be careful: update to 7.1 beta is for the development purpose only . It's not working !! .... yet ??? Indeed, we have seen with Yanjun that an security has been added by Synology, which requires, i think, requires a lot of research. After the update, the problem is that a connection to the GUI causes an immediate system restart. 7.1 beta support for 3617xs is available on my github. To update you must use the same method as for 7.0.1u2 (via the creation of its PAT file)
    1 point
  8. if we can lick these small issues down, this image would be in good shape.
    1 point
  9. Hi All, I just have made a successfully Baremetal migration from my HP Microserver GEN 8 version DS3615xs (broadwell-7.0.1-42218) to DS3617xs (broadwellnk-7.0.1-42218) without any issues inclusive settings and data's. To make sure , that the migration will not destroy my data's and settings I have made a test with old harddisks before. The only thing to be adapted after the migration, was the logical LAN apdapter setting from DHCP to fix address. Many thanks to @pocopico and all active community members for this great project !!!
    1 point
  10. Since Security Vulnerability in 7.0.1-2, Synology soon seeds 7.1 to public… …I’m really excited to see if it works with RedPill/TinyCore
    1 point
  11. Hi All, So I finally made the big jump. I migrated my prod ESXi DS3615xs 6.2.3 jun's to ESXi DS3622xs+ 7.0.1 RP. All went very smooth, all apps were migrated successfully, only those not available on DSM7 were "stopped/incompatible" All my shares are here, docker migrated without any manual action. As I reminder i'm using a LSI HBA IT card to passthrough my 4x4Tb disks All good exept disk starting in position 2 (strange behavior with LSI HBA passthrough) All my SMART info are there : Synology Moments migrated to Synology Photos and is currently indexing all photos. A big thanks to @pocopico @yanjun @haydibe @IG-88 and all others I probably forget too. tagging @scoobdriver for info
    1 point
  12. The disks are always partitioned with three partitions. The first one holds the DSM installation, the second one is the swap and the third one holds the data. This will happen on all drives. If you reinstall DSM you are messing with the first partition. If you select to keep settings then also most DSM configuration settings will be preserved as well. Data is always untouched. You will have to reinstall DSM but the data will be untouched.
    1 point
  13. cool thx ! so then i can confirm that my Test migration from DS3617xs to DS3622xs+ was successfully (Baremetal) i used 1 HDD with some Test Data and everything was still available. Steps i did 1. block internet to DS3617xs 2 turn off the DS 3 switch the Loader (USB Stick) 4 Boot up and wait until the DS come up and reachable in the Network (ping) 5 use the pat file from the tinyloader and start migration, i used the Option dont keep settings( 2.Option), maybe someone can use NR1 as test 6 wait until the migration process has reached 100%, then the DS should rest as usual, 7 wait until the DS is back online and you can process with DSM7 Wizard to complet.
    1 point
×
×
  • Create New...