11.Nas_1




●●● dsm 7.1빌드작업 esxi 서버의 tinycore 에 myv.sh 적용하여 랜인식을 위한 수정작업 boot loader update

♨ 카랜더 일정 : 2022년05월06일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    ●  dsm 7.1빌드작업 esxi 서버의 tinycore 에  myv.sh  적용하여 랜인식을 위한 수정작업  boot loader update

    d:\tinycore_backup\tinycore_redpill_v046_v40_by_11qkr_image.zip


    빌드 참조 ./11q_myv.sh

    1) Y,y 클릭으로 진행

    2) nano edit  빌드중 install

    3) 빌드중 user_config.json 수정가능 ( 하기 추천 설정)

    tc@box:~$ cat user_config.json
    {
      "extra_cmdline": {
        "pid": "0x0001",
        "vid": "0x46f4",
        "sn": "1130LWN003752",
        "mac1":"XXYYXXYYXXYY",
        "SataPortMap": "88",
        "DiskIdxMap": "0000"
      },
      "synoinfo": {
              "internalportcfg" : "0xffff",
              "maxdisks" : "16"
    },
      "ramdisk_copy": { }
    }
    tc@box:~$

    업데이트 정보

    m:\tinycore_backup\tinycore_redpill_v046_by_11qkr_image_v37.zip


    ./11q_myv.sh


    dts_file_pcie_root_find.sh 추가


    3232235521_1652260135.5036.png


    https://11q.kr/www/bbs/board.php?bo_table=s11&wr_id=11934

    에 ds918p 빌드 정보 참조 드립니다.

    ---------------------------

    dsm7.1 다운로드 사이트  문제시도 myv.sh는 빌드 가능 합니다.

    https://archive.synology.com/download/Os/DSM
    22년05월11일  dsm 사이트에 7.1-42661 다운로드 할수 없습니다
    myv.sh(11q_myv.sh)로 빌드 해야 정상 빌드 됩니다.
    3232235521_1652260845.9226.png

     7.1대신 7.1???-1로 빌드가능하게 2cpu 회원께서 작업한 유용한 툴입니다.
    Tinycore DSM 7.1 빌드 쉘 프로그램 수정배포 (42661 U1 대응)
    https://www.2cpu.co.kr/nas/38993?page=0&cwin=#c_39009
    다운로드
    https://xpenology.com/forum/topic/7848-links-to-loaders/

    DSM 7.x - Read Flyride topic

    Tinycore-redpill

    Main.zip | Download is straight from Github. Link to code: https://github.com/pocopico/tinycore-redpill

     에서 main.zip 다운로드 기본 정보

    3232235521_1653828850.3652.png


     myv.sh 적용하여  dsm7.1 빌드 방법 소개 드립니다


    설치 방법 (일반 tiny core에서)  아래 내용 복사 붙이기로 설치

    tc@box:~$ cat my_build_update.sh
    rm -f m*.sh.gz
    wget https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/m.sh.gz; tar -zxvf m.sh.gz;
    wget https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz; tar -zxvf my.sh.gz;
    wget https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/myv.sh.gz; tar -zxvf myv.sh.gz;
    ls -lrt m*.sh
    tc@box:~$
    =========================
    첨부용
     SSH  터미널 접속 하면  다음과같이 표시됩니다
    최신 버전 myv.sh가 추가했습니다

    m:\tinycore_backup\tinycore_redpill_v046_by_11qkr_image_v37.zip
    저의 빌드는
    ./11q_myv.sh 

    3232235521_1651403228.2913.png

    빌드방법 

    1)./my11q.sh  빌드 ==> ./11q_myv.sh 

    tc@box:~$ ./my11q.sh
    my11q.sh
    ----------------------------------------------------------------------------------------
    Usage: ./my11q.sh <Synology Model Name> <Options>
    Options: noconfig, noclean, manual
    - noconfig: SKIP automatic detection change processing such as SN/Mac/Vid/Pid/SataPortMap of user_config.json file.
    - noclean: SKIP the ????   RedPill LKM/LOAD directory without clearing it with the Clean now command.
               However, delete the Cache directory and loader.img.
    - manual: Options for manual extension processing and manual dtc processing in build action (skipping extension auto detection)
    Please type Synology Model Name after ./my11q.sh
    ./my11q.sh DS918+
    ./my11q.sh DS3617xs
    ./my11q.sh DS3615xs
    ./my11q.sh DS3622xs+
    ./my11q.sh DVA3221
    ./my11q.sh DS920+
    ./my11q.sh DS1621+
    * DS3615xs Intel Core i3-4130 Dual Core 4 Yes Bromolow DDR3 ECC 4 GB
    * DS3622xs+ Intel Xeon D-1531 Six Core 12 Yes Broadwellnk DDR4 ECC SODIMM 16 GB
    * DS918+ Intel Celeron J3455 Quad Core 4 Yes Apollolake DDR3L SODIMM 4GB
      DS3617xs Intel Xeon D-1527 Quad Core 8 Yes Broadwell DDR4 ECC SODIMM 16 GB
      DS920+ Intel Celeron J4125 Quad Core 4 Yes Geminilake DDR4 4GB
      DS1621+ AMD Ryzen V1500B Quad Core 8 Yes V1000 DDR4 ECC SODIMM 4GB
    x DS916+ Intel Pentium N3710 Quad Core 4 Yes Braswell DDR3 2 / 8 GB

    3232235521_1651403325.5972.png
    ===========
    파일 정보
    3232235521_1651403481.9176.png

    sh 파일 정보
    3232235521_1651403525.5953.png

    ▶ 저의 esxi 서버의  user_config.json 파일 구조

    ------------------------------------
    tc@box:~$ cat user_config.json_DS3615xs
    {
      "extra_cmdline": {
        "pid": "0x0001",
        "vid": "0x46f4",
        "sn": "1330LWN010700",
        "mac1":"XXYYXXYYXXYY",
        "SataPortMap": "9",
        "DiskIdxMap": "00"
      },
      "synoinfo": {
              "internalportcfg" : "0xffff",
              "maxdisks" : "16"
    },
      "ramdisk_copy": { }
    }
    tc@box:~$
    ======================
    상기 복사 적용 수정한   my11q.sh 파일 입니다
    --------
    전용 드라이브 설치 방법
    sh 파일 하나 복사 수정하여
    빌드전에 부분에 추가후  사용하세요
    다음내용 첫줄 찾아  수정 추가 하세요 (나노에디터도설치 후 작업 )
    나노에디터 설치
    ./nano_mc_install.sh

    자신의 고정 드리아브 설치용 수정
    nano myv.sh  또는
    nano my11q.sh  사용하는 빌드 명령 sh 파일을 수정 추가하세요

    수정위치
    curl -o /mnt/${tcrppart}/auxfiles/${SYNOMODEL}.pat $URL
    를 찾아 다음에 아래와같이 드리이브 추가
    ------- 예----------------
    echo ""
    echo ==============set cat user_config.json editor =======================
    tce-load -w -i nano.tcz
    tce-load -w -i mc
    tce-load -w -i htop
    echo ==============================================================
    ./rploader.sh serialgen $MODEL
    echo  Enter === 1_serialgen copy to past
    echo  Enter === 2_Edit,,,, nano user_config.json_${MODEL}.....chang,,,,
    echo "
    ====================================
    Esxi Server  SPL condition
    ===========================
    "sn": "???????????",
    "mac1": "XXYYXXYYXXYY",,,,,XXYY 3
    "SataPortMap": "9",
    "DiskIdxMap": "00"
    ====================================
    "
    echo  Enter === 3_Auto,,,, cp user_config.json_${MODEL} user_config.json
    echo  Enter ==========================================================
    read answer
    nano user_config.json_${MODEL}
    cp user_config.json_${MODEL} user_config.json
    cat user_config.json
    echo ""
    # intel driver install
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rp>
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8101/rpex>
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8125/rpex>
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpex>
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpe>
    # real tek  driver install
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8168/rpex>
    ./rploader.sh ext ${TARGET_PLATFORM}-7.1.0-42661 add https://raw.githubusercontent.com/pocopico/rp-ext/master/r8169/rpex>
    echo ============================================
    3232235521_1651403843.1372.png
    ==========================================================
    ./cpu_memory.sh

    3232235521_1651294768.9718.png


    팁) 간단한  부팅 메뉴  확인및 수정 방법


    tc@box:~$ cat grub_cfg_mount.sh
    sudo mount /mnt/sda1
    cd /mnt/sda1
    ls
    cd boot
    ls
    cd grub/
    ls
    cat grub.cfg
    nano  grub.cfg

    ====================
    첨부 파일 로  빌드 진행 ./my11q.sh 로 진행 하세요 (esxi 사용기준)
    ==> ./11q_myv.sh

    i:\1__redpill_synology_bootloader\1____RedPill Tinycore loader\046ver\tinycore_redpill_v046_by_11qkr_v32.zip
    파일 저장 합니다,
    압축해체 esxi 서버에
    tinycore_redpill_boot_loader_img.vmdk
    tinycore_redpill_boot_loader.img
    3232235521_1651405092.0946.png

    ===============
    dsm 7.1 인텔 리얼텍 랜드라이브 사용자는 자동 설치 됩니다.
    ./my11q.sh
    하면  nano editor 가 자동으로 설치되고
    자신의 user_config.json 파일이  수정후 종료 하면  자동으로 한번에 빌드 됩니다.

    빌드 방법

    ./my11q.sh


    추천 빌드
    ./my11q.sh DS3615xs
    ./my11q.sh DS3622xs+


    예) 빌드
    ./my11q.sh DS3615xs
    3232235521_1651404011.8677.png

     엔터 (관련무)


    기본 인텔 및 리얼텍 랜드라이브는  자동 추가 됩니다 (n)
     사용자 추가 (y)도 가능 합니다.

    3232235521_1651295086.8823.png

    3232235521_1651295167.2533.png
    필요한 자신의 드라이브 선택 추가 빌드 가능
    (./my11q.sh로 빌드시 skip으로 인텔/리얼텍 랜카드 추가 빌드됨)

    3232235521_1651404235.3702.png

    엔터 하면 
    자신의  환경구성은 빌드 진행중  nano mc htop 설치되며 
    nano 에디터로 수정가능  변경 가능 합니다.
    3232235521_1651404274.1514.png
    추천)  esxi 서버의 파일 추천 구성입니다.

    {
      "extra_cmdline": {
        "pid": "0x0001",
        "vid": "0x46f4",
        "sn": "1330LWN010700",
        "mac1":"XXYYXXYYXXYY",
        "SataPortMap": "9",
        "DiskIdxMap": "00"
      },
      "synoinfo": {

              "internalportcfg" : "0xffff",
              "maxdisks" : "16"

    },
      "ramdisk_copy": { }
    }

    빌드 성공
    3232235521_1651404410.6293.png

    빌드 완성 (자동 설치  랜드라이브 입니다)

    Mounting /dev/sda1 to localdiskp1
    /dev/sda2 localdiskp2
    Creating tinycore entry
    menuentry 'Tiny Core Image Build' {
            savedefault
            set root=(hd0,msdos3)
            echo Loading Linux...
            linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
            echo Loading initramfs...
            initrd /corepure64.gz
            echo Booting TinyCore for loader creation
    }
    Entries in Localdisk bootloader :
    =======================================================================
    menuentry 'RedPill DS3615xs v7.1.0-42661 (USB, Verbose)' {
    menuentry 'RedPill DS3615xs v7.1.0-42661 (SATA, Verbose)' {
    menuentry 'Tiny Core Image Build' {
    Machine is VIRTUAL Hypervisor=VMware
    Setting default boot entry to SATA
    Caching files for future use
    Found /home/tc/redpill-load/cache/ds3615xs_42661.pat, copying to cache directory : /mnt/sda3/auxfiles
    Saving user session for future use. Saving current extensions  -> OK !
    Saving current user_config.json  -> OK !

    [#] Checking runtime for required tools... [OK]
    [#] ========================================== pocopico.e1000 ==========================================
    [#] Extension name: e1000
    [#] Description: Adds Intel(R) PRO/1000 Network Driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/e1000
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.e1000e ==========================================
    [#] Extension name: e1000e
    [#] Description: Adds Intel(R) PRO/1000 Network Driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/e1000e
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000e/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.mptspi ==========================================
    [#] Extension name: mptspi
    [#] Description: Adds Fusion MPT SPI Host driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/mptspi
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/mptspi/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.r8101 ==========================================
    [#] Extension name: r8101
    [#] Description: Adds RealTek RTL-8101 Fast Ethernet driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/r8101
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/r8101/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.r8125 ==========================================
    [#] Extension name: r8125
    [#] Description: Adds Realtek RTL8125 2.5Gigabit Ethernet driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/r8125
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/r8125/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.r8168 ==========================================
    [#] Extension name: r8168
    [#] Description: Adds RealTek RTL-8168 Gigabit Ethernet driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/r8168
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/r8168/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.r8169 ==========================================
    [#] Extension name: r8169
    [#] Description: Adds RealTek RTL-8169 Gigabit Ethernet driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/r8169
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/r8169/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== pocopico.vmxnet3 ==========================================
    [#] Extension name: vmxnet3
    [#] Description: Adds VMware vmxnet3 virtual NIC driver Support
    [#] To get help visit: <todo>
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/vmxnet3
    [#] Software author: https://github.com/pocopico
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/vmxnet3/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== redpill-boot-wait ==========================================
    [#] Extension name: RedPill Bootwait
    [#] Description: Simple extension which stops the execution early waiting for the boot device to appear
    [#] To get help visit: https://github.com/pocopico/rp-ext/redpill-boot-wait
    [#] Extension preparer/packer: https://github.com/pocopico/rp-ext/tree/main/redpill-boot-wait
    [#] Update URL: https://raw.githubusercontent.com/pocopico/rp-ext/master/redpill-boot-wait/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds2422p_42661 ds3622xsp_42218 ds2422p_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42218 ds920p_42621 ds920p_42550 ds918p_42218 ds2422p_42621 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    [#] ========================================== redpill-misc ==========================================
    [#] Extension name: Misc shell
    [#] Description: Misc shell
    [#] To get help visit: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
    [#] Extension preparer/packer: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
    [#] Software author: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc
    [#] Update URL: https://github.com/pocopico/redpill-load/raw/develop/redpill-misc/rpext-index.json
    [#] Platforms supported: ds1621p_42218 ds918p_41890 dva3221_42661 ds3617xs_42621 ds3617xs_42218 ds920p_42661 ds918p_42661 ds1621p_42661 ds918p_25556 dva3221_42218 ds3615xs_42661 ds3622xsp_42661 ds3622xsp_42218 dva3221_42621 ds3615xs_41222 ds918p_42621 ds3617xs_42661 ds3615xs_25556 ds920p_42621 ds918p_42218 ds1621p_42621 ds3615xs_42621 ds3615xs_42218 ds3622xsp_42621
    [#] =======================================================================================

    ===========================================
    Backup in progress...
    Clearing local redpill files
    Please make sure you are using the latest 1GB img before using backup option
    Current /home/tc size is 76M , try to keep it less than 1GB as it might not fit into your image
    Should i update the sda with your current files [Yy/Nn]
    Backing up home files to sda : Backing up files to /mnt/sda3//mydata.tgz touch: cannot touch '/tmp/backup_done': Permission denied

    Done.

    tc@box:~$
    ===========
    sudo reboot
    3232235521_1651295563.4479.png


    3232235521_1651295661.5665.png

    3232235521_1651295710.2166.png

    =========
    정보
    -------------

    echo
    echo ===========================================
    echo weblink : find.synology.com/
    echo ===========================================
    echo download site
    echo ===========================================
    echo driver information
    echo ./rploader.sh ext build apollolake-7.1.0-42661 add https://raw.githubusercontent.
    echo ===========================================
    echo DS3615xs DS3617xs DS916+ DS918+ DS920+ DS3622xs+ FS6400 DVA3219 DVA3221 DS1621+
    echo ===============================================================================
    echo DS918+    apollolake-6.2.4-25556
    echo DS918+    apollolake-7.0-41890
    echo DS918+    apollolake-7.0.1-42218
    echo DS3617xs  broadwell-7.0.1-42218
    echo DS3622xs+ broadwellnk-7.0.1-42218
    echo DS3615xs  bromolow-6.2.4-25556
    echo DS3615xs  bromolow-7.0-41222
    echo DS3615xs  bromolow-7.0.1-42218
    echo DS1621+   v1000-7.0.1-42218
    echo ==================================================================
    echo DS918+ Intel Celeron J3455 Quad Core 4 Yes Apollolake DDR3L SODIMM 4GB
    echo DS916+ Intel Pentium N3710 Quad Core 4 Yes Braswell DDR3 2 / 8 GB
    echo DS3617xs Intel Xeon D-1527 Quad Core 8 Yes Broadwell DDR4 ECC SODIMM 16 GB
    echo DS3622xs+ Intel Xeon D-1531 Six Core 12 Yes Broadwellnk DDR4 ECC SODIMM 16 GB
    echo DS3615xs Intel Core i3-4130 Dual Core 4 Yes Bromolow DDR3 ECC 4 GB
    echo DS1621+ AMD Ryzen V1500B Quad Core 8 Yes V1000 DDR4 ECC SODIMM 4GB
    echo DS920+ Intel Celeron J4125 Quad Core 4 Yes Geminilake DDR4 4GB


    ☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠1.png


    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    자동빌드 파일 추가 인텔 ,리얼텍 드라이브 자동 빌드 추가 및 user_config.json 빌드중에 수정 가능 합니다.
    i:\1__redpill_synology_bootloader\1____RedPill Tinycore loader\046ver\tinycore_redpill_v046_by_11qkr_v33.zip
    https://11q.kr/www/bbs/board.php?bo_table=s11&wr_id=11924&#c_11931

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    ds920  Esxi 서버용  적용 필수 조건 (설정없이 자동 HDD sata인식)
    ------------------------------------
    tc@box:~$ cat user_config.json_DS3615xs
    {
      "extra_cmdline": {
        "pid": "0x0001",
        "vid": "0x46f4",
        "sn": "1330LWN010700",
        "mac1":"XXYYXXYYXXYY",
        "SataPortMap": "9",
        "DiskIdxMap": "00"
      },
      "synoinfo": {
              "internalportcfg" : "0xffff",
              "maxdisks" : "16"
    },
      "ramdisk_copy": { }
    }
    tc@box:~$

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    마그레이션 ds3615에서 ds3622로 가능
    일부 마이그레이션을 진행시 파티션 포멧되는 상황이 발생되어 테스트후 진행 바랍니다

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    exit 서버의 ds920 빌드 sata 포트 dts 확인정보 명령어
    vi /home/tc/redpill-load/ds920p.dts
    의 구성정보를 편집 해야 합니다
    ===========================
    lspci -tvnnq
    udevadm info --query path --name sda
    udevadm info --query path --name sda | awk -F / '{print  :  }' | awk -F : '{print  :  , }'
    udevadm info --query path --name sdb
    udevadm info --query path --name sdb | awk -F / '{print  :  }' | awk -F : '{print  :  , }'
    ==============
    -[0000:00]-+-00.0  Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge [8086:7190]
              +-01.0-[01]--
              +-07.0  Intel Corporation 82371AB/EB/MB PIIX4 ISA [8086:7110]
              +-07.1  Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111]
              +-07.3  Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113]
              +-07.7  VMware Virtual Machine Communication Interface [15ad:0740]
              +-0f.0  VMware SVGA II Adapter [15ad:0405]
              +-10.0  LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI [1000:0030]
              +-11.0-[02]--+-00.0  VMware USB1.1 UHCI Controller [15ad:0774]
              |            +-01.0  Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) [8086:100f]
              |            +-02.0  VMware USB2 EHCI Controller [15ad:0770]
              |            +-04.0  VMware SATA AHCI controller [15ad:07e0]
              |            +-05.0  VMware SATA AHCI controller [15ad:07e0]
              |            \-06.0  Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) [8086:100f]
              +-15.0-[03]--
              +-15.1-[04]--
              +-15.2-[05]--
              +-15.3-[06]--
              +-15.4-[07]--
              +-15.5-[08]--
              +-15.6-[09]--
              +-15.7-[0a]--
              +-16.0-[0b]--
              +-16.1-[0c]--
              +-16.2-[0d]--
              +-16.3-[0e]--
              +-16.4-[0f]--
              +-16.5-[10]--
              +-16.6-[11]--
              +-16.7-[12]--
              +-17.0-[13]--
              +-17.1-[14]--
              +-17.2-[15]--
              +-17.3-[16]--
              +-17.4-[17]--
              +-17.5-[18]--
              +-17.6-[19]--
              +-17.7-[1a]--
              +-18.0-[1b]--
              +-18.1-[1c]--
              +-18.2-[1d]--
              +-18.3-[1e]--
              +-18.4-[1f]--
              +-18.5-[20]--
              +-18.6-[21]--
              \-18.7-[22]--
    /devices/pci0000:00/0000:00:11.0/0000:02:04.0/ata2/host1/target1:0:0/1:0:0:0/block/sda
    00: 11.0,04.0
    /devices/pci0000:00/0000:00:11.0/0000:02:04.0/ata3/host2/target2:0:0/2:0:0:0/block/sdb
    00: 11.0,04.0

    profile_image

    삽질황제님의 댓글

    no_profile 삽질황제 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (118.♡.165.22) 작성일

    다운 받아갑니다.

    profile_image

    공구님의 댓글

    no_profile 공구 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (175.♡.4.154) 작성일

    감사합니다.

    profile_image

    bluecatus님의 댓글

    no_profile bluecatus 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (193.♡.32.41) 작성일

    thanks.

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    esxi 서버용은 lan이 잡히지 않으면
        "mac1":"XXYYXXYYXXYY",
    으로 변경 하세요

    profile_image

    댕댕이님의 댓글

    no_profile 댕댕이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (218.♡.129.36) 작성일

    감사합니다.

    profile_image

    mrgs83님의 댓글

    no_profile mrgs83 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (78.♡.235.5) 작성일

    Thank You!

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    d:\tinycore_backup\tinycore_redpill_v046_v40_by_11qkr_image.zip ....add info  작업 내용
    --------
    https://www.2cpu.co.kr/PDS/14589
    -----------
    tc@box:~$

    curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/grubmenu.sh" --output grubmenu.sh; chmod +x grubmenu.sh;



    Tinycore 를 위한 간단한 유틸 하나 배포합니다.

    필요에 의해 grub.cfg 내의 재부팅후 기본 부팅 메뉴를 변경하고 싶으실 때 사용하시면 됩니다.

     

    USB <-> Tiny Core Image Build

    SATA <-> Tiny Core Image Build

    사이에 변경하고 싶은경우 열심히 키보드 앞에서 대기하실 필요 없습니다.

    사용법은 맨 위 커맨드로 다운로드 받으시고

     뒤 옵션은 메뉴 순서대로 1,2,3 중에 선택해 주시면 됩니다.

     

    tc@box:~$ ./grubmenu.sh 1

    tc@box:~$ ./grubmenu.sh 2

    tc@box:~$ ./grubmenu.sh 3

     

    1. menuentry 'Yet Another Jun`s Mod x RedPill DS1621+ v7.0.1-42218 (USB, Verbose)' {
    2. menuentry 'Yet Another Jun`s Mod x RedPill DS1621+ v7.0.1-42218 (SATA, Verbose)' {
    3. menuentry 'Tiny Core Image Build' {



    tc@box:~$ ./grubmenu.sh 1

    Mounting /dev/sda1 to localdiskp1

    grub boot partition mounted normally.

    Entries in Localdisk bootloader :
    =======================================================================

    profile_image

    승우님의 댓글

    no_profile 승우 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (125.♡.145.188) 작성일

    Thank You!

    profile_image

    mrgs83님의 댓글

    mrgs83 이름으로 검색 아이피 (88.♡.107.169) 작성일
    profile_image

    서비지님의 댓글

    no_profile 서비지 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (211.♡.63.220) 작성일

    감사합니다.

    profile_image

    권말놈님의 댓글

    no_profile 권말놈 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (210.♡.223.46) 작성일

    감사합니다.

    profile_image

    고구마는맛있어님의 댓글

    no_profile 고구마는맛있어 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (61.♡.35.74) 작성일

    감사합니다.

    profile_image

    프린터이야기님의 댓글

    no_profile 프린터이야기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (125.♡.163.242) 작성일

    감사합니다.

    profile_image

    11qkr님의 댓글

    11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    ARPl 로더를 사용을 추천 합니다
    ★★★ 시놀로지작업) 새로운 레드필 로더 ARPL(Automated Redpill Loader)로 빌드하기 강력 추천
    https://11q.kr/www/bbs/board.php?bo_table=s11&wr_id=12423

    profile_image

    이안77님의 댓글

    no_profile 이안77 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (221.♡.1.166) 작성일

    감사합니다

    profile_image

    kiset님의 댓글

    no_profile kiset 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (220.♡.115.136) 작성일

    감사합니다




    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 1,746 / 3 Page
    [ ● ubuntu rebooting시 자동화 설정 crontab start 하기 ]

    ● ubuntu rebooting시 자동화 설정 crontab start 하기하기와 같이 설치 설정시 재시작이 자동으로 되지 않는다apt ins…

    [ ● ubuntu 설치된 패키지 apt-clone 저장 백업 복원하기 ]

    ● ubuntu 설치된 패키지apt-clone 저장 백업 복원하기Apt-clone, Ubuntu에 설치된 패키지 복제https://github.…

    [ ● DSM 7.1.1-42962 Update 3 (릴리스 노트) ]

    ●DSM 7.1.1-42962 Update 3 (릴리스 노트)버전: 7.1.1-42962 업데이트 3(2022-12-08)중요 사항Synolo…

    [ ● 작업) 헤놀로지(시놀로지)에 Hass.io 설치하기 ]

    ● 작업)헤놀로지(시놀로지)에 Hass.io 설치하기 패키지 소스 확인 > 추가 하기https://synocommunity.com/쉬운 설…

    [ ● synology dsm7 Home Assistant설치하기 ] 댓글 3

    ● synology dsm7Home Assistant설치하기 초기설치후 동작▶ 설치 진행- 파일 다운 볼륨생성 환경변수 추가저장 메뉴방식으로 설…

    [ ● MobaXterm terminal 로 사용 포트 확인하기 ]

    ● MobaXterm terminal 로 ip별 사용 포트 확인하기내부및 외부 모두 사용중인 ip별 port scan 가능합니다예) 내부로컬은 …

    [ ● Synology NAS의 Let 's Encrypt에서 인증서를 어떻게 얻습니까? ]

    ●Synology NAS의 Let 's Encrypt에서 인증서를 어떻게 얻습니까? 이 문서에서는 Synology NAS의 Let 's Encr…

    [ ● 안드로이드 스마트폰에서 x-plore로 간단한 시놀로지 로컬ip로 시놀로지 서버접속 하기 ]

    ● 안드로이드 스마트폰에서 x-plore로간단한 시놀로지 로컬ip로 시놀로지 서버접속 하기 ▶안드로이드 스마트폰에서 x-plore로 접속 하기 …

    [ ● 로컬 시놀로지서버 WebDAV Server 구성 웹브라우즈로 접속하기 ]

    ● 로컬 시놀로지서버WebDAV Server 구성 웹브라우즈로 접속하기구성1) WebDAV ServerWebDAV는 사용자가 원격 서버에 저장된…

    [ ● 시놀로지 ipcamera / 카메라 동작 감지 녹화 설정 / 동작감지 이메일 알림 활성화로 카카오 문자 … ] 댓글 2

    ● 시놀로지 ipcamera / 카메라 동작 감지 녹화 설정 / 동작감지 이메일 알림 활성화로 카카오 문자 받기시놀로지 카메라를 가정내 활용하는…

    [ ● 헤놀로지 패키지 설치가 안될때 수정 방법 ]

    ●헤놀로지패키지 설치가 안될때 수정 방법https://www.clien.net/service/board/cm_nas/17487216?od=T31…

    [ ● 현관문카메라설치)amazon/아마존직구 Amcrest camera구입 설정작업 )시놀로지 ipcamer… ] 댓글 10

    빅스비 루틴으로 카메라 이밴트 gmail 수신시 스마트폰에서 자동으로 카메라뷰 실행하기https://11q.kr/www/bbs/board.php…

    [ ● 패키지 센터 연결하지 못했습니다 문제 해결 ]

    ●패키지센터 연결하지 못했습니다 문제해결 sudo -i mv /etc/ssl/certs/ca-certificates.crt /etc/ssl/ce…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-03-30 00:38:55

    오늘의 홈 현황


    • 현재 접속자♨ 118 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 9 명
    • 주간 가입자※ 32 명
    • 오늘 방문자 306 명
    • 어제 방문자 2,917 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,243,168 명
    • 전체 게시물※ 8,483 개
    • 전체 댓글수※ 24,399 개
    • 전체 회원수 10,849 명

    QR코드


    ☞ 사진기로 촬영하시면 방문링크 됩니다

    알림 0








    최신글↑