Linux Lite Forums

Full Version: Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
Okay, thanks for posting info on what you did and good job getting it fixed.  Hope your friend enjoys using new Linux setup.
Pages: 1 2