LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 08-26-2022, 07:25 PM   #1
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Rep: Reputation: 20
Question How to Revert to a different /boot image after having boot problems


I recently had some issues where SUSE 15.3 was having a problem updating due to this message.

Quote:
the to be installed patchpenSUSE-2022-109-1.noarch conflicts with 'libvlccore9.x86_64
I noticed that libvlccore9.x86_64 was associated with Kaffeine player and I believe that was conflicting with VLC.
So, I removed Kaffeine and rebooted and then did the updates via "Yast Online Updater". The updater still found some conflicts with VLC and/or Kaffeine and I told it to remove some stuff. I think it was getting mixed info between pacman repos and the SUSE repo's or something.

After I did this the system got hung rebooting. I then tried rebooting but was unable to get it to boot.
It was hanging up saying something like this>

Quote:
huh, entered softirq 0 HI ....
So I used advanced boot and was able to get it to boot up by manually selecting the 59.87 preempt or the 59.87 default. I already went in and removed a few snapshots but I'm worried I might brick something if I remove anything else. Here's what I currently have in Yast Admin "File System Snapshots". I want to remove the 59.90 preempt and default and just boot off 59.87 so I can try to get my updates applied correctly.

I don't believe I should just delete these out of my /boot?

Bootable (Want to make default)
-rw------- 1 root root 17244996 Aug 26 10:18 initrd-5.3.18-150300.59.87-default
-rw------- 1 root root 17229580 Aug 26 10:19 initrd-5.3.18-150300.59.87-preempt

Unbootable > (want to remove)

-rw------- 1 root root 17781676 Aug 26 10:19 initrd-5.3.18-150300.59.90-default
-rw------- 1 root root 17775892 Aug 26 10:19 initrd-5.3.18-150300.59.90-preempt

Here's a picture I took on boot up showing these menus under "advanced" boot option. Not sure how to post images on herfe?
https://i.imgur.com/xKIVZ5z.jpg

Here's a picture of my snapshots that didn't have the "important=yes" message in them. I'm not going to remove anymore of these.
https://i.imgur.com/sdkD7Tw.png

I found a "temporary" work-around by using Yast Boot Loader and changing the Default Boot section to 59.87 default.
Now when I boot it selects the advanced menu and then selects this image and boots up fine. However, I would prefer to get this back to using the "openSUSE leap 15.3" default boot menu in boot loader settings > bootloader options.

boot loader settings>
https://i.imgur.com/ycmQBBw.png

Basically I'm not sure how/if I can remove these two that are no good and cause my system to hang.


-rw------- 1 root root 17781676 Aug 26 10:19 initrd-5.3.18-150300.59.90-default
-rw------- 1 root root 17775892 Aug 26 10:19 initrd-5.3.18-150300.59.90-preempt

Thanks for any help.
 
Old 08-26-2022, 11:17 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,875
Blog Entries: 1

Rep: Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077
Quote:
Originally Posted by NuxIT View Post
I think it was getting mixed info between pacman repos and the SUSE repo's or something.
Could "or something" be that you have enabled a VLC repo? VLC repos and Packman repos should never be enabled at the same time. Enable either one or the other, not both.

Never delete files from /boot/ manually. Let the package management system do its job. If you want a kernel removed, use zypper or yast.

Whatever the reason 59.90 kernels won't boot, it's not a problem to remove them whilst booted to any older kernel.

Online updaters make poor resolvers. When any kind of conflict arises in the updater, zypper should be employed to apply updates instead of any desktop updater trying to apply patches instead of packages. It does a better job of explaining what's going on, and deciding what needs doing, giving you choices when necessary.

Whenever you want to share a screenshot, please do not use one that depends on scripts. Most distros provide a free way to do so with no script risk or encumbrance. openSUSE provides susepaste for the purpose. https://i.imgur.com/ is not available here.

Assuming you have only one or the other of VLC and Packman repos enabled, you can probably resolve the libvlccore9 issue and kernel situation both thusly:
Code:
sudo zypper ref
sudo zypper up
sudo zypper rm kernel-preempt-5.3.18-150300.59.90.1 kernel-default-5.3.18-150300.59.90.1
sudo zypper al kernel*5.3.18-150300.59.90*
In order for this to work, the online updater must not be running. The easy way to do this is to not login at the GUI greeter, but to keyin Ctrl-Alt-F3 to reach a text console, then run those commands. As a consequence of the 59.90 removals, the grub menu will be regenerated, leaving the most recent remaining kernel as default in Grub. Alt-F7 to return to the GUI login greeter when finished to login normally or reboot.
 
