Installing MX-21 over an existing MX-19 installation  [Solved]

Message
Author
User avatar
Falcon
Posts: 478
Joined: Mon Apr 22, 2019 9:34 pm

Installing MX-21 over an existing MX-19 installation

#1 Post by Falcon »

I have an Acer desktop computer that has both Windows 7 and MX-19 installed in a dual-boot configuration. I want to replace the MX-19 install with MX-21. The following picture shows the current layout of the SSD:
Gparted.png
I inserted the MX-21 Live-USB drive and started up the computer. Then I started the Installer. I began to go through the install steps until I got to the one where I am supposed to specify where to install the OS. Since I wanted to overwrite the MX-19 installation, I chose sda5 ( which is in an extended partition on the drive). When I clicked Next, the following message window appeared:
Installer.png
I don't know what this message is telling me to do. Would it be better to just use Gparted to format the partition and then run the installer, or is there an easy way to continue on from here using the Installer?
You do not have the required permissions to view the files attached to this post.

Huckleberry Finn

Re: Installing MX-21 over an existing MX-19 installation

#2 Post by Huckleberry Finn »

Before clicking next, just click that box (next to 132.1 GB ) and select "root" ("Use For" root)

User avatar
Falcon
Posts: 478
Joined: Mon Apr 22, 2019 9:34 pm

Re: Installing MX-21 over an existing MX-19 installation

#3 Post by Falcon »

I did as you instructed and the installation continued. When it got to the 95% point and was installing GRUB, a message window popped up telling me that the installation of GRUB had failed. Here's a screen shot:
GRUB1.png
I Aborted the installation and then ran MX Boot Repair and did a repair operation, but the installation still failed. Then I tried running MX Boot Repair while the installer was stopped at the failure point and then tried to proceed but still no success. I also used Boot Repair to reinstall GRUB, but had the same thing occur.

Once this failure occurs, the installation will not continue any further.
You do not have the required permissions to view the files attached to this post.

User avatar
Gordon Cooper
Posts: 965
Joined: Mon Nov 21, 2011 4:50 pm

Re: Installing MX-21 over an existing MX-19 installation

#4 Post by Gordon Cooper »

Had a similar experience. I had forgotten to tell the installer where to pu Gtub. Ran the installer again and told it to put Grub at the end of the Boot
Record and all went well.
Backup: Dell9010, MX-19_B2, Win7, 120 SSD, WD 232GIB HD, 4GB RAM
Primary :Homebrew64 bit Intel duo core 2 GB RAM, 120 GB Kingston SSD, Seagate1TB.
MX-18.2 64bit. Also MX17, Kubuntu14.04 & Puppy 6.3.

User avatar
figueroa
Posts: 1106
Joined: Thu Dec 20, 2018 11:20 pm

Re: Installing MX-21 over an existing MX-19 installation

#5 Post by figueroa »

The installer has become a swiss-army-knife of installers, and has thus become overly complex and difficult reading for some (many?) users. It's a "have cake and eat it too" situation.
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993

User avatar
asqwerth
Developer
Posts: 8040
Joined: Sun May 27, 2007 5:37 am

Re: Installing MX-21 over an existing MX-19 installation

#6 Post by asqwerth »

But the 'tell the installer where to put grub' bit of the installer is more or less the same, I could have sworn. That part hasn't changed.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Huckleberry Finn

Re: Installing MX-21 over an existing MX-19 installation

#7 Post by Huckleberry Finn »

@Falcon . Any error messages when you tried MX Boot Repair ? Especially like this :

Installing for xxx platform.
grub-install: warning: Sector xx is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
Installation finished. No error reported.

(If yes, simply note the number of that sector and tell us)

(Also QSI on live session)

User avatar
Falcon
Posts: 478
Joined: Mon Apr 22, 2019 9:34 pm

Re: Installing MX-21 over an existing MX-19 installation

#8 Post by Falcon »

Here is the output of the MX Boot Repair utility. There is a warning generated as you can see, but the message window at the end states that the operation completed successfully.
Repair1.png
Repair2.png
You do not have the required permissions to view the files attached to this post.

Huckleberry Finn

Re: Installing MX-21 over an existing MX-19 installation

#9 Post by Huckleberry Finn »

MX Live Session:
  • Code: Select all

    sudo dd if=/dev/zero of=/dev/sda bs=512 count=1 seek=18

    Code: Select all

    sudo dd if=/dev/zero of=/dev/sda bs=440 count=1
  • "MX Boot Repair" now (same way as in the picture you posted: MBR, sda, sda5 )

    Reboot into installed MX .


    Or (alternatively to MXBR):

    Menu => MX Tools => "Chroot Rescue Scan" it'll detect your installed MX, hit Enter, proceed, it turns into a terminal with this prompt

    chroot>

    Copy-paste - hit Enter:

    Code: Select all

    grub-install --force /dev/sda ; update-grub
    Reboot into installed MX .
________________________________________________________________________

(... Or, if you like, after applying the commands at step 1 , you can even reinstall to finish the installation this time to 100% )

P.S. In fact, just the 1st command is enough, 2nd one is just to make it a "clean job" :)

User avatar
Minux1
Posts: 22
Joined: Tue Apr 21, 2020 3:00 am

Re: Installing MX-21 over an existing MX-19 installation

#10 Post by Minux1 »

I'll wait until the bugs are ironed out.

Post Reply

Return to “Software / Configuration”