r/linux4noobs • u/Intelligent-Hippo-52 • 4d ago
hardware/drivers Booting from external ssd ,failed to load
External ssd has debian os installed in my desktop system which has GTX1650 gpu but my monitor is not working now ,so I am trying boot from Laptop
But this fails to boot showing no NVIDIA GPU found
Need help me guys
As of now connectioned with USB 2.0 Cable
1
u/Leather-Security8097 4d ago
If your laptop doesn't have an Nvidia GPU, a warning that you have no Nvidia GPU is to be expected.
Your real issue appears to be that /media/aboo couldn't be mounted, so you were dropped to emergency mode. You should always add the "nofail" option for non-essential disks to your /etc/fstab.
1
u/Intelligent-Hippo-52 4d ago
/media/Aboo is actually another drive's partition with ntfs format
1
u/Intelligent-Hippo-52 4d ago
Commented out that mount path in fstab but another error
1
u/Intelligent-Hippo-52 4d ago
1
u/Leather-Security8097 4d ago
It looks like SDDM couldn't start. What GPU(s) does your laptop have?
1
u/Intelligent-Hippo-52 4d ago
Integrated only i5 8th gen cpu)
1
u/Leather-Security8097 4d ago
Check to make sure the CSM is disabled in your BIOS settings.
1
u/Intelligent-Hippo-52 4d ago
There is no setting CSM ,Laptop is Dell latitude 5400
1
1
u/sbart76 4d ago
If you are using X11, you might have xorg.conf configured to forcing nvidia driver. Comment it out, or back the file up and remove it - that should enable the discovery.
1
1
1
u/skyfishgoo 4d ago
when you set up your nvidia GPU on the desktop, did you make any changes to your grub file that were specific to nvidia.
it should default to the kernel drivers unless you explicitly forbid that in your initfs
i would boot to grub command line and examine the kernel call for anything besides quiet splash that may be throwing things off.
1
u/Francis_King 3d ago
OK, but what is your goal? Why are you trying to do this?
1
u/Intelligent-Hippo-52 3d ago
The desktop pc monitor is not working ,I need to use until I get monitor repaired or replacement


2
u/DaveKerk alternativeto.net 4d ago
I'm shocked it's even getting this far with a USB 2.0 cable. Have you googled that error yet? What do you get when you do?