LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-08-2018, 05:52 AM   #1
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Rep: Reputation: 15
opensuse tumbleweed won't boot


Thinkpad E485: AMD Ryzen 5

i did a new installation on a separate ssd and disabled the installed windows ssd. It seemed to install properly, using boot options ivrs_ioapic[32]=00.14.1 ivrs_ioapic[33]=00.0.1

But upon reboot, it would just go to the Boot Manager . I select the ssd where suse installed, it just goes back to that Boot Manager. No messages or anything.

UEFI is turned off in BIOS and set to boot in Legacy only.

Live USB works, installation works too, but booting afterwards doesn't.


Suggestions?
 
Old 12-08-2018, 06:23 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Which release of windows are you using? Is it installed UEFI? If you installed opensuse in Legacy mode, did you select the option to install Grub to the MBR of the SSD on which you installed opensuse? If you have a Legacy install of opensuse and an EFI install of windows I would not expect you to be able to boot windows from the opensuse Grub menu. Did you want to select boot from the BIOS?

With both drives attached, boot the opensuse installer and run this command and post the output here: parted -l
Lower Case Letter L in the command, needs to be run as root.
 
Old 12-08-2018, 08:04 AM   #3
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by yancek View Post
Which release of windows are you using? Is it installed UEFI? If you installed opensuse in Legacy mode, did you select the option to install Grub to the MBR of the SSD on which you installed opensuse? If you have a Legacy install of opensuse and an EFI install of windows I would not expect you to be able to boot windows from the opensuse Grub menu. Did you want to select boot from the BIOS?

With both drives attached, boot the opensuse installer and run this command and post the output here: parted -l
Lower Case Letter L in the command, needs to be run as root.
Windows 10 UEFI.
First time around I didn't choose anything, second time I chose to install MBR in the last step of installation, same thing.

I wrote the command with the above 2 and nothing different happened.
 
Old 12-08-2018, 09:23 AM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,810
Blog Entries: 1

Rep: Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067
Boot USB with all disks attached, run the script from https://github.com/arvidjaar/bootinfoscript and paste the output where we can see a more complete picture of what you have and have done.
 
Old 12-08-2018, 12:42 PM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
When the grub screen pops up, try hitting 'e', and check what's in there. Post it if you don't know what it means.
 
1 members found this post helpful.
Old 12-08-2018, 01:37 PM   #6
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
UPDATE: I now able to boot into desktop but through the usb. Any way to have menu to choose between linux and win without usb?

Last edited by ultra99; 12-08-2018 at 01:41 PM.
 
Old 12-08-2018, 08:51 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ultra99 View Post
UPDATE: I now able to boot into desktop but through the usb. Any way to have menu to choose between linux and win without usb?
Yes, you'll need the bootloader: Grub.

As yancek asked previously did you install grub to the MBR when you installed Open Suse?

Once grub is installed boot into suse and update grub.

Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
 
Old 12-09-2018, 06:09 AM   #8
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Ztcoracat View Post
Yes, you'll need the bootloader: Grub.

As yancek asked previously did you install grub to the MBR when you installed Open Suse?

Once grub is installed boot into suse and update grub.

Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
I reinstalled using these settings, still same issue.
https://imgur.com/a/0rsQ9Sc
https://imgur.com/5Jzj3R3

Last edited by ultra99; 12-09-2018 at 06:10 AM.
 
Old 12-09-2018, 06:21 AM   #9
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,810
Blog Entries: 1

Rep: Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067Reputation: 2067
Quote:
Originally Posted by ultra99 View Post
I reinstalled using these settings, still same issue.
https://imgur.com/a/0rsQ9Sc
https://imgur.com/5Jzj3R3
susepaste.org works better, susepaste easier.
 
Old 12-09-2018, 07:04 AM   #10
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mrmazda View Post
susepaste.org works better, susepaste easier.
it's just an image. do you want me to upload there?
 
Old 12-09-2018, 07:29 AM   #11
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Quote:
Any way to have menu to choose between linux and win without usb?
Yes. You need to install both windows 10 and opensuse UEFI in order to have a Grub boot menu with entries for both systems. If you don't do that and you show that you did not, you will need to select the windows drive from the BIOS on boot and the opensuse drive from the BIOS on boot.

Boot the opensuse install media and go to the link posted above in post 4 and download the script and run it and post that information here.
 
Old 12-09-2018, 07:33 AM   #12
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by yancek View Post
Yes. You need to install both windows 10 and opensuse UEFI in order to have a Grub boot menu with entries for both systems. If you don't do that and you show that you did not, you will need to select the windows drive from the BIOS on boot and the opensuse drive from the BIOS on boot.

Boot the opensuse install media and go to the link posted above in post 4 and download the script and run it and post that information here.
How do I use that script when I can't even boot to linux? Do you mean I use a Live USB? I installed suse using regular bootable usb, not live.
In that case, I'll create a bootable live usb.
 
Old 12-09-2018, 08:15 AM   #13
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by yancek View Post
.
Quote:
Originally Posted by mrmazda View Post
.
Quote:
Originally Posted by Ztcoracat View Post
.

https://paste.opensuse.org/62489933


Why there are so many 40gb partitions in my nvme?

Last edited by ultra99; 12-09-2018 at 08:21 AM.
 
Old 12-09-2018, 05:26 PM   #14
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
The script didn't produce very much that is useful other than that your windows is a Legacy (non-EFI) install with windows boot code in the MBR of that drive. The only info on the SSD on which you installed Opensuse is blkid and ls -l /dev/disk/by-id output. No infor on boot files. I'm not sure if that is because the install failed or if the script has problems with SSD drives. You indicated above that windows10 was UEFI which would be the default, particularly on an OEM install but there is no sign of an EFI partition on the drive.

In the 2nd image in your post 8 you show a setting on your Suse install page "Install boot code into MBR" and it shows (do not install). Did you change that? If you did and you have the Suse SSD set to first boot priority in the BIOS, I don't know why it would not boot.
 
Old 12-09-2018, 05:33 PM   #15
ultra99
Member
 
Registered: Aug 2004
Distribution: openSUSE Tumbleweed
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by yancek View Post
The script didn't produce very much that is useful other than that your windows is a Legacy (non-EFI) install with windows boot code in the MBR of that drive. The only info on the SSD on which you installed Opensuse is blkid and ls -l /dev/disk/by-id output. No infor on boot files. I'm not sure if that is because the install failed or if the script has problems with SSD drives. You indicated above that windows10 was UEFI which would be the default, particularly on an OEM install but there is no sign of an EFI partition on the drive.

In the 2nd image in your post 8 you show a setting on your Suse install page "Install boot code into MBR" and it shows (do not install). Did you change that? If you did and you have the Suse SSD set to first boot priority in the BIOS, I don't know why it would not boot.
I can re-enable UEFI in bios and reinstall windows in the 2nd ssd.

As for the MBR, I did change that but no avail. I also manually select boot nvme but it won't boot to suse.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenSUSE 42.3 Tumbleweed installed, boot fails, reinstall hangs up at probing. Wade Patton SUSE / openSUSE 4 03-13-2018 02:19 AM
LXer: Upgrading OpenSUSE Leap to OpenSUSE Tumbleweed LXer Syndicated Linux News 0 10-25-2016 10:31 AM
LXer: How to upgrade openSUSE Leap to openSUSE Tumbleweed LXer Syndicated Linux News 0 10-11-2016 08:48 AM
LXer: GCC 6 Imminent for openSUSE Tumbleweed, openSUSE Leap 42.2 Alpha 2 Coming Soon LXer Syndicated Linux News 0 06-16-2016 01:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration