Új hozzászólás Aktív témák

  • Essejó

    Topikgazda

    válasz zeotróp #6914 üzenetére

    Akkor próbáld a gub.cfg-t a másik módszerrel módosítani:

    5 - Now launch OSFMount. Select Mount New, then select the image file (i.e. synoboot.img) to open. Now select partition 0 (the one that is 30 MB). Click Ok. Then at the bottom of the window make sure to un-tick the "Read only drive". Click Ok. The EFI partition of the image file should now be mounted in file explorer. You can now navigate to the grub folder and edit the grub.cfg file. Below is what you will see in the file. (I am only putting below the portion of the code that is relevant for the purpose of this tutorial)

    CODE: SELECT ALL
    [...]

    set extra_initrd="extra.lzma"
    set info="info.txt"

    set vid=0x058f
    set pid=0x6387
    set sn=C7LWN09761
    set mac1=0011322CA785
    set rootdev=/dev/md0
    set netif_num=1
    set extra_args_3615=''

    set common_args_3615='syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet'

    set sata_args='sata_uid=1 sata_pcislot=5 synoboot_satadom=1 DiskIdxMap=0C SataPortMap=1 SasIdxMap=0'

    set default='0'
    set timeout='1'
    set fallback='1'

    [...]

    :!: You need to modify the following: :!:

    Change vid=0x090C to vid=0x[your usb drive vid]
    Change pid=0x1000 to pid=0x[your usb drive pid]
    Change sn=C7LWN09761 to sn=[your sn]
    Change mac1=0011322CA785 to mac1=[your mac address] You can also add set mac2=[your mac address] and so on if you have multiple NICs.
    Optional: Change set timeout='1' to set timeout='3' - This will allow you more time to make a selection in the Grub Boot Menu when it appears.

    Once you are done editing the grub.cfg file, save it and close your text editor. Now in OSFMount click on Dismount all & Exit.
    You are now ready to burn the image to your USB drive.

    OSFMount letöltése

Új hozzászólás Aktív témák