Won’t boot from previously working SSD drive
- Aldenflorio
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 389
- Thank you received: 15
21 Jun 2023 16:00 #273990
by Aldenflorio
Won’t boot from previously working SSD drive was created by Aldenflorio
I have an ssd drive with a a complete Linuxcnc system on it. I recently took it out of the computer, then set up a bootable usb with another usb that is set to install Linux.
I finished the bootable usd and it works well, so I took the two subs out and put my ssd back in.
now it won’t recognize the ssd and therefore won’t boot from it. I am trying to access boot menu to see if that’s the issue but I can’t access it like normal. I have checked all of the sites in the computer and they seem to be plugged in as normal.
any suggestions?
I finished the bootable usd and it works well, so I took the two subs out and put my ssd back in.
now it won’t recognize the ssd and therefore won’t boot from it. I am trying to access boot menu to see if that’s the issue but I can’t access it like normal. I have checked all of the sites in the computer and they seem to be plugged in as normal.
any suggestions?
Please Log in or Create an account to join the conversation.
- Aldenflorio
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 389
- Thank you received: 15
21 Jun 2023 16:02 #273991
by Aldenflorio
Replied by Aldenflorio on topic Won’t boot from previously working SSD drive
Attachments:
Please Log in or Create an account to join the conversation.
- strahlensauger
- Offline
- Elite Member
Less
More
- Posts: 195
- Thank you received: 65
21 Jun 2023 17:03 #273994
by strahlensauger
Replied by strahlensauger on topic Won’t boot from previously working SSD drive
Is the ssd reckognized by UEFI?
If not, check your hardware.
If so, you may boot with a USB Linux,
mount and chroot into your SSD Linux and
install and configure grub.
This happens quite often to me, if I remove the Linux SSD
from my main machine.
Windows is no problem, it is so agressivem it always puts itself into nvram...
If not, check your hardware.
If so, you may boot with a USB Linux,
mount and chroot into your SSD Linux and
install and configure grub.
This happens quite often to me, if I remove the Linux SSD
from my main machine.
Windows is no problem, it is so agressivem it always puts itself into nvram...
Please Log in or Create an account to join the conversation.
- Aldenflorio
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 389
- Thank you received: 15
21 Jun 2023 17:54 #273995
by Aldenflorio
Replied by Aldenflorio on topic Won’t boot from previously working SSD drive
How do I do that
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19462
- Thank you received: 6529
21 Jun 2023 18:21 #273996
by tommylight
Replied by tommylight on topic Won’t boot from previously working SSD drive
This has nothing to do with UEFI or whatever, the drive is disabled in BIOS, not powered (check connectors are fully seated) or a dead drive.
Please Log in or Create an account to join the conversation.
- Aldenflorio
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 389
- Thank you received: 15
21 Jun 2023 18:39 - 21 Jun 2023 18:44 #273998
by Aldenflorio
Replied by Aldenflorio on topic Won’t boot from previously working SSD drive
I believe that the SSD drive is bad though it may be. When I have it plugged into the computer I’m using and I load up my good system I can access it and see that there are files in there. So it’s recognized and holding information at least
and nowwwww, when I boot up my usb drive and log in it goes black then back to the log in screen
and nowwwww, when I boot up my usb drive and log in it goes black then back to the log in screen
Last edit: 21 Jun 2023 18:44 by Aldenflorio.
Please Log in or Create an account to join the conversation.
- Aldenflorio
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 389
- Thank you received: 15
21 Jun 2023 19:29 #274003
by Aldenflorio
Replied by Aldenflorio on topic Won’t boot from previously working SSD drive
So now to approach the issue of my bootable usb drive. I did the Ctrl+Alt+F1 logged in that way then did df -h.
it seems like all the space is taken up which would make sense that I can’t log in. Though what do I do about it? I just recently sudo upgraded and updated the system because I thought it would just be routine
it seems like all the space is taken up which would make sense that I can’t log in. Though what do I do about it? I just recently sudo upgraded and updated the system because I thought it would just be routine
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19462
- Thank you received: 6529
21 Jun 2023 20:31 #274006
by tommylight
see if that makes some space.
300MB is not enough to run a system, it needs at least 500 to start, then it will work even with only 200MB free, but will get sluggish.
Replied by tommylight on topic Won’t boot from previously working SSD drive
sudo tune2fs -m 1 /dev/sdb2
300MB is not enough to run a system, it needs at least 500 to start, then it will work even with only 200MB free, but will get sluggish.
Please Log in or Create an account to join the conversation.
- Aldenflorio
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 389
- Thank you received: 15
21 Jun 2023 20:36 #274007
by Aldenflorio
Replied by Aldenflorio on topic Won’t boot from previously working SSD drive
Okay I will try that thank you. In the meantime though. Why might it be so full? I’ve never had a system get so full like this and it happened when I did a sudo update. Though this is a very barebones system
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19462
- Thank you received: 6529
21 Jun 2023 20:56 #274009
by tommylight
Replied by tommylight on topic Won’t boot from previously working SSD drive
USB to small, 16GB is the minimum for a working system installed same as on hard drive, 32GB is preferred.
For a Live system, 4GB is fine.
-
Having said that, do not upgrade (you can do update), or just do a security upgrade on small drives.
For small drives you can do a LIVE version that can save settings and configs, search for "persistent mode for Live Debian" or Mint or whatever you want to use. This will take the ISO size plus up to 4GB of space for settings/persistence, so can be used on 8GB drives.
Get an USB SSD, normal USB drives are way to slow.
For a Live system, 4GB is fine.
-
Having said that, do not upgrade (you can do update), or just do a security upgrade on small drives.
For small drives you can do a LIVE version that can save settings and configs, search for "persistent mode for Live Debian" or Mint or whatever you want to use. This will take the ISO size plus up to 4GB of space for settings/persistence, so can be used on 8GB drives.
Get an USB SSD, normal USB drives are way to slow.
Please Log in or Create an account to join the conversation.
Time to create page: 0.162 seconds