Linux Lite 8.0 Final has been released - Click here


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Dual boot Linux Lite 3.4 and openSUSE-Leap-42.2
#11

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

Life on earth is expensive but it does include a free trip around the sun.
Reply
#12

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

Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)