rockglass 发表于 2022-1-20 13:22:10

看看跟之前的有啥不同

longwangjiang 发表于 2022-1-20 13:55:46

【视频教程】手把手教你定制群晖系统引导镜像 [修改]

XingGaGa 发表于 2022-1-25 17:13:11

ben4399 发表于 2021-11-15 14:13
楼主的视频与视频演示的文件,我已经上传到阿里云盘了

》》》转跳阿里云盘《《《


404了已经,不行了

kentlv 发表于 2022-1-26 05:06:24

谢谢分享

hdtaobing 发表于 2022-1-26 08:07:33

感谢老师的分享

yqzzcj 发表于 2022-1-29 00:45:16

手把手教你定制群晖系统引导镜像

xyq879081120 发表于 2022-1-29 13:04:27

下载了看看了哦

cwq1111 发表于 2022-1-29 16:00:10

感谢分享!!!!

xiaomage 发表于 2022-1-31 12:23:25

感谢分享

wtnnathan 发表于 2022-2-1 09:56:00

这个好,这个好!来看看学习一下

wu0lei 发表于 2022-2-1 11:14:28

支持一下视频

yaoy 发表于 2022-2-1 11:57:40

# GRUB 2 config file
terminal_output console
if serial --unit=0 --speed=115200; then
    terminal_input --append serial_com0
    terminal_output --append serial_com0
fi

set default="0"
set timeout="5"
set timeout_style="menu"

if [ -s $prefix/grubenv ]; then
    load_env --file $prefix/grubenv --skip-sig
    set has_env="1"
    if [ -n "${saved_entry}" ]; then
      set default="${saved_entry}"
    fi
else
    set has_env="0"
    echo "WARN: failed to load env. Default choice will NOT be saved!"
fi


function savedefault {
    saved_entry="${chosen}"
    save_env --file $prefix/grubenv saved_entry
}


insmod usb_keyboard
insmod part_msdos
insmod ext2
insmod fat
insmod linux
insmod gzio

set gfxmode=auto
insmod vbe
insmod vga

# UEFI
insmod efi_gop
insmod efi_uga

insmod font
if loadfont ${prefix}/unicode.pf2
then
    insmod gfxterm
    set gfxmode=auto
    set gfxpayload=keep
    terminal_output gfxterm
fi

menuentry 'RedPill DS918+ v7.0.1-42218 (USB, Verbose)' {
        savedefault
        set root=(hd0,msdos1)
        echo Loading Linux...
        linux /zImage HddHotplug=0 withefi console=ttyS0,115200n8 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 vender_format_version=2 earlyprintk mac1=d8cb8a79084b mac2=00e04c681001 syno_hdd_powerup_seq=1 pid=0x5567 log_buf_len=32M syno_hw_version=DS918+ vid=0x0781 earlycon=uart8250,io,0x3f8,115200n8 sn=2021PDN881123 elevator=elevator root=/dev/md0 loglevel=15 DiskIdxMap=00 SataPortMap=4,5 SasIdxMap=0
        echo Loading initramfs...
        initrd /rd.gz
        echo Starting kernel with USB boot
}

menuentry 'RedPill DS918+ v7.0.1-42218 (SATA, Verbose)' {
        savedefault
        set root=(hd0,msdos1)
        echo Loading Linux...
        linux /zImage HddHotplug=0 withefi console=ttyS0,115200n8 synoboot_satadom=2 netif_num=1 syno_hdd_detect=0 syno_port_thaw=1 vender_format_version=2 earlyprintk mac1=d8cb8a79084b mac2=00e04c681001 syno_hdd_powerup_seq=1 pid=0x5567 log_buf_len=32M syno_hw_version=DS918+ vid=0x0781 earlycon=uart8250,io,0x3f8,115200n8 sn=2021PDN881123 elevator=elevator root=/dev/md0 loglevel=15 DiskIdxMap=00 SataPortMap=4,5 SasIdxMap=0
        echo Loading initramfs...
        initrd /rd.gz
        echo Starting kernel with SATA boot
        echo WARNING: SATA boot support on this platform is experimental!
}


zhaolj 发表于 2022-2-1 23:07:05

感谢分享!!!!

hyiqun 发表于 2022-2-2 13:21:29

谢谢分享

TouPiX 发表于 2022-2-3 15:03:40

谢谢大佬分享

cuiyilin 发表于 2022-2-3 15:06:24

感谢分享!!!!

aliqiqu 发表于 2022-2-6 00:17:59

授人以鱼不如授人以渔

simple7z 发表于 2022-2-9 11:11:10

【视频教程】手把手教你定制群晖系统引导镜像
http://www.gebi1.com/thread-300565-1-1.html
(出处: 隔壁网)

evensding 发表于 2022-2-9 12:43:26

感谢分享,学习到了

dy0305 发表于 2022-2-9 13:53:00

谢谢大佬分享
页: 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22
查看完整版本: 【视频教程】手把手教你定制群晖系统引导镜像