Old 08-27-2022, 09:05 AM   #3
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
Great! Thanks for this excellent information. I'm going to work on this Sunday with you recommended solution! Also I tried to give you rep points but it said I need more points.
 
Old 08-27-2022, 06:45 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,151

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Click "Yes" at the bottom of the post to the "Did you find this post helpful?" question.
 
Old 08-27-2022, 08:52 PM   #5
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
Corrupted Windows Boot Loader!

Hello, I realized I have a new problem. When I choose Windows to boot off of in Grub menu I get this error and it wants to try and do different options. I tried changing to my Windows boot partition in BIOS and I'm greeted with the same message.

windows 10 0xc000000e

This error basically indicates Windows has a problem with the boot loader and gives a blue screen with different options I mentioned above. F8 For setup, Enter UEFI BIOS, etc.

I tried changing it back to how it was in bootloader options with the Top SUSE menu. I think I have to try to boot off Windows recovery drive and then run these commands.
bootrec /scanos
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd

I'm probably going to try that but I was wondering if that's going to overwrite the GRUB and prevent me from booting in SUSE? I'm not sure if a few of the smaller snapshots I deleted cause it to mess up the BCD boot loader?

Appreciate any additional pro tips before I try the recovery method above to get back into Windows 10.
 
Old 08-28-2022, 01:20 AM   #6
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,875
Blog Entries: 1

Rep: Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077
What Windows will do in recovery depends on how it and openSUSE were installed. If boot mode was UEFI for both, then a Windows boot repair should not affect openSUSE directly. It can be expected to make itself the default boot option as part of its repair process. This you should be able to easily change back either via BIOS setup priority reordering, or using the BBS menu to select openSUSE, from which you can use YaST or efibootmgr (what I always use) to reinstate openSUSE as the default. Most Windows 10 installations are using UEFI, and openSUSE is usually later installed in the same mode as Windows.

If Windows and openSUSE are both installed in legacy BIOS/MBR mode, and Grub is installed in the MBR, then Windows will replace the Grub code with neutral code that will make Windows the default. As a result it will be necessary to boot some live Linux media from which you can reinstall Grub.

If Windows and openSUSE were installed in opposite modes, then it's more complicated to fix. It's least likely this is what you have. If could be helpful if you were able to boot openSUSE and collect output to paste here from:
Code:
sudo parted -l
cat /etc/fstab
sudo lsblk -f
I'm totally unfamiliar with how snapshotting may affect the bootloader, as I only ever use EXTx filesystems for openSUSE, on which snapshotting is not available.

The easiest fix is probably just to let Windows do its repair, use Windows to create openSUSE 15.4 installation media, then use it to upgrade 15.3 to 15.4.
 
Old 08-28-2022, 04:21 PM   #7
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by mrmazda View Post
What Windows will do in recovery depends on how it and openSUSE were installed. If boot mode was UEFI for both, then a Windows boot repair should not affect openSUSE directly. It can be expected to make itself the default boot option as part of its repair process. This you should be able to easily change back either via BIOS setup priority reordering, or using the BBS menu to select openSUSE, from which you can use YaST or efibootmgr (what I always use) to reinstate openSUSE as the default. Most Windows 10 installations are using UEFI, and openSUSE is usually later installed in the same mode as Windows.

If Windows and openSUSE are both installed in legacy BIOS/MBR mode, and Grub is installed in the MBR, then Windows will replace the Grub code with neutral code that will make Windows the default. As a result it will be necessary to boot some live Linux media from which you can reinstall Grub.

If Windows and openSUSE were installed in opposite modes, then it's more complicated to fix. It's least likely this is what you have. If could be helpful if you were able to boot openSUSE and collect output to paste here from:
Code:
sudo parted -l
cat /etc/fstab
sudo lsblk -f
I'm totally unfamiliar with how snapshotting may affect the bootloader, as I only ever use EXTx filesystems for openSUSE, on which snapshotting is not available.

The easiest fix is probably just to let Windows do its repair, use Windows to create openSUSE 15.4 installation media, then use it to upgrade 15.3 to 15.4.

