Last active
November 30, 2018 13:36
-
-
Save gddabe/a6421e713b1cfba5c0c69356a5ef47d1 to your computer and use it in GitHub Desktop.
dsm3617
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil list | |
#usually disk2s2, s1 is EFI partition | |
diskutil unmount /dev/disk2s2 | |
sudo dd if=/Users/xxx/Downloads/DSM3617JUN102B/synoboot.img of=/dev/disk2 bs=1M | |
edit grub.cfg on usb root, set correct vid & pid, sn mac1 is optional | |
set vid=0x0781 | |
set pid=0x5571 | |
set sn=A8ODN02468 | |
set mac1=0011322CA603 | |
save, insert usb to test machine and boot | |
select option 1 in boot menu | |
in another pc, find.synology.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment