Source Upgrade Synology DS1010+ to DSM 6 - kurtweiske.com
Upgrade Synology DS1010+ to DSM 6
The DS1010+ is almost identical to the DS1511+, but for some reason the DS1010+ isn’t supported under DSM6. This upgrade trick works well, the only side-effecrt is a swapping of the LAN1 and LAN2 LEDs. There is one absolute clenching moment, however.
vi /etc.defaults/synoinfo.conf
Change unique=”synology_x86_1010+” to unique=”synology_x86_1511+”
Save the file
/dev/synoboot.img
dd if=/dev/synoboot of=/volume1/synoboot.img
Temporarily mount the USB boot device
mkdir /mnt/boot
cd /dev
mount /dev/synoboot1
Edit the grub configuration stored in boot/grub/grub.conf
vi /mnt/boot/boot/grub/grub.conf
Edit the file to look like this
serial –unit=0 –speed=115200
terminal serial
default 1
timeout 3
hiddenmenu
fallback 0
title SYNOLOGY_1
root (hd0,0)
hw_model=DS1511+
kernel /zImage root=/dev/ram0 ihd_num=0 netif_num=1 syno_hw_version=DS1511+
initrd /rd.gz
title SYNOLOGY_2
root (hd0,1)
#cksum /grub_cksum.syno
vender /vender show
#hw_model
kernel /zImage root=/dev/md0 ihd_num=0 netif_num=1 syno_hw_version=DS1511+
initrd /rd.gz
Save the file
reboot