F5F Stay Refreshed Software Operating Systems How to remove GRUB from the wrong SSD?

How to remove GRUB from the wrong SSD?

How to remove GRUB from the wrong SSD?

Pages (2): Previous 1 2
R
Rybabs13
Junior Member
47
07-13-2016, 12:40 PM
#11
The command reveals the contents of the root directory in the EFI system partition, showing files and directories such as GRUB and other boot-related items.
R
Rybabs13
07-13-2016, 12:40 PM #11

The command reveals the contents of the root directory in the EFI system partition, showing files and directories such as GRUB and other boot-related items.

Y
Yousifm10
Junior Member
28
07-13-2016, 02:41 PM
#12
Use efibootmgr from a terminal to locate the entry. Identify the ID you wish to delete, then execute sudo efibootmgr -b number -B. If the target is Boot0001, run sudo efibootmgr -b 0001 -B to remove it.
Y
Yousifm10
07-13-2016, 02:41 PM #12

Use efibootmgr from a terminal to locate the entry. Identify the ID you wish to delete, then execute sudo efibootmgr -b number -B. If the target is Boot0001, run sudo efibootmgr -b 0001 -B to remove it.

F
72
07-21-2016, 12:20 PM
#13
During installation, efibootmgr displays: Ubuntu Windows Boot Manager / Windows Boot Manager, indicating just one Ubuntu entry. However, BIOS lists two options and both function properly during boot. The discrepancy arises because efibootmgr only recognizes one Ubuntu version. Update: Removing the Ubuntu entry still appears after a restart.
F
Fluffy_BananaZ
07-21-2016, 12:20 PM #13

During installation, efibootmgr displays: Ubuntu Windows Boot Manager / Windows Boot Manager, indicating just one Ubuntu entry. However, BIOS lists two options and both function properly during boot. The discrepancy arises because efibootmgr only recognizes one Ubuntu version. Update: Removing the Ubuntu entry still appears after a restart.

N
nooneepic27
Member
227
07-21-2016, 10:30 PM
#14
Imagine turning off the machine, disconnecting all storage devices, restarting without any connected drives, letting it report missing boot options, then powering it back on. I've seen this happen even after a clean format, because UEFI might not always refresh its records.
N
nooneepic27
07-21-2016, 10:30 PM #14

Imagine turning off the machine, disconnecting all storage devices, restarting without any connected drives, letting it report missing boot options, then powering it back on. I've seen this happen even after a clean format, because UEFI might not always refresh its records.

1
1Kigzey1
Member
63
07-21-2016, 10:44 PM
#15
I just checked again on Ubuntu, but it’s not what I expected since the GRUB is present in both SDA and SDB. After mounting SDA2 and SBD2 and running `ls`, both showed "Boot Microsoft ubuntu." They now reside together in this VFAT partition. I’m unsure if there’s a simple method to remove only the Ubuntu version from it. Maybe I could try a Linux magic command to wipe this VFAT and reinstall the Windows Boot Loader, though I’m not very experienced.
1
1Kigzey1
07-21-2016, 10:44 PM #15

I just checked again on Ubuntu, but it’s not what I expected since the GRUB is present in both SDA and SDB. After mounting SDA2 and SBD2 and running `ls`, both showed "Boot Microsoft ubuntu." They now reside together in this VFAT partition. I’m unsure if there’s a simple method to remove only the Ubuntu version from it. Maybe I could try a Linux magic command to wipe this VFAT and reinstall the Windows Boot Loader, though I’m not very experienced.

P
Powa_CD030982
Junior Member
3
07-23-2016, 04:05 AM
#16
I gave up!!! I tried the post here: https://askubuntu.com/questions/429610/u...bootloader Then followed the guide at https://www.geeksforgeeks.org/how-to-fix...-in-linux/ And after restarting, grub reinstalled itself on the 250GB SSD without Ubuntu again! GRUB on the right drive displayed "minimal bash" once more!!!
P
Powa_CD030982
07-23-2016, 04:05 AM #16

I gave up!!! I tried the post here: https://askubuntu.com/questions/429610/u...bootloader Then followed the guide at https://www.geeksforgeeks.org/how-to-fix...-in-linux/ And after restarting, grub reinstalled itself on the 250GB SSD without Ubuntu again! GRUB on the right drive displayed "minimal bash" once more!!!

S
StoneBreakerYT
Junior Member
36
07-30-2016, 06:59 AM
#17
You need to turn off all drives except the one you wish to change. Windows and Linux usually add bootloaders in unexpected places when there are several drives available.
S
StoneBreakerYT
07-30-2016, 06:59 AM #17

You need to turn off all drives except the one you wish to change. Windows and Linux usually add bootloaders in unexpected places when there are several drives available.

Pages (2): Previous 1 2