スレッドで説明したように、16.04の暗号化HDD全体をレスキューする必要があるため、できれば16.04の永続ライブUbuntuが必要です。16.04の暗号化HDDのsudoグループに自分を追加するには ここでは、最後にVideonauthで説明されているいくつかのバグを含む新しい永続的なライブUbuntu 16.04を作成します。
sudo apt-get install gksu debootstrap
gksudo gparted
。ext4
1GBのみを空きメモリとして残してUSBを作成し、Linuxスワップ用に1GBを設定します。フラグの管理>のみboot
。OSを準備し、USBスティックで実行します
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カーネルを選択します。本文の最後に記載されているようにダウンロードできるLinuxカーネル4.6を最も安定させています。apt-get install vim wget
blkid
、クリップボードにコピーしvim /etc/fstab
ます。sda
2sdb
行だけになるように行を削除します。彼らが好きな編集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
。USBスティックが1台のPC用に作られていないため、ドライバーを無視します。
暗号化されたHDDを回復するために、パッケージのインストールのUbuntu 16.04暗号化されたディスク全体を回復するためのディスクや他の二つを製造するために。
apt-get ecryptfs-utils schroot testdisk
testdisk
sudo echo 'GRUB_DISABLE_OS_PROBER="true"' >> /etc/default/grub
;update-grub
インストールを完了します。行う
rm /sbin/initctl dpkg-divert --local --rename --remove /sbin/initctl
永続ライブUbuntu 16.04 [アルファ]のインストールをテストする
新しいPersistent Ubuntuを起動します。ターミナルでは、やります
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
。
- Ubuntuのインターネットブラウザ。起動するとシステムがクラッシュします。マウスのみが機能しますが、TTYに信号を送信できません。
- Firefox。起動すると、[プロファイルが存在する]に関する警告が表示されるため、開くことができません。
rm -r ~/.mozilla && rm -r ./.cache/mozilla
1つのセッションのみの一時的な修正。この問題はログインごとに続きます。より良い作業の修正: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