Back to discussions
Expand all | Collapse all
Has anyone successfully downgraded from 16.2 to 16.1?
MikeTaylorOct 19, 2021 07:37 AM
16.2 is a bad release and I'd like to back it out, but I don't have time to mess around with it too much. ...
SimonJMBrownOct 19, 2021 08:50 AM
Eventually after trying other options. I uninstalled and installed 16.0, which still didn't work. Then ...
wilaOct 19, 2021 10:29 AM
Hi, You should be able to downgrade. A few notes: - Do not suspend any of your VM's, but use shut ...
pcarewOct 22, 2021 07:25 PM
I had to downgrade from 16.2.0 to 16.1.2 16.2 was truly horrible. My W10Guest VM was constantly freezing ...
1. Has anyone successfully downgraded from 16.2 to 16.1?
Recommend
MikeTaylor
Posted Oct 19, 2021 07:37 AM
16.2 is a bad release and I'd like to back it out, but I don't have time to mess around with it too much.Has anyone successfully downgraded from 16.2 to 16.1? Did you run into any issues? My 16.2 is working, though not great. Any advice appreciated.
2. RE: Has anyone successfully downgraded from 16.2 to 16.1?
Recommend
SimonJMBrown
Posted Oct 19, 2021 08:50 AM
Eventually after trying other options.
I uninstalled and installed 16.0, which still didn't work. Then upgraded to 16.1.1 and (thankfully) my VMs load again.
Day lost with it all. I will not be performing upgrades so quickly in future!
3. RE: Has anyone successfully downgraded from 16.2 to 16.1?
Recommend
wila
Posted Oct 19, 2021 10:29 AM
Hi,
You should be able to downgrade.
A few notes:
- Do not suspend any of your VM's, but use shut down.
- If you made new snapshots, commit them before downgrading.
- If you used the new experimental vtpm feature then remove that before downgrading (not easy, see other threads on this, for example https://communities.vmware.com/t5/VMware-Workstation-Pro/How-to-remove-managedvm-autoAddVTPM-quot-software-quot-after/td-p/2872592/jump-to/first-unread-message)
- Check the virtual hardware of your VM's, they should be set to Workstation 16 compatibility at most and not at level "Beta". If they are set at Beta then change them back to 16 before uninstalling.
Hope this helps,
--
Wil4. RE: Has anyone successfully downgraded from 16.2 to 16.1?
Recommend
pcarew
Posted Oct 22, 2021 07:25 PM
I had to downgrade from 16.2.0 to 16.1.2
16.2 was truly horrible. My W10Guest VM was constantly freezing for 30secods or more. It was impossible to use like that
Thankfully 16.1.2 is back to operating properly.
×
New Best Answer
This thread already has a best answer. Would you like to mark this message as the new best answer?
'; if ($discussionImgModal.length == 0) { $("form").append(modalHtml); $discussionImgModal = $("#discussion-img-modal"); $discussionImgModal.find(".close").on('click', function () { $discussionImgModal.modal("hide"); }); } loadImage($discussionImgModal, source, title); } }); function loadImage($discussionImgModal, source, title) { var discussionImg = $discussionImgModal.find("#modalImg")[0]; discussionImg.onload = function () { $discussionImgModal.modal("show"); }; discussionImg.src = source; $discussionImgModal.find("#caption").html(title); } var replyInlineParam = HigherLogic.Util.getParameterByName('ReplyInline'); if (!HigherLogic.Util.stringIsNullOrWhiteSpace(replyInlineParam)) { var $replyInline = $('.reply-inline[data-message-key="' + replyInlineParam + '"]'); if ($replyInline.length > 0) { openEditor($replyInline); } } $('.reply-inline').on('click', function () { hl_common_ui_blockUI(); var $this = $(this); if ($('.inline-reply-snippet').length > 0) { hl_common_ui_unBlockUI(); $('.inline-reply-snippet').find('.modal.inline-confirm').modal('show'); $('.inline-reply-snippet').find('.modal.inline-confirm').data('reply-id', $this.prop('id')); } else { openEditor($this); } }); function openEditor($this) { $('.inline-reply-snippet').remove(); var postData = { MessageKey: $this.data('message-key'), currentUrl: window.location.href }; HigherLogic.Util.post( '/higherlogic/ui/mvc/eGroups/eGroups/GetReplyInline', JSON.stringify(postData), 'html' ).done(function (data) { var redirectUrl = $(data).data('redirect-url'); if (redirectUrl) { // gives return location for unauthenticated user redirect to login redirectUrl = hl_common_util_updateQueryStringParameter(redirectUrl, 'ReturnUrl', encodeURIComponent(window.location.href)); // gives return location for unsubscribed user redirect to subscribe window.location.href = hl_common_util_updateQueryStringParameter(redirectUrl, 'PostByLink', encodeURIComponent(window.location.href)); return; } $this.closest('li').append(data); var $div = $('#' + $(data).first('div').prop('id')); var bottomOfDiv = $div.offset().top + 500; $('html, body').animate({ scrollTop: bottomOfDiv - $(window).height() }, 1000); hl_common_ui_unBlockUI(); }); } });