LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-18-2018, 02:23 PM   #1
bobfunduro
LQ Newbie
 
Registered: Apr 2017
Posts: 9

Rep: Reputation: Disabled
SSD not recognised by Linux Lite


Hi All
I'm trying to revive a Fujitsu Amilo 1705 with an 120gb SSD and installing 'Lite' 3.6. as the sole OS.

I have 'Lite' running in safe mode from a DVD, but whilst the computer knows the SSD is there - Lite doesn't. I used the 'Lite' forum but to no avail.

I formatted the SSD on a Windows laptop I did use MBR as it seemed in sync with an old computer.

If it is a NTFS problem I'm not sure what to change it too or how to. I'm using Western digital data lifeguard diagnostics.

Whilst Lite is running in safe mode I cannot find 'terminal'. Any ideas where I can find it? Can I use any code in Terminal to help Lite find the SSD?

Whilst I have superficially played around with computers for a few years - please keep it simple !

Cheers
 
Old 04-18-2018, 02:38 PM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by bobfunduro View Post
...
I have 'Lite' running in safe mode from a DVD, but whilst the computer knows the SSD is there - Lite doesn't. I used the 'Lite' forum but to no avail.
I think it would help to clarify a few things:

Are you saying that the BIOS/UEFI firmware lists it as being attached to your system? But, Linux Lite does not see/list it it?

Quote:
I formatted the SSD on a Windows laptop I did use MBR as it seemed in sync with an old computer.
Are you saying that you partitioned it using MSDOS based partitioning? As partitioning and formatting are not one of the same thing.

Quote:
If it is a NTFS problem I'm not sure what to change it too or how to...
You need to install the package for the ntfs-3g drivers, to access NTFS formatted partitions from Linux.

Quote:
Whilst Lite is running in safe mode I cannot find 'terminal'. Any ideas where I can find it? Can I use any code in Terminal to help Lite find the SSD?
I don't use Linux Lite myself, so I don't personally know which desktop environment it uses by default. However their certainly are some terminal commands to list your SSD with. Try the following one:

Code:
lsblk
 
Old 04-18-2018, 02:41 PM   #3
fatmac
Senior Member
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan with some Tiny Core, Fatdog, Haiku, & BSD thrown in.
Posts: 4,922

Rep: Reputation: Disabled
If you are trying to use the disk, likely it doesn't auto mount disks, so you need to mount it yourself, & you may need to install ntfs-3g to mount an NTFS drive, whilst if you formatted it with VFAT most distros will be able to mount it.

But if you are trying to install LL onto the disk if it is fitted into your computer, then it is something to do with how LL works, maybe it will not use other disks in 'safe mode' - try running it 'live' & see if you can see your disk, or run the installer when it boots up.
 
Old 04-18-2018, 02:56 PM   #4
bobfunduro
LQ Newbie
 
Registered: Apr 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
Hi All.

Thanks for the speedy responses.

If I fire up the laptop and F2 the SSD shows up. When trying to install on the SSD the Lite does not see it.

Mmm. Well I'm a newbie floundering here I did format the SSD and from my memory I saw something about MBR being suitable for older computers so I plumbed for that option. Not suer whether that partitioning or not.

Mmm - again ntfs-3g not to sure what that is - where to get it or on which laptop Windows or Linux. Academic really as I can't do anything on the Lite laptop.

I can't access terminal as I can't find it as just about everything on the setup desktop doesn't appear to work without an internet connection which it won't let me access.

Quite out of my depth here but desperate to consign Windows to the shelf.

Cheers
 
Old 04-18-2018, 03:54 PM   #5
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: CentOS
Posts: 4,691

Rep: Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181
If you are talking about the items in the "Welcome" window that appears, then no, you really can't do much of that without an internet connection. Just close that window by clicking on the red "x" in the top right corner.

I don't know why your SSD would not be seen. Windows almost certainly formatted the drive with NTFS, and that is not a suitable filesystem for installation, but the drive should still appear as an icon at the top left corner of the screen, right above the "Install Linux Lite" icon. If the drive is really being seen, the installer should offer the option to erase the drive and format it with default settings.

To open a terminal, either right-click on the background and select "Open Terminal Here", or else at the bottom of the screen click on the icon that looks vaguely like a terminal screen with ">_" displayed. Either way, you will start with a non-root shell, and almost all of the suggested commands need root privileges. Just type "sudo -i", and you will get a root shell that will allow those commands.
 
Old 04-18-2018, 05:47 PM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,521

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
If Lite is detecting the drive, it would show up as /dev/sda. If that file is on your system, Lite is properly detecting the disk. Unless you have another disk in the system, in which case the SSD might be /dev/sdb.
 
Old 04-18-2018, 07:00 PM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 9,934

Rep: Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300
Quote:
I'm trying to revive a Fujitsu Amilo 1705 with an 120gb SSD
Was there ever an operating system installed on this machine, to your knowledge. If so, what was it?
If you formatted the SSD on a windows machine, you are going to have to do it all over again as you cannot install Linux on a proprietary windows filesystem, it won't work.

