Jump to content
XPEnology Community

adam535

Member
  • Posts

    30
  • Joined

  • Last visited

Posts posted by adam535

  1. 2 minutes ago, pocopico said:
    linux /zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=5 pid=0x5567 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac2=001122334455 mac3=001122334455 mac1=e839354e8979 mac4=001122334455 mac5=001122334455 sn=2150SQRABC123 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=1 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1 domsz_max=122880

     

    Thank you

    Should i remove vid and pid , or just use it like you post it?

     

  2. 8 hours ago, AuxXxilium said:

    baremetal on ssd don‘t need pid/vid. 

     

    which builder do you use? arpl or tcrp? which steps do you do? which hardware do you use?

     

    #
    # ### !!! WARNING - READ ME !!! ###
    #
    # DO NOT edit this file. This file has been generated automatically by the loader generator.
    # If you were asked to use a pre-made image and asked by someone to edit this file DO NOT do it. The only
    # supported method of obtaining the loader image is generating it using the loader generator provided.
    #
    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 DS3622xs v7.1.0-42661 Beta (USB, Verbose)' {
        savedefault
        set root=(hd0,msdos1)
        echo Loading Linux...
        linux /zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=5 pid=0x5567 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac2=001122334455 mac3=001122334455 mac1=e839354e8979 mac4=001122334455 mac5=001122334455 sn=2150SQRABC123 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=1 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1 
        echo Loading initramfs...
        initrd /rd.gz /custom.gz
        echo Starting kernel with USB boot
    }
    menuentry 'RedPill DS3622xs v7.1.0-42661 Beta (SATA, Verbose)' {
        savedefault
        set root=(hd0,msdos1)
        echo Loading Linux...
        linux /zImage withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=5 pid=0x5567 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac2=001122334455 mac3=001122334455 mac1=e839354e8979 mac4=001122334455 mac5=001122334455 sn=2150SQRABC123 vid=0x0781 elevator=elevator loglevel=15 HddHotplug=1 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=1 
        echo Loading initramfs...
        initrd /rd.gz /custom.gz
        echo Starting kernel with SATA boot
    }


    i used this grup to install on usb and it worked fine for my baremetal , after a few months i wanted to try it on ssd , because WOL does not seem boot from usb ,
     after i burned this grup to ssd it boot to bootloader but when i try to download the DSM , it stops at 56%

    any help please to get it on ssd

  3. hello iam trying to setup l2tp/ipsec server on my tilgin router , so can i log to the network over the internet
     but face some issue regarding setting  IPSEC ID (Local) value , and  IPSEC ID (Remote): value
    , could any one help
     iam try to connect to the server from my mobile via vpn .
    i attached photo for the setting so if there any thing missed please tell me 
    best regards 
    adam

    1.jpg

    2.jpg

  4. On 6/21/2022 at 3:07 PM, morpheus said:

    I resolved it by editing the shutdown script. By default, it specifically references Lan Port 0, the one I don't want to use. So I edited the script and had it reference Port 1 (my embedded NIC) and everything worked as it should.

     

    Hope this helps.

     

    Could you please share the script that you used , iam new to this , please explain how did you do it

    Thanks

×
×
  • Create New...