来吧兄弟,一起玩一起讨论!
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 zovan 于 2018-4-21 08:40 编辑
下面是grub.cfg文件的内容,可以看出是默认针对DS3615xs的,但可以把红色标记部分修改成其他两款机型:DS3617xs or DS916+;SN修改成对应的序列号(型号和SN是对应的)。
##########################################################################################
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~ XX XX PPPPPPPP EEEEEEEE ~#
#~ XX XX PP PP EE NN NN OOOOOOO LL OOOOOOO GGGGGGG YY YY ~#
#~ XXXX PPPPPPPP EE NNN NN OOOOOOO LL OOOOOOO GG GG YY YY ~#
#~ XX PP EEEEEEEE NN N NN OO OO LL OO OO GG YY YY ~#
#~ XXXX PP EE NN N NN OO OO LL OO OO GG GGG YY ~#
#~ XX XX PP EE NN NNN OOOOOOO LL OOOOOOO GG GG YY ~#
#~ XX XX PP EEEEEEEE NN NN OOOOOOO LLLLLLL OOOOOOO GGGGGGG YY ~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~ XPEnology grub configuration presented by quicknick v3.0 ~#
#~ Credit to Jun for Synology Kernel Mod v1.02a ~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
##########################################################################################
##########################################################################################
### Only Modify here #####################################################################
##########################################################################################
### Change Model to DS3615xs, DS3617xs or DS916+
set model=DS3615xs
### Change S/N
set sn=
### Set how many network interfaces you have
set netif_num=1
### Set MAC Addresses here
set mac1=
set mac2=
set mac3=
set mac4=
### To set any additional variables fill in between single quotes
set extra_args_quicknick=''
### To remove any modules, add between single quotes such as rmmod='ata_piix'
set rmmod=''
### To add any modules, add between single quotes such as insmod='ata_piix'
set insmod=''
### Sets which menu item on grub you want to be default (this setting is saved automatically)
set default='0'
### Sets time in seconds before system automatically boots
set timeout='10'
### Sets failback option if default boot option fails
set fallback='1'
##########################################################################################
### USB Section only if usb booting ######################################################
### Set vid/pid of your usb stick ########################################################
### http://xpenology.me/how-to-see-the-value-of-my-vid-pid-stick/ ########################
##########################################################################################
set vid=
set pid=
##########################################################################################
### Max Supported Disks ##################################################################
### set maxdisks=48 will mean that XPEnology will now see 48 drives in DSM. ##############
### No changes to /etc.defaults/synoifno.conf needed. Changes are made during boot. #####
### Acceptable values: 12,16,20,24,25,26,28,30,32,35,36,40,44,45,48,50,52,55,56,58,60,64 #
### default value is 12. leave blank for 12 disks. ######################################
##########################################################################################
set maxdrives=
##########################################################################################
### If having trouble with sata, specify how many ports you have
### put disks on port 1,2,3,4 and put SataPortMap=4
### SataPortMap=4 means first 4 ports of 1st controler.
### SataPortMap=44 means first 4 ports of 1st controler and first 4 ports of 2nd controler.
### SataPortMap=422 means first 4 ports of 1st controler,
### first 2 ports of 2nd controler and first 2 ports of 3rd controler.
##########################################################################################
set sataportmap="SataPortMap=8"
##########################################################################################
### DO NOT MODIFY ANYTHING BELOW THIS LINE ###############################################
##########################################################################################
search --no-floppy --fs-uuid a2c20443-5b1c-4f69-8017-c528ccc6ca0b --set bootdrive
source ($bootdrive)/.quicknick/grub-quicknick-v3.cfg
#####################################
MODEL="DS3615xs"
PLATFORM="BROMOLOW"
GRUB_PROJECT="grub-0.97-efi"
GRUB_VERSION="1"
DSM_VERSION="15254"
#####################################
下载地址:https://pan.baidu.com/s/19hwGejVWZv9-VD96nBP1ug
|