add Mint to a preexistent multiboot system

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
oliver2104

add Mint to a preexistent multiboot system

Post by oliver2104 »

Hello,
I have a good working multiboot system.
Windows is installed on /dev/sda1, Gentoo-Linux is intalled on /dev/sdb1
Bootmangager is Grub2, installed to the MBR.
Grub2 configuration (/boot/grub/grub.cfg) is done from my preexistent Linux on /dev/sdb1

Now I want to try out Linux-Mint on my empty /dev/sdb2 partion.

I made a bootable CD from Linux Mint 19 Tara Xfce 32-bit ISO
The installation routine always ask me for the bootloader location.
Is there a way to bypass this behavior, because I don't want to change anything
about my boot process.
All I need is a working Mint-Kernel in /dev/sdb2, wich I can integrate in my own grub.cfg
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
philotux

Re: add Mint to a preexistent multiboot system

Post by philotux »

You could choose to install Mint without bootloader by starting up the installer in the Live Media from a terminal:

Code: Select all

ubiquity -b
When the installation is done, reboot you computer into your Gentoo and update the Grub from there in order to capture Mint in /boot/grub/grub.cfg.

I have done this on several occasions myself though with other distros than Gentoo but I guess it should work with Gentoo as well.

Hope this helps!
Locked

Return to “Installation & Boot”