on ne parle plus que de ZFS

This commit is contained in:
Michel Le Cocq 2020-09-24 17:07:40 +02:00
parent a0299fd357
commit f01df69db7
1 changed files with 0 additions and 24 deletions

View File

@ -44,26 +44,6 @@ I'm in the case where ny zpool is encrypt !
see : [zfs trouble encrypt zpool](zfs-trouble-live-boot-solution) see : [zfs trouble encrypt zpool](zfs-trouble-live-boot-solution)
#### My system is not ZFS
Mount root partition (for example an lvm)
~~~
FromLive # mount /dev/volumegroup/logicalvolume /mnt
~~~
Mount boot partition (F.e. in drive sda)
~~~
FromLive # mount /dev/sda2 /mnt/boot
~~~
Mount the EFI System Partition (usually in /dev/sda1)
~~~
FromLive # mount /dev/sda1 /mnt/boot/efi
~~~
### Prepare chroot env ### Prepare chroot env
Mount the critical virtual filesystems with the following single command: Mount the critical virtual filesystems with the following single command:
@ -134,10 +114,6 @@ rpool/ROOT/ubuntu_19k4ww/var/lib/dpkg 269G 41M 269G 1% /var/
InsideChroot # apt-get install --reinstall grub-efi InsideChroot # apt-get install --reinstall grub-efi
~~~ ~~~
~~~
InsideChroot # grub-install /dev/sda
~~~
~~~ ~~~
InsideChroot # update-grub InsideChroot # update-grub
~~~ ~~~