Linux Lite Forums
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


Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - TMG1961 - 06-01-2017

I reinstalled opensuse and used ext4 instead of btrfs. After the installation i was not able to boot into LL, it was listed in the bootloader but didnt boot. I then installed grub customizer in opensuse and ediited the LL entry. I changed type to Other and did copy the info from the LL grub.cfg file into it. After that LL booted up fine.

This what i did paste into the field:
Code:
load_video
   insmod gzio
   if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
   insmod part_msdos
   insmod ext2
   set root='hd0,msdos1'
   if [ x$feature_platform_search_hint = xy ]; then
     search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  a64acebe-1dc5-479c-ab71-829ac83edd57
      else
     search --no-floppy --fs-uuid --set=root a64acebe-1dc5-479c-ab71-829ac83edd57
      fi
   echo   'Laden van Linux 4.11.0...'
   linux   /boot/vmlinuz-4.11.0 root=UUID=a64acebe-1dc5-479c-ab71-829ac83edd57 ro  quiet splash $vt_handoff           
   echo   'Laden van initiële RAM-schijf...'
   initrd   /boot/initrd.img-4.11.0



Re: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2 - gold_finger - 06-01-2017

Okay, thanks for posting info on what you did and good job getting it fixed.  Hope your friend enjoys using new Linux setup.