On Sat, 24 Nov 2018 16:03:38 +0100, 712@vivaldi.net wrote:
Is below screenshot what you mean by above instructions?
https://i.postimg.cc/NFRz0RmQ/Screenshot-from-2018-11-24-15-47-59.png
(Using these settings Leap 15 won't boot.)
Thanks again for any suggestions.
Hello: I suggest trying to boot Leap 15.0 using the rescue CD you mentioned in your very first post. After you've logged in to Leap 15 you can try to fix the boot issue manually from a terminal window. First make sure you are running Leap 15.0 on your HD. Check your partitions with "df -h" command, the output is something like this: Filesystem Size Used Avail Use% Mounted on devtmpfs 1.8G 0 1.8G 0% /dev tmpfs 1.8G 108K 1.8G 1% /dev/shm tmpfs 1.8G 2.5M 1.8G 1% /run tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup /dev/sda9 28G 23G 3.7G 86% / This identifies the root ( / ) partition (in this case /dev/sda9). Then check if the device holding the root partition is on your HD: ls -l /dev/disk/by-id/ata-* lrwxrwxrwx 1 root root 10 Nov 27 10:46 /dev/disk/by-id/ata-xxxxx-part9 -> ../../sda9 where xxxxx is your drive type and ID. This indicates that the root partition is on xxxxx disk. Practically if you have only one HD installed it should be /dev/sda and its partitions should be /dev/sda1 /dev/sda2 etc. Check if you have grub2 directory and files: ls -l /boot/grub2 and the output list has a "grub.cfg" file. Become root user: su - Then as root user run: grub2-install /dev/sda This should install grub2 to the MBR of the HD. Then try to reboot the system (not the rescue disk you used) to see if BIOS can load GRUB2. Report back what is the result of the above. Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org