Thanks again for your response and info. My primary concern is restoring Windows because I don't want to loose my Licence. I has Windows 8 on this older laptop and then upgraded to 8.1 and then installed SUSE after that. I've upgraded multiple releases in 15.x versions since then. I upgraded this laptop from Windows 8.1 to 10 a few months back and was able to retain my SUSE 15.3 Dual boot then. I'm almost certain it's in UEFI mode as can be seen in some of my partition screen shots below.

I captured a few screen shots in addition to the output you requested. I'm going to probably backup my SUSE data now.

I was thinking of Setting SUSE 15.3 to the use this image to use since it works.
I wasn't sure if it mattered if I use default or preempt but I suppose I'll stick with default.?

-rw------- 1 root root 17244996 Aug 26 10:18 initrd-5.3.18-150300.59.87-default
-rw------- 1 root root 17229580 Aug 26 10:19 initrd-5.3.18-150300.59.87-preempt

Then I was going to reboot with and select Windows partition boot in Grub at which point I'll get the windows 10 0xc000000e BCD Windows boot blue screen. Then I'll select boot from Recovery with my USB Win 10 recovery drive to see if I can try this.

1st) Attempt automatic recovery or repair OS for me method. If that doesn't work I was going to move on to
2nd) Attempt recovery via Win 10 recovery boot USB drive at admin command prompt. Run the following>

bootrec /scanos
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd

I've seen this listed in this format also.

bootrec /fixboot
bootrec /scanos
bootrec /fixmbr
bootrec /rebuildb

I'm hoping one of these two methods might recover Windows and retain the Grub Dual boot and fix Windows boot within the Grub menu?

I was also thinking a few other ways or things might potentially fix this.
-Running an update in Suse where it updates the latest Linux Kernel and it usually also rescans the Boot sector and See's usually sees Windows parition while scanning and updating with the Suse automatic update tool. Or manual update. or zypper update? LOL.

I was even thinking of using boot-repair USB boot utility to see if that might fix this issue. I'm also going to backup my Suse Data I want in case of any issues. Either way, I should take the best approach and greatly appreciate the pro tips!

I was also checking where my efi where the bootloader resides. I would imagine with windows diskpart utility after booting with recovery USB I can locate the boot drive and see which one is set to active.

UUID=4032-6F74 /boot/efi vfat defaults 0 0

I confirmed this via the "partitioner" tool built into Yast System Control Center.

Screen Shots:
https://i.imgur.com/pCXlphK.png
https://i.imgur.com/IGDuvSq.png
https://i.imgur.com/QgczNLI.png
https://i.imgur.com/nC27u5U.png

lsblk -f
PHP Code:
# lsblk -f
NAME   FSTYPE   FSVER LABEL     UUID                                 FSAVAIL FSUSEMOUNTPOINT
loop0  squashfs 4.0                                                        0   100
% /snap/core18/2409
loop1  squashfs 4.0                                                        0   100
% /snap/gnome-3-28-1804/161
loop2  squashfs 4.0                                                        0   100
% /snap/core18/2538
loop3  squashfs 4.0                                                        0   100
% /snap/bare/5
loop4  squashfs 4.0                                                        0   100
% /snap/gtk-common-themes/1535
loop5  squashfs 4.0                                                        0   100
% /snap/snapd/16292
loop6  squashfs 4.0                                                        0   100
% /snap/gtk-common-themes/1534
loop7  squashfs 4.0                                                        0   100
% /snap/snapd/16010
loop8  squashfs 4.0                                                        0   100
% /snap/spotify/60
loop9  squashfs 4.0                                                        0   100
% /snap/spotify/58
sda
├─sda1 ntfs           Recovery  0428443F284431CA
├─sda2 vfat     FAT32 4032-6F74 4032-6F74                             228.8M    23% /boot/efi
├─sda3
├─sda4 ntfs           OS        E4CE1801CE17CB26
├─sda5 ntfs                     8C688EA5688E8E20
├─sda6
├─sda7 swap     1               19158ba0-9933-4f0f-bb82-6f0ea3f93155                [SWAP]
├─sda8 ntfs           Data      F8EA0186EA0141FC
└─sda9 btrfs                    ee287876-03bb-4048-a37c-544b5e6d5fb8   83.1G    22% / 
fstab
Code:
# cat /etc/fstab
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /                       btrfs  defaults                      0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /var                    btrfs  subvol=/@/var                 0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /usr/local              btrfs  subvol=/@/usr/local           0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /tmp                    btrfs  subvol=/@/tmp                 0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /srv                    btrfs  subvol=/@/srv                 0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /root                   btrfs  subvol=/@/root                0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /opt                    btrfs  subvol=/@/opt                 0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /home                   btrfs  subvol=/@/home                0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /boot/grub2/x86_64-efi  btrfs  subvol=/@/boot/grub2/x86_64-efi  0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /boot/grub2/i386-pc     btrfs  subvol=/@/boot/grub2/i386-pc  0  0
UUID=19158ba0-9933-4f0f-bb82-6f0ea3f93155  swap                    swap   defaults                      0  0
UUID=ee287876-03bb-4048-a37c-544b5e6d5fb8  /.snapshots             btrfs  subvol=/@/.snapshots          0  0
UUID=4032-6F74                             /boot/efi               vfat   defaults                      0  0
 
Old 08-28-2022, 08:01 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,391

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Did you resize the efi partition at sometime. The efi partition created and used by windows is normally only 100M, whereas your efi parition is 300M. Post the contents of the /boot/efi/EFI

Last edited by colorpurple21859; 08-28-2022 at 08:02 PM.
 
Old 08-29-2022, 02:30 PM   #9
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by colorpurple21859 View Post
Did you resize the efi partition at sometime. The efi partition created and used by windows is normally only 100M, whereas your efi parition is 300M. Post the contents of the /boot/efi/EFI
Hi, here's my EFI partition details. I never resized it and it's always been 300M from what I recall.

https://i.imgur.com/JU9ZN68.png

I also included the parted -l mrmazda asked for previously. Appreciate any additional insight. I'm debating on trying to upgrade from 15.3. to 15.4 using zypper to see if that might some how correct the Windows boot. It's not likely to fix it so I appreciate any input. The only thing I've done is make sure I can boot from my Windows 10 recovery USB drive.

It thinks I have Windows 8.x installed though because it says repair Windows 8 when I start up with the USB Recovery I created in Windows 10 a few months back.

Code:
# parted -l
Model: ATA Samsung SSD 860 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                          Flags
 1      1049kB  945MB   944MB   ntfs            Basic data partition          hidden, diag
 2      945MB   1259MB  315MB   fat32           EFI system partition          boot, esp
 3      1259MB  1394MB  134MB                   Microsoft reserved partition  msftres, legacy_boot
 4      1394MB  181GB   179GB   ntfs            Basic data partition          msftdata
 5      181GB   181GB   540MB   ntfs                                          hidden, diag
 6      181GB   181GB   8389kB                                                bios_grub
 7      181GB   184GB   2147MB  linux-swap(v1)                                swap
 8      258GB   384GB   125GB   ntfs            Basic data partition          msftdata
 9      384GB   500GB   116GB   btrfs


Model: ST500LT0 12-9WS142 (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size   File system  Name                  Flags
 1      1049kB  500GB  500GB  ntfs         Basic data partition  msftdata
 
Old 08-29-2022, 06:25 PM   #10
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,875
Blog Entries: 1

Rep: Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077
Quote:
Originally Posted by NuxIT View Post
Code:
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                          Flags
...
 5      181GB   181GB   540MB   ntfs                                          hidden, diag
 6      181GB   181GB   8389kB                                                bios_grub
 7      181GB   184GB   2147MB  linux-swap(v1)                                swap
 8      258GB   384GB   125GB   ntfs            Basic data partition          msftdata
This is an invalid mess. There cannot be three different partition types starting at 181GB yet ending different places. There's no good reason for a bios_grub partition on the same disk as an ESP for an average user PC either. This looks like Linux has been installed in legacy/BIOS mode, reason enough for multiboot with Windows trouble. What do
Code:
sudo fdisk -l /dev/sda
sudo lsblk -f
cat /etc/fstab
sudo efibootmgr
report booted from the installed openSUSE?
 
Old 08-29-2022, 07:25 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,391

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
also
Code:
cat /sys/firmware/efi
 
Old 08-29-2022, 08:32 PM   #12
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,875
Blog Entries: 1

Rep: Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077Reputation: 2077
Quote:
Originally Posted by colorpurple21859 View Post
also
Code:
cat /sys/firmware/efi
What will that tell you that sudo efibootmgr won't?
 
Old 08-30-2022, 11:44 AM   #13
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by colorpurple21859 View Post
also
Code:
cat /sys/firmware/efi
Hi colorpurp & mrmazda. Is this what you want? I'm going to boot off my Recovery Drive and run diskpart to see which partition is set to active. I would imagine it should be my efi/UEFI partition. Again, appreciate all the valuable input from both of you!

Code:
asus2:/sys/firmware/efi # ls -ltr
total 0
drwxr-xr-x  2 root root    0 Aug 29 13:44 efivars
drwxr-xr-x 87 root root    0 Aug 30 10:34 vars
-r--------  1 root root 4096 Aug 30 10:34 systab
drwxr-xr-x  2 root root    0 Aug 30 10:34 secret-key
drwxr-xr-x 36 root root    0 Aug 30 10:34 runtime-map
-r--r--r--  1 root root 4096 Aug 30 10:34 runtime
drwxr-xr-x  2 root root    0 Aug 30 10:34 mok-variables
-r--r--r--  1 root root 4096 Aug 30 10:34 fw_vendor
-r--r--r--  1 root root 4096 Aug 30 10:34 fw_platform_size
-r--r--r--  1 root root 4096 Aug 30 10:34 config_table
Also, here's my repos. It looks like I only have packman enabled. I don't see a repo specific to VLC.

Code:
asus2:/sys/firmware/efi # zypper lr -u
Repository priorities in effect:                                                                      (See 'zypper lr -P' for details)
      90 (raised priority)  :  1 repository
      99 (default priority) : 11 repositories

#  | Alias                                | Name                                                                                        | Enabled | GPG Check | Refresh | URI
---+--------------------------------------+---------------------------------------------------------------------------------------------+---------+-----------+---------+----------------------------------------------------------------------------------
 1 | brave-browser                        | brave-browser                                                                               | Yes     | (r ) Yes  | No      | https://brave-browser-rpm-release.s3.brave.com/x86_64/
 2 | brave-browser-beta                   | brave-browser-beta                                                                          | Yes     | (r ) Yes  | No      | https://brave-browser-rpm-beta.s3.brave.com/x86_64/
 3 | brave-browser-nightly                | brave-browser-nightly                                                                       | Yes     | (r ) Yes  | No      | https://brave-browser-rpm-nightly.s3.brave.com/x86_64/
 4 | http-download.opensuse.org-2e0d688b  | openSUSE:Leap:15.3:Update                                                                   | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/update/leap/15.3/oss/
 5 | https-download.opensuse.org-c0913809 | Education                                                                                   | No      | ----      | ----    | https://download.opensuse.org/repositories/Education/openSUSE_Leap_15.2/
 6 | https-download.opensuse.org-cc135091 | Education                                                                                   | No      | ----      | ----    | https://download.opensuse.org/repositories/Education/openSUSE_Leap_15.2/
 7 | https-download.opensuse.org-cca75afa | X11:RemoteDesktop                                                                           | No      | ----      | ----    | https://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_Leap_15.3/
 8 | libdvdcss                            | libdvdcss                                                                                   | No      | ----      | ----    | http://opensuse-guide.org/repo/openSUSE_Leap_15.2/
 9 | openSUSE-Leap-$releasever-1          | openSUSE-Leap-15.3-1                                                                        | No      | ----      | ----    | hd:/?device=/dev/disk/by-id/usb-_USB_DISK_3.0_070A98DD31DF5141-0:0-part4
10 | packman                              | packman                                                                                     | Yes     | (r ) Yes  | Yes     | http://ftp.fau.de/packman/suse/openSUSE_Leap_15.3/
11 | repo-backports-debug-update          | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | No      | ----      | ----    | http://download.opensuse.org/update/leap/15.3/backports_debug/
12 | repo-backports-update                | Update repository of openSUSE Backports                                                     | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/update/leap/15.3/backports/
13 | repo-debug                           | Debug Repository                                                                            | No      | ----      | ----    | http://download.opensuse.org/debug/distribution/leap/15.3/repo/oss/
14 | repo-debug-non-oss                   | Debug Repository (Non-OSS)                                                                  | No      | ----      | ----    | http://download.opensuse.org/debug/distribution/leap/15.3/repo/non-oss/
15 | repo-debug-update                    | Update Repository (Debug)                                                                   | No      | ----      | ----    | http://download.opensuse.org/debug/update/leap/15.3/oss/
16 | repo-debug-update-non-oss            | Update Repository (Debug, Non-OSS)                                                          | No      | ----      | ----    | http://download.opensuse.org/debug/update/leap/15.3/non-oss/
17 | repo-non-oss                         | Non-OSS Repository                                                                          | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/distribution/leap/15.3/repo/non-oss/
18 | repo-oss                             | Main Repository                                                                             | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/distribution/leap/15.3/repo/oss/
19 | repo-sle-debug-update                | Update repository with debuginfo for updates from SUSE Linux Enterprise 15                  | No      | ----      | ----    | http://download.opensuse.org/debug/update/leap/15.3/sle/
20 | repo-sle-update                      | Update repository with updates from SUSE Linux Enterprise 15                                | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/update/leap/15.3/sle/
21 | repo-source                          | Source Repository                                                                           | No      | ----      | ----    | http://download.opensuse.org/source/distribution/leap/15.3/repo/oss/
22 | repo-source-non-oss                  | Source Repository (Non-OSS)                                                                 | No      | ----      | ----    | http://download.opensuse.org/source/distribution/leap/15.3/repo/non-oss/
23 | repo-update                          | Main Update Repository                                                                      | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/update/leap/15.3/oss
24 | repo-update-non-oss                  | Update Repository (Non-Oss)                                                                 | Yes     | (r ) Yes  | Yes     | http://download.opensuse.org/update/leap/15.3/non-oss/
25 | snappy                               | snappy                                                                                      | No      | ----      | ----    | https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.2
26 | vivaldi                              | vivaldi                                                                                     | Yes     | (r ) Yes  | Yes     | https://repo.vivaldi.com/archive/rpm/x86_64
 
Old 08-30-2022, 12:27 PM   #14
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
FYI, I just booted with my Win 10 recovery USB drive and ran disk part. I see that partition 2 volume 3 is set to active. That is,
Label 4032-6F74

What's odd is it shows C as recovery and D where Windows is installed. Normally when I get into Windows C: is where Windows is and D: is my secondary partition instead of E listed in diskpart. Appreciate any additional input before I attempt any recovery.

My Partitions: https://i.imgur.com/Mh7JLeR.jpg
My active boot Partition: https://i.imgur.com/MN4Gnd2.jpg

Last edited by NuxIT; 08-30-2022 at 12:51 PM.
 
Old 08-30-2022, 12:40 PM   #15
NuxIT
Member
 
Registered: Jul 2003
Location: Westminser, CO
Distribution: xUbuntu
Posts: 137

Original Poster
Rep: Reputation: 20
Also, I wanted to include the output mrmazda requested.

fdisk -l
Code:
asus2:~ # fdisk -l /dev/sda
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 860 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: EBF7F462-1D85-11EA-BEDD-9DAB636FD0BA

Device         Start       End   Sectors   Size Type
/dev/sda1       2048   1845255   1843208   900M Windows recovery environment
/dev/sda2    1845256   2459663    614408   300M EFI System
/dev/sda3    2459664   2721815    262152   128M Microsoft reserved
/dev/sda4    2721816 353282059 350560244 167.2G Microsoft basic data
/dev/sda5  353284096 354338815   1054720   515M Windows recovery environment
/dev/sda6  354340864 354357247     16384     8M BIOS boot
/dev/sda7  354357248 358551551   4194304     2G Linux swap
/dev/sda8  504841704 749918151 245076448 116.9G Microsoft basic data
/dev/sda9  749918208 976773134 226854927 108.2G Linux filesystem
lsblk -f (See above post)
cat /etc/fstab (See above post)

efibootmgr
Code:
asus2:~ # efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0004
Boot0000* opensuse-secureboot
Boot0004* Windows Boot Manager
 
  


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
Ubuntu Server boots to grub rescue after every kernel upgrade, have to revert to older kernel to boot, wrong disk in grub? surfrock66 Linux - Server 24 10-24-2020 07:49 AM
How to find a file which having same name and created on different date on different lalitshaktawat Linux - Server 2 04-25-2013 06:09 AM
Revert Ndiswrapper After Installing Wrong Driver on Ubuntu siliconpie Linux - Laptop and Netbook 1 12-11-2008 04:02 AM
iptables command to revert to dropping after an app closes? conn-fused Linux - Security 3 02-24-2007 12:07 AM
Mouse settings revert after logging out tetpt Linux - Hardware 0 01-11-2006 02:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:44 AM.

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