Linux Lite has an online Manual, at the link below which should explain how to use it and how to find a terminal.

https://www.linuxliteos.com/manual/

Can't imagine why you would need an internet connection to do simple things. I guess the Manual should explain.
 
Old 04-18-2018, 07:24 PM   #8
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: CentOS
Posts: 4,691

Rep: Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181
Quote:
Originally Posted by yancek View Post
If you formatted the SSD on a windows machine, you are going to have to do it all over again ...
I have personally verified that the first (and default) option the Linux Lite installer presents is to erase whatever is on the disk and set it up to a default arrangement (swap partition plus root partition).
 
Old 04-19-2018, 05:00 AM   #9
fatmac
Senior Member
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan with some Tiny Core, Fatdog, Haiku, & BSD thrown in.
Posts: 4,922

Rep: Reputation: Disabled
Quote:
Originally Posted by bobfunduro View Post

Quite out of my depth here but desperate to consign Windows to the shelf.

Cheers
Suggest maybe trying AntiX, works great on most older machines.
http://antix.mepis.org/index.php?title=Main_Page
 
Old 04-19-2018, 05:17 PM   #10
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 9,934

Rep: Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300Reputation: 2300
Quote:
I have personally verified that the first (and default) option the Linux Lite installer presents is to erase whatever is on the disk and set it up to a default arrangement (swap partition plus root partition).
Thanks for confirming my earlier statement that formatting the partition for Linux was pointless. I believe that is the first option on almost any Linux install.
 
Old 04-20-2018, 06:01 PM   #11
bobfunduro
LQ Newbie
 
Registered: Apr 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thanks all for your input.

Well - the plot thickens. Found that a right click produces some menus and the 'drive' menu only shows the DVD.

I found 'terminal' and tried to type in 'sudo' and what do I get? - s4d6 ! Googled some commands to identify the SSD and, as above, just get gobbledygook i.e. type in # and I get \

Is it me going nuts or this computer?

In answer to 'has the computer had another operating system = Yes, Vista. Did a reset by taking out the battery and hitting the on/off button, as suggested somewhere.

Where to now?
Regards
 
Old 04-20-2018, 06:14 PM   #12
bobfunduro
LQ Newbie
 
Registered: Apr 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
Just had another look around and discover that if I type in 'find ssd' into the help page I get 'f5nd ssd. Weird!

Just looking at GParted and it returns 'Invalid partition table - recursive partition on /dev/sr0'
 
Old 04-20-2018, 09:00 PM   #13
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: CentOS
Posts: 4,691

Rep: Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181Reputation: 2181
The complaint about the partition table on /dev/sr0 is no great surprise. Hybrid ISOs (the type that can be run unchanged either from a CD/DVD or from a USB flash drive) are a somewhat strange beast, appearing partitioned if used one way and unpartitioned for the other.

Either you have a strange keyboard type or else that machine has some serious hardware issues. It doesn't appear that the Settings Manager has support for anything except the "English(US)" layout. If keyboard layout doesn't seem to be a likely issue, I suggest selecting "Run memtest (memory test)" from the Linux Lite boot menu and see if that turns up anything. Let it run for at least one complete pass.

Regarding finding your SSD, try going into your BIOS setup and changing the disk interface from "AHCI" to legacy "IDE" mode. It might be that you have some disk controller that the Linux Lite DVD does not support. I'd suggest looking at some of the stored boot messages for anything about an unknown storage controller, but that's going to be hard to do until the keyboard issue is resolved.
 
Old 04-21-2018, 03:58 AM   #14
fatmac
Senior Member
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan with some Tiny Core, Fatdog, Haiku, & BSD thrown in.
Posts: 4,922

Rep: Reputation: Disabled
Quote:
Originally Posted by bobfunduro View Post
Just had another look around and discover that if I type in 'find ssd' into the help page I get 'f5nd ssd. Weird!
Numberlock is on - switch it off - some distros, to my annoyance turn it on by default.
 
1 members found this post helpful.
Old 04-21-2018, 06:52 AM   #15
bobfunduro
LQ Newbie
 
Registered: Apr 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
Aha - well done Fatmac !

Now I've got the keyboard functional, what can I put into Terminal to see if it can recognise the SSD

Cheers
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Linux in Toshiba u940 series with 32gb ssd and 750gb hdd I would like to have boot code in ssd only cvkchary Linux - Laptop and Netbook 4 08-31-2016 04:26 PM
Move Kodi thumbnail cache to ram in Linux Lite to reduce ssd drive wear. Kevin Williams Linux - Software 2 01-21-2016 02:44 AM
Samsung 13.3" ATIV Book 9 Lite 128GB SSD NP905S3G marcelp1 Linux - Hardware 4 06-06-2014 04:32 AM
Lite-On LH20A1P not recognised on Enterprise 4.5 Astol Linux - Hardware 7 09-23-2007 09:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration