看了一些教程,感觉内容太多,抓不到我想要的要点。能不能安装完成黑群晖后进行半洗白?

我的回答是肯定的,其实洗白就是在启动U盘里面修改cfg文件。5.2的文件名字叫做syslinux.cfg, 6.1.7的文件名字是grub.cfg.

而且还有一个要点是,网上的教程都让在镜像里直接修改,这样操作起来麻烦,实际上把镜像写入U盘之后,在U盘里面就可以修改。

安装完成后通过telnet修改SN:

root@JONEFORK_PVEqh:/$ sudo -i

We trust you have received the usual lecture from the local SystemAdministrator. It usually boils down to these three things:

#1) Respect the privacy of others.#2) Think before you type.#3) With great power comes great responsibility.

Password:

root@JONEFORK_PVEqh:~# mkdir -p /tmp/bootroot@JONEFORK_PVEqh:~# cd /devroot@JONEFORK_PVEqh:/dev# mount -t vfat synoboot1 /tmp/boot/root@JONEFORK_PVEqh:/dev# cd /tmp/boot/ root@JONEFORK_PVEqh:/tmp/boot# lsConvert_By_Genesys EFI grub GRUB_VERroot@JONEFORK_PVEqh:/tmp/boot# cd grubroot@JONEFORK_PVEqh:/tmp/boot/grub# vi grub.cfg