스레드에서 설명한대로 16.04의 암호화 된 HDD 전체를 구출해야하므로 16.04의 영구 라이브 우분투가 필요합니다. 16.04의 암호화 된 HDD 에서 sudo 그룹에 어떻게 다시 추가합니까? Videonauth 마지막에 설명 된 몇 가지 버그가있는 새로운 영구 라이브 우분투 16.04를 만들었습니다 .
sudo apt-get install gksu debootstrap
gksudo gparted
.ext4
여유 메모리로 1GB 만 남겨두고 USB를 만들고 Linux 스왑에 1GB를 설정하십시오. 플래그 관리> 만boot
.USB 스틱으로 OS 준비 및 실행
sudo mkdir /mnt/stick sudo mount /dev/sdb1 /mnt/stick/ sudo debootstrap --arch=amd64 xenial /mnt/stick http://de.archive.ubuntu.com/ubuntu/ sudo mount -o bind /dev /mnt/stick/dev sudo mount -o bind /dev/pts /mnt/stick/dev/pts sudo mount -t sysfs /sys /mnt/stick/sys sudo mount -t proc /proc /mnt/stick/proc sudo cp /proc/mounts /mnt/stick/etc/mtab sudo cp /etc/resolv.conf /mnt/stick/etc/resolv.conf sudo chroot /mnt/stick/
프롬프트는 다음과 같습니다
root@masi-CM6340:/#
. 로케일을 설정하십시오.%locale-gen en_US en_US.UTF-8 %dpkg-reconfigure locale dpkg-rekonfigure locales % two above commands cause a bug in gnome-terminal; choose here your locales and set environment en_US.UTF-8 dpkg-reconfigure keyboard-configuration localedef -i en_US -c -f UTF-8 en_US.UTF-8
apt-get install linux-image-generic
. 당신은 얻을/dev/sda [NotThisOne, your HDD], 2 /dev/sdb (31474 MB; ???) 2b - /dev/sdb1 (30398 MB; /)
./dev/sdb1
및을 선택하십시오/dev/sdb
. 여기에 리눅스 커널이 마음에 들었습니다. 본문 끝에서 설명한대로 다운로드 할 수있는 Linux 커널 4.6을 가장 안정적으로 유지합니다.apt-get install vim wget
blkid
, 클립 보드에 복사하십시오vim /etc/fstab
.sda
두sdb
줄만 제거하십시오 . 좋아UUID="..." swap swap defaulst 0 0
하고로 편집하십시오UUID="..." / ext4 defaults 0 1
.다음을 파일에 붙여 넣기
/etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://de.archive.ubuntu.com/ubuntu/ xenial main restricted # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://de.archive.ubuntu.com/ubuntu/ xenial universe # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial universe deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://de.archive.ubuntu.com/ubuntu/ xenial multiverse # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial multiverse deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu xenial partner deb-src http://archive.canonical.com/ubuntu xenial partner deb http://security.ubuntu.com/ubuntu xenial-security main restricted # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted deb http://security.ubuntu.com/ubuntu xenial-security universe # deb-src http://security.ubuntu.com/ubuntu xenial-security universe deb http://security.ubuntu.com/ubuntu xenial-security multiverse # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
하다
dpkg-divert --local --rename --add /sbin/initctl ln -s /bin/true /sbin/initctl apt-get update % Comment this out if ubuntu-desktop is wanted apt-get install ubuntu-desktop % Comment out if ubuntu-server is wanted % apt-get install ubuntu-server adduser --home /home/masi masi
제외 할 수
masi
있는 기존 그룹에 추가하십시오 .usermod -aG adm,cdrom,sudo,dip,plugdev,lpadmin,sambashare masi
sambashare
하나의 PC에 USB 스틱이 만들어지지 않았기 때문에 드라이버를 무시하십시오.
암호화 HDD 회수, 패키지 설치
apt-get ecryptfs-utils schroot testdisk
어디에testdisk
디스크 우분투 16.04 암호화 디스크 전체를 회수하기위한 다른 두 가지의 제조.sudo echo 'GRUB_DISABLE_OS_PROBER="true"' >> /etc/default/grub
;update-grub
설치를 완료하십시오. 하다
rm /sbin/initctl dpkg-divert --local --rename --remove /sbin/initctl
영구 라이브 우분투 16.04의 설치 테스트 [알파]
새로운 영구 우분투를 시작하십시오. 터미널에서
sudo true
. 당신이 얻을 경우Unable to resolve host * Connection refused
수행# /ubuntu//q/59458/25388 sudo vim /etc/hostname masi sudo vim /etc/hosts 127.0.0.1 localhost.localdomain masi [...]
가능한 합병증 : Ubuntu는 $ (inittramfs) $에서 시작합니다. 하다 ...
결과 : USB가 Ubuntu Desktop GUI 및 UI를 시작합니다.
- LibreOffice, Firefox, ...를 열 수 있습니다
masi
sudo 그룹에 있습니다. 올바른 그룹.chroot
붙일 때 로케일이 올바르게 설정 되었습니다.- gnome-terminal에 버그가있는 경우 (GUI에서 열기)
sudo dpkg-rekonfigure locales
TTY1에서 다시 수행 하십시오. 사건을 해결합니다.
Videonauth에보고 된 버그
테스트 수행시 항상 시스템 업데이트 및 업그레이드 : sudo apt-get update && sudo apt-get upgrade
.
- 우분투의 인터넷 브라우저. 시작하면 시스템이 충돌합니다. 마우스 만 작동하지만 TTY로 신호를 보낼 수 없습니다.
- Firefox. 시작하면 [프로필이 있음]에 대한 경고가 표시되므로 열 수 없습니다.
rm -r ~/.mozilla && rm -r ./.cache/mozilla
한 세션에 대해서만 임시 수정 . 로그인 할 때마다 문제가 지속됩니다. 더 나은 작업 수정 :sudo mv -v /home/masi /home/masi_backup
,sudo mkdir -v /home/masi
,sudo chown masi:masi /home/masi
,sudo chmod 755 /home/masi
및sudo reboot
홈 폴더의 일부 소유권 버그가 발생하기 때문이다. 소스 의 명령을 실행하면 다음과 같은 차이점이 있습니다. /etc/hostname
/etc/hosts
얼마 후 일치하지 않습니다- 때로는 시작
(inittramsfs)
출력 vimdiff <(find /home/masi -printf "%P %u:%g %m\n" | sort) <(find /home/masi_backup -printf "%P %u:%g %m\n" | sort)
%LHS-file
.bash_history masi:masi 600
.cache/compizconfig-1/animation.pb masi:masi 664
.cache/compizconfig-1/commands.pb masi:masi 664
.cache/compizconfig-1/compiztoolbox.pb masi:masi 664
% here many files not existing in the RHS
%RHS-file (fresh installation)
.bash_history root:root 600
.bash_logout masi:masi 664
.bashrc masi:masi 644
.cache root:root 700
어디에서 버그가 발생했는지 이해할 수 없습니다.
Linux Kernel 4.6으로 업그레이드
여기에 지시 된대로 하십시오 . Linux 커널 4.4에는 이력서 / 일시 중지 관련 범용 버그가 있습니다. 4.6으로 업그레이드하면 문제가 해결되고 시스템이 훨씬 향상됩니다.
시스템 : 14.04, 16.04
Linux 커널 : 4.4-4.6