Çسî·ÎÁö »õ·Î¿î RedPill Loader
https://xpenology.com/forum/topic/45795-redpill-the-new-loader-for-62¡¦ (593)https://github.com/RedPill-TTG/redpill-load (537)
https://xpenology.com/forum/topic/45795-redpill-the-new-loader-for-624-discussion/
아직 한창 개발중인 Pre-alpha 상태이고 리눅스 커널에 대한 지식이 없다면 쓰기 힘들지만, 6.2.4 정상적으로 부팅된다고 합니다.
기존의 jun's loader가 6.2.4에서 막힌 이후 jun이 해놀로지를 그만둔듯 나타나지 않았고 로더가 오픈소스가 아니어서 더 이상 진행이 안됐었는데,
오픈소스 기반의 새로운 로더인 Redpill이 나왔네요. GPL 라이센스로 공개되어서 아마 지속적으로 개발이 유지될거 같습니다.
https://github.com/RedPill-TTG/redpill-load
몇주 전부터 개발 상태를 꾸준히 눈팅하던 중이었는데 지난주에 USB 로더 이미지를 생성할 수 있는 스크립트까지 공개가 되었네요.
이걸로 DSM 7.0 해놀을 올린 용자도 나왔습니다.
로더 개발자들은 구조상 7.0 지원이 어려운건 아니어서 곧 7.0도 지원할 예정이라는데, 일단은 6.2.4를 안정적으로 지원하는데 집중한다고 하네요. DSM 7.0은 순정조차 불안정한지라 아직 안올리는게 맞는거 같긴 합니다.
주말에 가상머신에 올려봐야겠습니다.
Çس ´ë´ëÀûÀÎ ¾÷±ÛÀÌ ¸ÖÁö ¾Ê¾Ò±º¿ä
À̹ÌÁö ÈÀÏÀ» ÄÄÆÄÀÏÇؼ ¸¸µé¾î¾ß ÇÏ´Â°Í °°Àºµ¥, ²À ¸®´ª½º¿¡¼¸¸ ÇØ¾ß Çϴ°ÇÁö,
±âÁ¸ ¼³Ä¡µÈ Çì³î¿¡ SSH Á¢¼ÓÇؼµµ °¡´ÉÇÏÁö ¾ÊÀ»±î ½ÍÀºµ¥¿ä.
¾Æ´Ï¸é ¸Æ Å͹̳εµ ÀÖ±¸¿ä.
Àú´Â ¸®´ª½º°¡ ¾ø¾î¼¿ä...
»ç¿ë¹ý Á¤µ¶ÇÏ°í ÀÖ½À´Ï´Ù.^^
----------------------------------------------
## How to use it?
1. Make sure you're running Linux
2. Compile RedPill LKM and place it in `ext/rp-lkm/redpill-linux-<VERSION>.ko` (see platform config for details)
3. Create `user_config.json` which contains at minimum:
```json
{
"extra_cmdline": {
"vid": "<fill me>",
"pid": "<fill me>",
"sn": "<fill me>",
"mac1": "<fill me>"
},
"synoinfo": {},
"ramdisk_copy": {}
}
```
- We cannot help you obtain the S/N
- VID/PID correspond to your USB stick vendor id and product id (google: `vid pid usb drive`)
- If you're running QEmu-based virtualization (e.g. Proxmox or VirtualBox) set `vid` to `0x46f4` and `pid` to `0x0001`
- `mac1` is the MAC address of your first ethernet interface
- If you want to add more ethernet cards simply put `mac2`/`mac3`/`mac4` and `netif_num` to the number of card
- `synoinfo` is a key=>value structure where you can override any `synoinfo` options (e.g. `"SataPortMap": "..."`)
3. Run `./build-loader.sh <hw_version> <os_version>` (e.g. `./build-loader.sh 'DS918+' '6.2.4-25556'`)
It will download all files needed and complain if something isn't right
4. Burn the image onto a USB stick
When asked for PAT file during OS installation you can use PAT file from `cache/` directory - it's downloaded from the
official CDN automatically to build the loader anyway.
ÀνºÅçÇؼ »ç¿ëÇÏ´Â ¹æ¹ýÀº ÀÖ³ªº¾´Ï´Ù.
https://start0.tistory.com/224
Docker ¸¸´ÉÀÌ¶ó ¹¹µç ´Ù µÇ³×¿ä
ÀÏ´Ü ÀÛµ¿Àº Àß µË´Ï´Ù..