F5F Stay Refreshed Software Operating Systems Linux requires a Windows installation to start properly.

Linux requires a Windows installation to start properly.

Linux requires a Windows installation to start properly.

Pages (2): 1 2 Next
R
Rockstarros
Junior Member
21
12-23-2023, 03:53 AM
#1
You're experiencing an issue where removing the Windows SSD causes your Linux system to fail to boot, leaving only the Linux Mint interface visible. This suggests a potential conflict or dependency between the two operating systems. It's not necessarily a total loss of your Linux setup, but it does raise concerns about stability if the Windows side is compromised.
R
Rockstarros
12-23-2023, 03:53 AM #1

You're experiencing an issue where removing the Windows SSD causes your Linux system to fail to boot, leaving only the Linux Mint interface visible. This suggests a potential conflict or dependency between the two operating systems. It's not necessarily a total loss of your Linux setup, but it does raise concerns about stability if the Windows side is compromised.

K
Kaldeo
Member
226
12-25-2023, 02:38 AM
#2
My initial reaction was that the EFI bootloader shares with Windows. However, it seems impossible if you're encountering the GRUB bootloader and an option to start Linux/Windows without the Windows partition connected. To understand why it freezes, Linux uses a text-based boot sequence. Modifying the GRUB configuration as suggested here can help—https://forums.linuxmint.com/viewtopic.php?t=347913. When you boot Mint, instead of a logo, you'll now see a continuous scrolling display of the boot steps. Which line appears during boot when the Windows drive is removed?
K
Kaldeo
12-25-2023, 02:38 AM #2

My initial reaction was that the EFI bootloader shares with Windows. However, it seems impossible if you're encountering the GRUB bootloader and an option to start Linux/Windows without the Windows partition connected. To understand why it freezes, Linux uses a text-based boot sequence. Modifying the GRUB configuration as suggested here can help—https://forums.linuxmint.com/viewtopic.php?t=347913. When you boot Mint, instead of a logo, you'll now see a continuous scrolling display of the boot steps. Which line appears during boot when the Windows drive is removed?

K
KCDarkRanger
Member
56
12-25-2023, 07:49 AM
#3
I believe your fstab file includes the Windows disk, but it can't locate it and causes issues. Review the /etc/fstab file.
K
KCDarkRanger
12-25-2023, 07:49 AM #3

I believe your fstab file includes the Windows disk, but it can't locate it and causes issues. Review the /etc/fstab file.

L
LubyDaOreo
Member
120
12-26-2023, 08:13 PM
#4
I'll review it and let you know. I had a hectic day today.
L
LubyDaOreo
12-26-2023, 08:13 PM #4

I'll review it and let you know. I had a hectic day today.

S
Sheik1soul
Senior Member
511
12-26-2023, 11:40 PM
#5
You're looking to adjust the fstab file to exclude your Windows drive. That makes sense—just edit the relevant section and save it. Make sure you're targeting only the drive you want removed, not the entire system. If unsure, double-check the drive letters and confirm the changes before applying them.
S
Sheik1soul
12-26-2023, 11:40 PM #5

You're looking to adjust the fstab file to exclude your Windows drive. That makes sense—just edit the relevant section and save it. Make sure you're targeting only the drive you want removed, not the entire system. If unsure, double-check the drive letters and confirm the changes before applying them.

K
Killerman1834
Posting Freak
885
12-27-2023, 08:03 AM
#6
Make sure to exclude the Windows partition from fstab. Remove the corresponding UUID entry, then save the changes and restart your system; it should function properly.
K
Killerman1834
12-27-2023, 08:03 AM #6

Make sure to exclude the Windows partition from fstab. Remove the corresponding UUID entry, then save the changes and restart your system; it should function properly.

S
Supercore64
Junior Member
18
01-02-2024, 10:52 PM
#7
The fstab doesn't list a "windows drive." Insert your Windows drive, power on, and view the results with lsblk. The UUID mounted at /boot/efi could be stored elsewhere—possibly on an NVMe device—so we can adjust it if needed for exclusive creation. That's why you should always note your fstab entries.
S
Supercore64
01-02-2024, 10:52 PM #7

The fstab doesn't list a "windows drive." Insert your Windows drive, power on, and view the results with lsblk. The UUID mounted at /boot/efi could be stored elsewhere—possibly on an NVMe device—so we can adjust it if needed for exclusive creation. That's why you should always note your fstab entries.

F
FramezTheBest
Member
222
01-04-2024, 11:30 PM
#8
I didn't see the filesystem flag. Nice work.
F
FramezTheBest
01-04-2024, 11:30 PM #8

I didn't see the filesystem flag. Nice work.

I
Intheworld061
Member
62
01-05-2024, 10:52 PM
#9
Good call.
I
Intheworld061
01-05-2024, 10:52 PM #9

Good call.

L
LordDoPicole
Junior Member
17
01-06-2024, 04:26 AM
#10
L
LordDoPicole
01-06-2024, 04:26 AM #10

Pages (2): 1 2 Next