Necesito el Ubuntu en vivo persistente de preferencia 16.04 porque necesito rescatar todo mi HDD encriptado de 16.04 como se discutió en el hilo ¿Cómo me agrego de nuevo al grupo sudo en HDD encriptado de 16.04? Creo aquí un nuevo Live Ubuntu 16.04 persistente con algunos errores descritos al final con Videonauth .
sudo apt-get install gksu debootstrap
gksudo gparted
. Haga un USBext4
dejando solo 1GB como memoria libre y configure 1GB para Linux Swap; Administrar banderas> soloboot
.Prepare el sistema operativo y ejecútelo en la memoria 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/
Se ve pronto
root@masi-CM6340:/#
. Establecer locales.%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
. Se obtiene/dev/sda [NotThisOne, your HDD], 2 /dev/sdb (31474 MB; ???) 2b - /dev/sdb1 (30398 MB; /)
. Elige/dev/sdb1
y/dev/sdb
. Elige aquí el kernel de Linux que te gusta. Mantengo el kernel 4.6 de Linux más estable que puedes descargar como se describe al final del cuerpo.apt-get install vim wget
blkid
, Copiar al portapapeles,vim /etc/fstab
. Elimine lassda
líneas de modo que solo dossdb
líneas. Edítalos para gustarUUID="..." swap swap defaulst 0 0
yUUID="..." / ext4 defaults 0 1
.Pegue lo siguiente en el archivo
/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
Hacer
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
Agregue
masi
a los grupos existentesusermod -aG adm,cdrom,sudo,dip,plugdev,lpadmin,sambashare masi
donde puede dejar de ladosambashare
.Ignora los controladores porque la memoria USB no está hecha para una PC.
Para recuperar el HDD cifrado, instale los paquetes
apt-get ecryptfs-utils schroot testdisk
donde setestdisk
preparan los discos y los otros dos para recuperar todo el disco cifrado Ubuntu 16.04.sudo echo 'GRUB_DISABLE_OS_PROBER="true"' >> /etc/default/grub
;update-grub
Finaliza la instalación. Hacer
rm /sbin/initctl dpkg-divert --local --rename --remove /sbin/initctl
Pruebe su instalación de Ubuntu persistente en vivo 16.04 [alpha]
Comience su nuevo Ubuntu persistente. En la terminal, hazlo
sudo true
. Si consiguesUnable to resolve host * Connection refused
, haz# /ubuntu//q/59458/25388 sudo vim /etc/hostname masi sudo vim /etc/hosts 127.0.0.1 localhost.localdomain masi [...]
Posible complicación: Ubuntu comienza en $ (inittramfs) $. Hacer ...
Resultado: USB inicia Ubuntu Desktop GUI y UI
- puedes abrir LibreOffice, Firefox, ...
masi
está en el grupo sudo; grupos correctos.- Las configuraciones regionales se configuran correctamente cuando se
chroot
pegan. - Si tiene un error en gnome-terminal, es decir, abrirlo en la GUI,
sudo dpkg-rekonfigure locales
vuelva a hacerlo en TTY1. Resuelve el caso.
Errores que se informan a Videonauth
Sistema de actualización y la actualización siempre en hacer las pruebas: sudo apt-get update && sudo apt-get upgrade
.
- El navegador de Internet de Ubuntu. Lanzarlo bloquea el sistema. El mouse solo funciona pero no se puede enviar ninguna señal al TTY.
- Firefox Al iniciarlo, aparece una advertencia sobre [existe un perfil], por lo que no se puede abrir. Solución temporal
rm -r ~/.mozilla && rm -r ./.cache/mozilla
solo para una sesión. El problema persiste en cada inicio de sesión. Una mejor solución de trabajo:sudo mv -v /home/masi /home/masi_backup
,sudo mkdir -v /home/masi
,sudo chown masi:masi /home/masi
,sudo chmod 755 /home/masi
ysudo reboot
debido a que algunas titularidades de casa-carpeta provoca el error. Ejecute el comando de la fuente y obtendrá las siguientes diferencias /etc/hostname
no coincide/etc/hosts
después de un tiempo- A veces, comienza a
(inittramsfs)
Salida de 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
donde no entiendo qué causó el error.
Actualizar a Linux Kernel 4.6
Haz lo que se te indica aquí . Hay un error universal con resume / suspend en Linux kernel 4.4. La actualización a 4.6 lo resuelve y hace que el sistema sea mucho mejor.
Sistema: 14.04, 16.04
Kernel de Linux: 4.4 - 4.6