quelques ajustements
This commit is contained in:
parent
145096fcda
commit
a0299fd357
@ -36,12 +36,6 @@ FromLive $ sudo su
|
||||
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
|
||||
~~~
|
||||
@ -90,10 +84,10 @@ Chroot to your normal (and broken) system device
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user