[SOLVED] - Not able to boot multiple Linux Mint OS

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rahulkundu4u

[SOLVED] - Not able to boot multiple Linux Mint OS

Post by rahulkundu4u »

Hi,

Currently I am using Linux Mint 18.2 as my daily use. I wanted to do beta testing Linux Mint 19. I can't delete my Linux Mint 18.2 right now because it is my daily driver. So I created a separate partition for Linux Mint 19 testing. I can run Linux Mint 19 live OS and install into new partition without any problem. But once I finish the installation and reboot I can't start Linux Mint 19. It is giving BusyBox error I have attached the screenshot for reference.

1. I have tried another Linux Mint 18.2 instead of Linux Mint 19, it gives me same error.
2. I have tried Ubuntu 18.04 instead Linux Mint 19 and it works perfectly.

My primary OS (Linux Mint 18.2) starts without any issue. I have installed Linux Mint 19 on /dev/sda3.
Any help is appreciated.

Thanks,
Rahul Kundu
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Pierre
Level 21
Level 21
Posts: 13226
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: Not able to boot multiple Linux Mint OS

Post by Pierre »

the LM live environment is nearly the same as the installed environment,
so Crazy Questions Dept - - did you check that the LM19 ISO has a correct check sum ?. ..
https://linuxmint.com/verify.php
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
rahulkundu4u

Re: Not able to boot multiple Linux Mint OS

Post by rahulkundu4u »

Thank you for quick response.
No, I have not verified checksum. Actually I don't know the procedure right now.

But I feel the problem is something else generic. Because it is happening for all linux mint (Even with the same image as I am using for my daily drive) regardless Linux Mint 19. Even I tried to reproduce same in virtual box, but there it works fine. I also tried to find the answer from google, butI am really clueless about this issue.
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Not able to boot multiple Linux Mint OS

Post by JerryF »

Just a guess---maybe the live DVDs are running in UEFI mode instead of Legacy?
rahulkundu4u

Re: Not able to boot multiple Linux Mint OS

Post by rahulkundu4u »

In my system only BIOS is available. I believe the DVD (I used USB stick) is running in the same mode. I am not sure how to change it running in UEFI or BIOS mode. Can you help me regarding it?
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Not able to boot multiple Linux Mint OS

Post by JerryF »

When you run the Live DVD, open a Terminal window and run this command:

Code: Select all

[ -d /sys/firmware/efi ] && echo "Currently in EFI mode" || echo "Currently in Legacy mode"
It'll tell you either your Currently in EFI mode or Legacy Mode.
lostfarmer

Re: Not able to boot multiple Linux Mint OS

Post by lostfarmer »

just saying the UUID # listed in the error photo is not a UUID # for a linux ext file system.
rahulkundu4u

Re: Not able to boot multiple Linux Mint OS

Post by rahulkundu4u »

Thanks for your reply.

@JerryF
It is running in Legacy Mode. Terminal output is "Currently in Legacy mode"

@lostfarmer
You are right, Is there any workaround for this? I can run Ubuntu in same partition without any problem, but can't run Linux Mint(18.2 or 19 Beta).
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Not able to boot multiple Linux Mint OS

Post by JerryF »

rahulkundu4u wrote: Mon Jun 25, 2018 12:57 am Thanks for your reply.

@JerryF
It is running in Legacy Mode. Terminal output is "Currently in Legacy mode"
When you try to install 19, are you using the option ‘Something else'?
rahulkundu4u

Re: Not able to boot multiple Linux Mint OS

Post by rahulkundu4u »

Yes, I am using "Something elese" option. This actually helps me to get a clear picture what I am doing.
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Not able to boot multiple Linux Mint OS

Post by JerryF »

I've run out of ideas for now. :(
gm10

Re: Not able to boot multiple Linux Mint OS

Post by gm10 »

I don't know why the install is failing but I'd try if editing /boot/grub/grub.cfg and replacing the bad UUID with the correct one UUID (run blkid in a terminal to find it) doesn't fix it.

PS: Otherwise uncommenting
#GRUB_DISABLE_LINUX_UUID=true
in /etc/default/grub followed by a sudo update-grub might also help.
rahulkundu4u

Re: Not able to boot multiple Linux Mint OS

Post by rahulkundu4u »

Thanks to everyone for your support. Finally I resolved the issue.

The way I was making bootable USB was the problem. I was using MultiBootUSB for this. Once I tried the tool provided by Linux Mint (USB Image Writer) it resolved.

I am closing the issue as it is working fine for me. But still I am unaware about the root cause. If anyone can explain that will helpful for our knowledge.

@gm10 I will try to reproduce the scenerio in virtual-box. If I find anything interesting I will update in this topic.
Locked

Return to “Installation & Boot”