forked from cschil/WD-385-initrd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (17 loc) · 874 Bytes
/
README
File metadata and controls
21 lines (17 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Initrd for WD MyCloudMirror gen2 und Ex2 Ultra
This custom initrd is for booting debian, ubuntu or other Linux Distibution
on WD MCMg2 or Ex2U
## Support
+ USB or SATA drive
+ ext2,3,4, btrfs
+ raid 0,1 and LVM
+ LUKS-encrypted drive
+ ssh-rescue shell
## Usage
Put OS on a partition labeled "rootfs" and OS should boot.
With encryption passphrase or keyfile could be used. If keyfile unlock is used keyfile
"key.luks" has to be stored either on partion labeld "key" (usb or hdd) or in mnt/config/initrd
(nand: /dev/mtd5/initrd). If passphrase is used, a ssh-shell on port 2222 and user: root is
open and partiton can be unlocked with "cryptsetup -T 5 luksOpen $device cryptroot".
If rootfs is not found or something else went wrong a ssh-shell is open on port 2222 with user root.
You can enter shell well over UART or by pressing reset-button while booting.