quelques ajustements

This commit is contained in:
Michel Le Cocq 2020-09-24 17:06:36 +02:00
parent 145096fcda
commit a0299fd357
1 changed files with 2 additions and 8 deletions

View File

@ -36,12 +36,6 @@ FromLive $ sudo su
FromLive # zpool import -f -R /mnt rpool FromLive # zpool import -f -R /mnt rpool
~~~ ~~~
~~~
FromLive # zpool import bpool
~~~
Here system will tell you he can't mount it because /boot is in use. We don't wanted to mount it here, we will do it inside the chroot.
~~~ ~~~
FromLive # zfs mount rpool/ROOT/ubuntu_myid FromLive # zfs mount rpool/ROOT/ubuntu_myid
~~~ ~~~
@ -90,10 +84,10 @@ Chroot to your normal (and broken) system device
FromLive # chroot /mnt FromLive # chroot /mnt
~~~ ~~~
Then here mon bpool zfs vol. import also bpool but do not mount it *-N* :
~~~ ~~~
InsideChroot # zfs mount -a InsideChroot # zpool import -N bpool
~~~ ~~~
Mount your EFI partition: Mount your EFI partition: