裸机安装的黑裙,你又不想关机拔下USB启动盘拿过来PC写入镜像,然后再插回去启动,可以直接远程在群晖系统的SSH命令行直接执行写入镜像/修改配置/重启生效。
root@DiskStation:/volume1/files# ls *.img DS3615xs_DSM6.2-23739_MBR-withkey.img DS3615xs_V1.03b_MBR_Zandstraal.img synoboot-3617-dsm62.img root@DiskStation:/volume1/files# dd if=./DS3615xs_DSM6.2-23739_MBR-withkey.img of=/dev/synoboot bs=1M 50+0 records in 50+0 records out 52428800 bytes (52 MB) copied, 4.41567 s, 11.9 MB/s
写入USB启动镜像后,加载U盘进行修改配置,记得之前就备份自己的群晖key和mac地址,还有USB盘的硬件代码PID和VID。
root@DS3615xs:/dev# mount -t vfat synoboot1 /mnt/usb root@DS3615xs:/dev# cd /mnt/usb root@DS3615xs:/mnt/usb# ls EFI grub GRUB_VER System Volume Information root@DS3615xs:/mnt/usb# cd grub root@DS3615xs:/mnt/usb/grub# ls fonts grub.cfg grubenv i386-pc locale x86_64-efi
最后用vi命令打开grub.cfg,修改其中的信息为自己原来备份的配置信息。
#orginal #set vid=0x1908 #set pid=0x0226 #set sn=1130LWN026173 #set mac1=0030487B87B4 #set mac2=0030487B87B5