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): 1 2 Next
W
WolfyNya
Member
125
07-01-2016, 06:11 PM
#1
You have two SSDs, one running Ubuntu with GRUB as the bootloader and another with a different Ubuntu install that uses BIOS. When trying to boot the second SSD, you see a minimal GRUB bash instead of the main menu, which suggests an incomplete or conflicting installation. It might be a remnant from an incorrect setup. Yes, it is possible to remove it by resetting the bootloader settings or reinstalling Ubuntu properly.
W
WolfyNya
07-01-2016, 06:11 PM #1

You have two SSDs, one running Ubuntu with GRUB as the bootloader and another with a different Ubuntu install that uses BIOS. When trying to boot the second SSD, you see a minimal GRUB bash instead of the main menu, which suggests an incomplete or conflicting installation. It might be a remnant from an incorrect setup. Yes, it is possible to remove it by resetting the bootloader settings or reinstalling Ubuntu properly.

E
ExiledToAfrica
Junior Member
1
07-01-2016, 08:52 PM
#2
Check if the PC uses UEFI or Legacy mode. For UEFI, simply delete, format, or remove the small Fat32 EFI partition at the start of the drive. If it's Legacy, you might not be able to fix it later. Uninstall Grub from the installation process to remove it on a legacy system, but you likely don't have access to the failed setup. It doesn't matter if it exists, just set the boot priority in BIOS and move forward.
E
ExiledToAfrica
07-01-2016, 08:52 PM #2

Check if the PC uses UEFI or Legacy mode. For UEFI, simply delete, format, or remove the small Fat32 EFI partition at the start of the drive. If it's Legacy, you might not be able to fix it later. Uninstall Grub from the installation process to remove it on a legacy system, but you likely don't have access to the failed setup. It doesn't matter if it exists, just set the boot priority in BIOS and move forward.

G
GetUSom
Member
194
07-08-2016, 08:52 PM
#3
It is UEFI. You can remove it via Windows Disk Management, CMD, or Ubuntu's utility tools.
G
GetUSom
07-08-2016, 08:52 PM #3

It is UEFI. You can remove it via Windows Disk Management, CMD, or Ubuntu's utility tools.

T
Terrorbyte115
Member
65
07-08-2016, 10:06 PM
#4
Ignore it. Simply run lsblk, locate the tiny F32 partition (usually partition 1 at ~300MB), then execute mkfs.vfat -F32 /dev/whatever1 to erase it.
T
Terrorbyte115
07-08-2016, 10:06 PM #4

Ignore it. Simply run lsblk, locate the tiny F32 partition (usually partition 1 at ~300MB), then execute mkfs.vfat -F32 /dev/whatever1 to erase it.

K
ketman34
Posting Freak
834
07-09-2016, 06:29 AM
#5
I will attempt it now.
K
ketman34
07-09-2016, 06:29 AM #5

I will attempt it now.

M
M4R1U51234
Junior Member
46
07-10-2016, 02:17 AM
#6
I just noticed the installation went wrong: the working GRUB menu appears on the drive without Ubuntu, only Windows is visible. The GRUB on the SSD with Ubuntu shows a minimal shell. What does this mean? It seems the setup was incorrect. Can I remove the correct GRUB from the wrong drive and restore the one that displays minimal BASH on the Ubuntu disk? Also, in the second update, I fixed the GRUB on the right drive using insmod and updated the root reference. Now I need to delete the incorrect GRUB—how can I confirm whether the fat32 partition isn’t the Windows bootloader or if it uses a different filesystem?
M
M4R1U51234
07-10-2016, 02:17 AM #6

I just noticed the installation went wrong: the working GRUB menu appears on the drive without Ubuntu, only Windows is visible. The GRUB on the SSD with Ubuntu shows a minimal shell. What does this mean? It seems the setup was incorrect. Can I remove the correct GRUB from the wrong drive and restore the one that displays minimal BASH on the Ubuntu disk? Also, in the second update, I fixed the GRUB on the right drive using insmod and updated the root reference. Now I need to delete the incorrect GRUB—how can I confirm whether the fat32 partition isn’t the Windows bootloader or if it uses a different filesystem?

M
Manticore1202
Member
69
07-12-2016, 03:06 AM
#7
Windows bootloader resides in the EFI partition, yet you should be capable of mounting it and removing the Ubuntu loader.
M
Manticore1202
07-12-2016, 03:06 AM #7

Windows bootloader resides in the EFI partition, yet you should be capable of mounting it and removing the Ubuntu loader.

D
DueZulu
Senior Member
252
07-12-2016, 07:10 AM
#8
If lsblk displays those partitions, it shows the layout of your storage. The 99M and 538M entries likely represent the EFI system partition and its bootable files, while the 499M and 230G are standard data partitions. You can identify which is Windows by checking the label or using a tool to see the partition type. The 99M usually contains the GRUB configuration, so it’s the one you need for booting into Windows.
D
DueZulu
07-12-2016, 07:10 AM #8

If lsblk displays those partitions, it shows the layout of your storage. The 99M and 538M entries likely represent the EFI system partition and its bootable files, while the 499M and 230G are standard data partitions. You can identify which is Windows by checking the label or using a tool to see the partition type. The 99M usually contains the GRUB configuration, so it’s the one you need for booting into Windows.

F
Fluffy_Moose
Junior Member
48
07-13-2016, 09:59 AM
#9
Efi operates with a single partition that supports several loaders. Sda2 must manage both the Windows Boot Manager and the Ubuntu loader.
F
Fluffy_Moose
07-13-2016, 09:59 AM #9

Efi operates with a single partition that supports several loaders. Sda2 must manage both the Windows Boot Manager and the Ubuntu loader.

3
3Edge
Senior Member
718
07-13-2016, 11:35 AM
#10
You need to target both GRUB and the FAT32 partition within the same drive. After finding the correct entries in the BIOS, you'll have to remove them one by one to prevent the "Ubuntu bootloader" display on your SSD.
3
3Edge
07-13-2016, 11:35 AM #10

You need to target both GRUB and the FAT32 partition within the same drive. After finding the correct entries in the BIOS, you'll have to remove them one by one to prevent the "Ubuntu bootloader" display on your SSD.

Pages (2): 1 2 Next