Page 1 of 1

(Solved) How to install snapshot on main machine

Posted: Sun Jan 03, 2021 10:21 pm
by Danrobi
I've created a live usb with a snapshot. And now I'd like to install the snapshot on my device, possible? Thanks!

Re: How to install snapshot on main machine

Posted: Sun Jan 03, 2021 10:23 pm
by JayM
Yes, of course. Just install it as you normally would. If there's no installer launcher/icon on the desktop just run

Code: Select all

sudo minstall
in a terminal to start the installer.

Re: How to install snapshot on main machine

Posted: Sun Jan 03, 2021 10:27 pm
by dolphin_oracle

Code: Select all

minstall-pkexec
would be the preferred method to start the installer on MX. otherwise Xfce/thunar's automount might not be disabled and you may get errors when formatting partitions.

Re: How to install snapshot on main machine

Posted: Sun Jan 03, 2021 10:44 pm
by JayM
dolphin_oracle wrote: Sun Jan 03, 2021 10:27 pm

Code: Select all

minstall-pkexec
would be the preferred method to start the installer on MX. otherwise Xfce/thunar's automount might not be disabled and you may get errors when formatting partitions.
Ah, thanks for that info. I bookmarked this post to save it in my bag of tricks.

Re: How to install snapshot on main machine

Posted: Mon Jan 04, 2021 1:12 am
by Danrobi
dolphin_oracle wrote: Sun Jan 03, 2021 10:27 pm

Code: Select all

minstall-pkexec
would be the preferred method to start the installer on MX. otherwise Xfce/thunar's automount might not be disabled and you may get errors when formatting partitions.
Awesome! Thank you much! The MX Team are the best!