11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


●정보 ) redpill tiny core 최근 빌드 정보 소개

♨ 카랜더 일정 : 2022년07월16일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    ●정보 )  redpill tiny core 최근 빌드 소개

    =================================

    redpill tiny core  v0.8.0.3

    정상 빌드후 부팅 화면

    3232235521_1657997847.9009.png


    기본  Tiny core red pill boot loader 다운로드 후 esxi 서버용으로 vmdk 파일로 변경 파일로  변환  부팅 합니다

    Tiny Core Image Build 로 부팅후

    3232235521_1658022885.2393.png

    Ctrl + Alt + F1 으로 터미널 모드로 진입

    ifconfig로 ip 확인

    3232235521_1658022977.8371.png

    외부 pc에서 접속 가능
    tc 암호변경없이 접속은 P@ssw0rd 입니다(0은 숫자)

    tc

    P@ssw0rd

    ===========================

     rploader.sh 도움말

    ----------

    tc@box:~$ ./rploader.sh help

    rploader.sh


    Version : 0.8.0.3

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

    Usage: ./rploader.sh <action> <platform version> <static or compile module> [extension manager arguments]


    Actions: build, ext, download, clean, update, listmod, serialgen, identifyusb, patchdtc,

    satamap, backup, backuploader, restoreloader, restoresession, mountdsmroot, postupdate,

    mountshare, version, help


    - build <platform> <option> :

      Build the ???? RedPill LKM and update the loader image for the specified platform version and update

      current loader.


      Valid Options:     static/compile/manual


    - ext <platform> <option> <URL>

      Manage extensions using redpill extension manager.


      Valid Options:  add/force_add/info/remove/update/cleanup/auto . Options after platform


      Example:

      rploader.sh ext apollolake-7.0.1-42218 add https://raw.githubusercontent.com/pocopico/rp-ext/master/e1000/rpext-index.json

      or for auto detect use

      rploader.sh ext apollolake-7.0.1-42218 auto


    - download <platform> :

      Download redpill sources only


    - clean :

      Removes all cached and downloaded files and starts over clean


    - update :

      Checks github repo for latest version of rploader, and prompts you download and overwrite


    - listmods <platform>:

      Tries to figure out any required extensions. This usually are device modules


    - serialgen <synomodel> <option> :

      Generates a serial number and mac address for the following platforms

      DS3615xs DS3617xs DS916+ DS918+ DS920+ DS3622xs+ FS6400 DVA3219 DVA3221 DS1621+


      Valid Options :  realmac , keeps the real mac of interface eth0


    - identifyusb :

      Tries to identify your loader usb stick VID:PID and updates the user_config.json file


    - patchdtc :

      Tries to identify and patch your dtc model for your disk and nvme devices. If you want to have

      your manually edited dts file used convert it to dtb and place it under /home/tc/custom-modules


    - satamap :

      Tries to identify your SataPortMap and DiskIdxMap values and updates the user_config.json file


    - backup :

      Backup and make changes /home/tc changed permanent to your loader disk. Next time you boot,

      your /home will be restored to the current state.


    - backuploader :

      Backup current loader partitions to your TCRP partition


    - restoreloader :

      Restore current loader partitions from your TCRP partition


    - restoresession :

      Restore last user session files. (extensions and user_config.json)


    - mountdsmroot :

      Mount DSM root for manual intervention on DSM root partition


    - postupdate :

      Runs a postupdate process to recreate your rd.gz, zImage and custom.gz for junior to match root


    - mountshare :

      Mounts a remote CIFS working directory


    - version <option>:

      Prints rploader version and if the history option is passed then the version history is listed.


      Valid Options : history, shows rploader release history.


    - help:           Show this page


    Version : 0.8.0.3

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

    Available platform versions:

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

    apollolake-7.0-41890

    apollolake-7.0.1-42218

    apollolake-7.0.1-42218-JUN

    apollolake-7.1.0-42621

    apollolake-7.1.0-42661

    broadwell-7.0.1-42218

    broadwell-7.0.1-42218-JUN

    broadwell-7.1.0-42621

    broadwell-7.1.0-42661

    broadwellnk-7.0.1-42218

    broadwellnk-7.0.1-42218-JUN

    broadwellnk-7.1.0-42621

    broadwellnk-7.1.0-42661

    bromolow-7.0.1-42218

    bromolow-7.0.1-42218-JUN

    bromolow-7.1.0-42621

    bromolow-7.1.0-42661

    denverton-7.0.1-42218

    denverton-7.0.1-42218-JUN

    denverton-7.1.0-42621

    denverton-7.1.0-42661

    ds2422p-7.0.1-42218-JUN

    geminilake-7.0.1-42218

    geminilake-7.0.1-42218-JUN

    geminilake-7.1.0-42621

    geminilake-7.1.0-42661

    v1000-7.0.1-42218

    v1000-7.0.1-42218-JUN

    v1000-7.1.0-42621

    v1000-7.1.0-42661

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

    Check custom_config.json for platform settings.

    tc@box:~$


    ==============

     부팅후 작업 입니다
     ============

     ./rploader.sh update

     ./rploader.sh fullupgrade

      ./rploader.sh clean


    빌드

    ./rploader.sh satamap

     ./rploader.sh  serialgen DS920+

    ./rploader.sh build geminilake-7.1.0-42621


    빌드후 로더 부탕 메뉴 설정 확인
    tce-load -w -i nano.tcz
    tce-load -w -i mc
    sudo mount /mnt/sda1
    nano /mnt/sda1/boot/grub/grub.cfg
    cat /mnt/sda1/boot/grub/grub.cfg


    종료하기

     exitcheck.sh poweroff


    재부팅

    sudo reboot

    ==========  빌드방법 ===========

    방법1)

    ./rploader.sh build geminilake-7.1.0-42621

    방법2)

    myv.sh



    최근 my.sh의  기능 향상으로 빌드가 편해 졌습니다

     다운로드

    tc@box:~$ cat my_build_update.sh

    echo " =============================

    Posted Saturday at 09:37 PM

    Release DS1520+ jun mode m shell.

    With @jumkey's help, it's done.

    DS1520+ is a 5-bay product with one more disk bay than DS920+.

    You can think of it as a similar model to the DS920+.

    Like the DS920+, it supports transcoding and is a DTC-based model.

    It is a model that can be built only in the M shell.


    You can use the build command as below.

    ./my.sh DS1520+J


    For VMs that require additional ext , etc., it is as follows.

    ./myv.sh DS1520+J

    For first-time users, please download and install it in advance as shown below.

    ======================================== "

    curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" --output my.sh.gz; tar -zxvf my.sh.gz;

    curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/myv.sh.gz" --output myv.sh.gz; tar -zxvf myv.sh.gz;


    ls -lrt m*.sh

    tc@box:~$

    ==========
     빌드
    ./myc.sh 
    ================
    tc@box:~$ ./myv.sh
    Checking Internet Access -> OK
    Checking if a newer mshell version exists on the repo -> Version is current
    myv.sh

    ----------------------------------------------------------------------------------------
    Usage: ./myv.sh <Synology Model Name> <Options>

    Options: postupdate, noconfig, noclean, manual

    - postupdate : Option to patch the restore loop after applying DSM 7.1.0-42661 Update 2, no additional build required.

    - 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 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 ./myv.sh

    - for jot mode

    ./myv.sh DS918+
    ./myv.sh DS3617xs
    ./myv.sh DS3615xs
    ./myv.sh DS3622xs+
    ./myv.sh DVA3221
    ./myv.sh DS920+
    ./myv.sh DS1621+
    ./myv.sh DS2422+
    ./myv.sh DVA1622
    ./myv.sh DS1520+ (Not Suppoted)
    ./myv.sh FS2500 (Not Suppoted)

    - for jun mode

    ./myv.sh DS918+J
    ./myv.sh DS3617xsJ
    ./myv.sh DS3615xsJ
    ./myv.sh DS3622xs+J
    ./myv.sh DVA3221J
    ./myv.sh DS920+J
    ./myv.sh DS1621+J
    ./myv.sh DS2422+J
    ./myv.sh DVA1622J (Not Suppoted)
    ./myv.sh DS1520+J
    ./myv.sh FS2500J

    tc@box:~$
    ==================
    빌드
    ./myc.sh 
    ./myv.sh  ds3622sx+j
    3232235521_1657999347.9411.png

    저의 Esxi 서버의 부팅 랜 응답이 않되어 빌드후  mac 주소 변경 해야 합니다
     mac2=XXYYXXYYXXYY mac1=XXYYXXYYXXYY 


    tc@box:~$ cat grub_cfg_mount.sh
    echo grub_cfg_mount.sh
    tce-load -w -i nano.tcz
    tce-load -w -i mc
    sudo mount /mnt/sda1
    nano /mnt/sda1/boot/grub/grub.cfg
    cat /mnt/sda1/boot/grub/grub.cfg

    tc@box:~$
     mac2=XXYYXXYYXXYY mac1=XXYYXXYYXXYY 
    로변경
    3232235521_1657998765.3769.png


    리부팅
    3232235521_1657999282.6707.png

    정상빌드후 부팅 .

    3232235521_1657999405.761.png

    3232235521_1657999432.3469.png


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

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



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,675 / 21 Page
    [ 시놀로지 // 리눅스 우분투 ssh 접속 차단 및 허용 하기 ]

    리눅스 우분투 ssh 접속 차단 및 허용 하기는 시놀로지에서는 의미 없네요정보만 저장 합니다.(dsm 설정)cd /etcroot@https11q…

    [ ● 안드로이드 x86 과 pc의 파일공유 간단한 방법 ]

    ● Android x86 VM에 VMware 도구를 설치하는 방법은 무엇입니까? 파일공유 방법Windows 7에서 VMware 가상 머신에 An…

    [ 성공● ESXi 하이퍼바이저 가상화 서버 다운로드 및 ESXi 가상서버 만들기 설치 방법 ] 댓글 6

    ●ESXi 하이퍼바이저 가상화 서버 다운로드 및ESXi 가상서버 만들기 설치 방법 설치 참조사이트는 https://pagein.net/esxi-…

    [ ● VMWare ESxi 및 vSphere 개념 과 기능 ]

    ● VMWare ESxi 및 vSphere 개념 과 기능설명이 잘된곳[vCenter Server 및 호스트 관리] 1. vSphere 개념 및 …

    [ ● 시놀로지 기본 ipkg 설치 nano 최신버전 및 각종 유틸리티 사용을 위한 ipkg 설치 과정2 ] 댓글 1

    ● 시놀로지작업) 기본 ipkg 설치 nano 최신버전 및 각종 유틸리티 사용을 위한 ipkg 설치 과정2간단히 시놀로지 ssh 터미널의 nan…

    [ ● 시놀로지 나스 to PC 파일 카피 전송속도 늘리는 방법 ]

    ●시놀로지 나스 to PC 파일 카피 전송속도 늘리는 방법시놀로지 NAS에 LAN port가 2개 이상 있으며 또한 PC에도 LAN portrk…

    [ ● 부팅후 초기화파일 구성방법 )헤놀로지 RedPill tinyCore 만능부트로더 for Native im… ]

    ● 부팅후 초기화파일 구성방법 )헤놀로지 RedPill tinyCore 만능부트로더 for Native img 적용자신의 구성파일을 usb로 부…

    [ ● ★★★ 부트로더 강력추천 v045_v4 )헤놀로지 RedPill tinyCore 만능부트로더 xpenol… ] 댓글 8

    ●★★★ 부트로더 강력추천 v045_v4 )헤놀로지 RedPill tinyCore 만능부트로더 xpenology dsm7.0.1적용 간단 빌드 …

    [ ●작업성공) docker 의 연결 정보 telegram 메세지 message 전송 ]

    ● docker 의 연결 정보 telegram 메세지 message 전송 도커의 start/ stop 정보를 전송 합니다 ▶ portainer …

    [ ● dsm7.1 변경후 텔레그램 안되는것 및 web station 설정 조건 ]

    ● dsm7.1 변경후 텔레그램 안되는것 및 web station 설정 조건 - 7.0에서 마이그레션 진행 1) 인증서 자동 갱신 설정 - ro…

    [ ● 시놀로지 하이퍼 백업 에러 발생은 폴더 삭제시 발생 합니다 / SYNOLOGY HYPER BACKUP E… ]

    ● 시놀로지 하이퍼 백업 에러 발생은 폴더 삭제시 발생 합니다 / SYNOLOGY HYPER BACKUP ERROR원인 : 백업 폴더 설정에 있…

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

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

    [ ●준비_시놀로지 작성) cafe24 개인도메인 설정하기 ]

    ● 시놀로지 작성) cafe24 개인도메인 설정하기https://cwhboy83.tistory.com/18작업 준비 합니다Cafe24호스팅케이알…

    [ ● Esxi 서버 vm 백업 툴 개방형 가상화 형식 도구(ovftool) 다운로드하여백업(Backup)하고… ] 댓글 1

    ● Esxi 서버 vm 백업 툴개방형 가상화 형식 도구(ovftool) 다운로드하여백업(Backup)하고 복원(Restore)하기방법1) esx…

    [ 메인 겔러리 사진 숫자 늘리기 ]

    ◎ 네이버에서 [https://11q.kr 홈피] 검색 찾아오세요 ◎\n[이 게시물은 관리자님에 의해 2013-11-18 21:29:50 11.…

    [ PC200% 활용 ] 원도우 2개 멀티부팅 메뉴 easy BCD/windows booting ] 댓글 1

    PC200% 활용 노하우를 전수해주마!-멀티부팅* 가끔 원도우가 1개 문제로 한개더 원도우 ,2개 깔고원도우를 설치하는 멀티부팅 메뉴 만드는 프…

    [ ds107/ds712 diskstation synology 패스워드 초기화 하기,reset,password ]

    ds107/ds712 diskstation synology 패스워드 초기화 하기,reset,password뒷면의 reset 구멍에 볼펜으로 6~…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-26 21:59:33

    오늘의 홈 현황


    • 현재 접속자♨ 789(1) 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 2,313 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,920 명
    • 전체 게시물※ 8,657 개
    • 전체 댓글수※ 24,773 개
    • 전체 회원수 11,070 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