Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 (/showthread.php?tid=4110) Pages:
1
2
|
Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 05-31-2017 Recently i installed Linux Lite 3.4 64bit on a friends laptop. Now she asked me to create a dual boot with OpenSuse Leap 42.2 She has a SSD which i can split into 2 partitions, one for Linux Lite and one for OPenSuse. At the moment the drive is one large partition, no home partition or swap partition. Now the question is how to make sure that both systems do boot after OPenSuse is installed. Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - gold_finger - 05-31-2017 Quote:Now the question is how to make sure that both systems do boot after OPenSuse is installed.Don't think you have anything to worry about as long as you install OpenSuse in same boot mode as LL (which would be Legacy mode). Only bring that up just in case computer is relatively new with UEFI firmware. Live OpenSuse may have ability to boot in either mode. Whatever mode it boots in is the mode it will try to install in. Make sure it boots in Legacy mode if she's got a UEFI based computer (likely if it's newer than 2011-12). Typically you'll need to press a certain key immediately after powering on computer to invoke a Boot Menu that lists devices to boot from where you then choose the USB stick. If it's a UEFI based computer, you should see two choices for the USB -- one referring to UEFI, the other without any reference to UEFI. Pick the non-UEFI option. Haven't installed OpenSuse myself in a few years so don't remember steps in its installer, but it likely gives you option for where to install grub boot loader. If you want OpenSuse to control booting, have it install to MBR of drive (eg. /dev/sda). If you want LL to remain in control, have OpenSuse's grub installed to it's root partition (eg. /dev/sda2), or not at all if that's an option. If you choose the latter you'll need to update grub in LL before the choice to boot OpenSuse appears on the grub menu. Just run sudo update-grub in an LL terminal to do that and next reboot will have it listed. Food for thought: You may want to consider making two 20-25GB Root partitions (one for each distro), one Swap partition, and one large data partition to be used by both. That way any documents, music, videos, etc. that she has can be accessed more easily from whatever one she's booted into. I posted general procedure for doing just that for someone else here earlier today. Have a look here. Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 05-31-2017 Thanks for your answer gold_finger. The laptops bios supports both Uefi and Legacy boot. What i did so far was to boot with LL live cd and use gparted to create a 45GB partition, not formatted yet for OpenSuse. She does not have a seperate home partition. Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - gold_finger - 05-31-2017 Just to clarify: in my last paragraph I was talking about a shared partition for data only -- not a shared home partition, which is something you don't want to do. See this if not sure what I mean. Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 05-31-2017 Thanks for the xtra info, will take a look at it. Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 05-31-2017 (05-31-2017, 09:19 AM)gold_finger link Wrote:TMG1961 Wrote:Now the question is how to make sure that both systems do boot after OPenSuse is installed. Installed Opensuse, when i start laptop it goes straight to linux lite without a menu. I ran sudo update-grub but still no menu to choose Linux Lite or Opensuse Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - gold_finger - 05-31-2017 Well that's a surprise. Boot into LL on the computer and post back with output of following commands: Code: sudo os-prober Was the install of OpenSuse fairly straightforward? Nothing about it requiring you to guess at a setting or option? Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 05-31-2017 Intallation was straight forward, only needed to change the installation of grub to no install Code: theo@Lenovo-B50-30:~$ lsblk Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 05-31-2017 After a lot of trial and error i finally got linux lite to boot. Installed grub customizer in opensuse and editted the linux lite entry. Took me some finetuning before it finally worked. Laptop is back and she is happy it works. Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - gold_finger - 06-01-2017 Just got home from work to see your last two posts. Glad to here you were able to sort it out. Good job! Latest output shows that OpenSuse installed using btrfs and xfs instead of ext4. I have zero experience with those and am not sure how to get LL to recognize them -- so glad you figured something out yourself. My only immediate thoughts were either to re-install OpenSuse again and put its grub boot loader in the MBR hoping that it would be able to boot LL; or re-install it and direct it to use ext4 partitions instead, which presumably LL's grub would deal with properly when trying to add menu entry in grub. P.s. Just realized that your last post said "i finally got linux lite to boot". I thought problem was that computer was booting straight into LL and not giving you option to boot OpenSuse. Did you end up re-installing OpenSuse and letting it take over booting, only then to end up not being able to boot LL? Or was problem not being able to boot LL all along? I'm just curious. |