Jump to content

alihaydar

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This is the error that occurs. What is the problem? Related function; check_loop_device() { local device=$1 if [[ ! -b $device ]]; then if [[ $CONTAINER_COMPAT == yes && -b /tmp/$device ]]; then display_alert "Creating device node" "$device" mknod -m0660 "${device}" b "0x$(stat -c '%t' "/tmp/$device")" "0x$(stat -c '%T' "/tmp/$device")" else exit_with_error "Device node $device does not exist" fi fi
  2. Thanks for your reply. Also i tried https://github.com/armbian/build with options CRYPTROOT_ENABLE=yes CRYPTROOT_PASSPHRASE="1234" but there was some errors during compilation. How can I encrypt the root file system for Orangepi with any operating system? Is there another way? Best Regards
  3. Hi everyone, I use Orangepipc and want to make full encryption of the root file system, I applied the following topics, but each time it says "starting kernel ..." and freezes on the booting What is the problem? I tried OS; Armbian_5.59_Orangepipc_Debian_stretch_next_4.14.65 Armbian_19.11.3_Orangepipc_buster_current_5.3.9 Armbian_20.02.1_Orangepipc_buster_current_5.4.20 Armbian_20.02.1_Orangepipc_bionic_current_5.4.20 and https://ch1p.io/armbian-fde/
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines