Installing MX-21 over an existing MX-19 installation [Solved]
Installing MX-21 over an existing MX-19 installation
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:
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:
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?
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:
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.
Re: Installing MX-21 over an existing MX-19 installation
Before clicking next, just click that box (next to 132.1 GB ) and select "root" ("Use For" root)
Re: Installing MX-21 over an existing MX-19 installation
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:
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.
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.
- Gordon Cooper
- Posts: 965
- Joined: Mon Nov 21, 2011 4:50 pm
Re: Installing MX-21 over an existing MX-19 installation
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.
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.
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.
Re: Installing MX-21 over an existing MX-19 installation
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.
Re: Installing MX-21 over an existing MX-19 installation
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
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
Re: Installing MX-21 over an existing MX-19 installation
@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)
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)
Re: Installing MX-21 over an existing MX-19 installation
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.
You do not have the required permissions to view the files attached to this post.
Re: Installing MX-21 over an existing MX-19 installation
MX Live Session:
(... 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" :)
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:Reboot into installed MX .Code: Select all
grub-install --force /dev/sda ; update-grub
(... 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" :)
Re: Installing MX-21 over an existing MX-19 installation
I'll wait until the bugs are ironed out.