●●● dsm 7.1빌드작업 esxi 서버의 tinycore 에 myv.sh 적용하여 랜인식을 위한 수정작업 boot loader update
링크
첨부
등록일
2022.06.17 12:01
컨텐츠 정보
- 18,264 조회
- 20 댓글
- 0 추천
- 목록
본문
● 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 추가
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)로 빌드 해야 정상 빌드 됩니다.
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 다운로드 기본 정보
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
빌드방법
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
===========
파일 정보
sh 파일 정보
▶ 저의 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 파일을 수정 추가하세요
수정위치
echo ""
echo ==============set cat user_config.json editor =======================
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 ============================================
==========================================================
./cpu_memory.sh
팁) 간단한 부팅 메뉴 확인및 수정 방법
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
===============
dsm 7.1 인텔 리얼텍 랜드라이브 사용자는 자동 설치 됩니다.
./my11q.sh
하면 nano editor 가 자동으로 설치되고
자신의 user_config.json 파일이 수정후 종료 하면 자동으로 한번에 빌드 됩니다.
빌드 방법
./my11q.sh
추천 빌드
./my11q.sh DS3615xs
./my11q.sh DS3622xs+
예) 빌드
./my11q.sh DS3615xs
엔터 (관련무)
기본 인텔 및 리얼텍 랜드라이브는 자동 추가 됩니다 (n)
사용자 추가 (y)도 가능 합니다.
필요한 자신의 드라이브 선택 추가 빌드 가능
(./my11q.sh로 빌드시 skip으로 인텔/리얼텍 랜카드 추가 빌드됨)
엔터 하면
자신의 환경구성은 빌드 진행중 nano mc htop 설치되며
nano 에디터로 수정가능 변경 가능 합니다.
추천) esxi 서버의 파일 추천 구성입니다.
{
"extra_cmdline": {
"pid": "0x0001",
"vid": "0x46f4",
"sn": "1330LWN010700",
"mac1":"XXYYXXYYXXYY",
"SataPortMap": "9",
"DiskIdxMap": "00"
},
"synoinfo": {
"internalportcfg" : "0xffff",
"maxdisks" : "16"
},
"ramdisk_copy": { }
}
빌드 성공
빌드 완성 (자동 설치 랜드라이브 입니다)
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
=========
정보
-------------
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
관련자료
-
링크
-
첨부등록일 2022.06.17 12:01
댓글 20
11qkr님의 댓글
자동빌드 파일 추가 인텔 ,리얼텍 드라이브 자동 빌드 추가 및 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=11924c_11931
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=11924c_11931
11qkr님의 댓글
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:~$
------------------------------------
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:~$
11qkr님의 댓글
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
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
11qkr님의 댓글
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 :
=======================================================================
--------
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 :
=======================================================================