Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
04-02-2022, 01:06 PM
|
#1
|
LQ Newbie
Registered: Oct 2018
Distribution: Ubuntu 16.04
Posts: 27
Rep: 
|
Recommendations on Installing Ubuntu on 8GB SD Card?
I've got an old laptop lying around, but it's HDD has conked.
The laptop has a SDcard reader, so was wondering if I could install Ubuntu on an 8GB SD card I had, and still get things up and running.
Don't plan on using it for much - mostly Python scripting, and browsing the Internet.
Was wondering if 8GB is enough for the install, and if there's anything I need to keep in mind while installing and during use.
Came across this minimal install page. But it seems to be for 18.04 and no longer seems to be supported?
Any idea if there's something like this for 20 or 21?
Also open to other Linux distros, but I'm most comfortable with Ubuntu and would prefer to stick to that.
Was Googling around and came across Porteus - a low footprint Linux. Was wondering if anyone has experience with or similar distros and whether it's recommended I go for it, or stick to Ubuntu?
|
|
|
04-02-2022, 01:27 PM
|
#2
|
Moderator
Registered: Aug 2002
Posts: 26,864
|
What is the make and model number of your laptop?
Is it 32 or 64 bit? How much RAM?
Can the laptop boot from the SD card? Is the max SD card size that can be read by the reader 8GB?
|
|
|
04-02-2022, 01:39 PM
|
#3
|
LQ Newbie
Registered: Oct 2018
Distribution: Ubuntu 16.04
Posts: 27
Original Poster
Rep: 
|
It's a HP laptop. This is the model.
8GB RAM, 64-bit.
It can boot from the SD card. Not sure if 8 GB is the max, but I have an 8 GB card lying around, so I wanted to use that.
Last edited by regstuff; 04-02-2022 at 01:45 PM.
|
|
|
04-02-2022, 02:05 PM
|
#4
|
Moderator
Registered: Aug 2002
Posts: 26,864
|
Some of the smaller distributions use light weight apps and not Gnome which is the default Ubuntu desktop.
Xbuntu uses xfce desktop which requires 7.5 GB hard drive space.
antix would fit on an 8GB card.
If the laptop runs ok otherwise I might consider buying a small 128 GB SSD SATA drive.
|
|
|
04-02-2022, 02:55 PM
|
#5
|
LQ Newbie
Registered: Oct 2018
Distribution: Ubuntu 16.04
Posts: 27
Original Poster
Rep: 
|
Came across Bodhi Linux. Is that something that would work here, or is Antix a better option?
Xubuntu says it needs 8.6 gb, so seems just out of my range. 
|
|
|
04-02-2022, 03:02 PM
|
#6
|
Moderator
Registered: Aug 2002
Posts: 26,864
|
Bodhi needs a min of 5GB hard drive space.
It will work on your system. The standard install will let you add pick what you want.
|
|
|
04-02-2022, 11:42 PM
|
#7
|
Member
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Rep:
|
I have an HP 650 loaded with antiX at 7GB. You are pushing it with an 8GB card, can be used to check if method works.
Code:
aris@hp2:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb4 27G 7.0G 19G 28% /media/aris/antiX
Edit: The installation included about 2.5GB of personal files, so the actual install could be as low as 4.5GB. It's enough space to run a system.
Last edited by Debian6to11; 04-03-2022 at 12:10 AM.
|
|
|
04-03-2022, 01:09 AM
|
#8
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
OP, I think you received some valid advice on distro choice.
So forgive me for going slightly OT -
why not simply replace the hard drive? I'm sure a significantly larger (than 8GB) hd can be had for next to nothing (if you don't have one lying around). And even the slowest platter should still be faster than an SD card...
Seems like a nice and not too old laptop otherwise, so a little effort / spending a few credits surely is justified?
|
|
|
04-03-2022, 06:48 AM
|
#9
|
Member
Registered: Jan 2022
Location: Hanover, Germany
Distribution: Slackware
Posts: 321
Rep: 
|
SD-Card limit may be "SDHC" = 32 GB.
A cheap 120 GB SATA SSD costs about 25 €, is faster than any SDHC card and has enough place for a Linux distro.
I'm using "Patriot Burst 120 GB" SATA SSDs in elder machines with SATA 3.0 GB/s controllers.
|
|
|
04-03-2022, 07:48 AM
|
#10
|
LQ Newbie
Registered: Oct 2018
Distribution: Ubuntu 16.04
Posts: 27
Original Poster
Rep: 
|
Quote:
Originally Posted by ondoho
OP, I think you received some valid advice on distro choice.
So forgive me for going slightly OT -
why not simply replace the hard drive? I'm sure a significantly larger (than 8GB) hd can be had for next to nothing (if you don't have one lying around). And even the slowest platter should still be faster than an SD card...
Seems like a nice and not too old laptop otherwise, so a little effort / spending a few credits surely is justified?
|
Fair point. Just wanted to see if this was a valid option that would put an old SD card to good use. Don't plan on using this laptop for anything heavy duty, so might be a good learning experience.
SD card is Class 10, so 10mbps is the data transfer limit. Wonder if that's going to be a pain though. 
|
|
|
04-04-2022, 12:12 PM
|
#11
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by regstuff
Just wanted to see if this was a valid option that would put an old SD card to good use.
|
No doubt it's a valid question - and you got good answers: choose a distro small enough to fit on 8GB, with room to spare for personal files.
Quote:
SD card is Class 10, so 10mbps is the data transfer limit. Wonder if that's going to be a pain though.
|
Read or write?
Is it around the same as a good USB3 stick? That should be bearable, at least with a light distro, people say.
|
|
|
04-04-2022, 03:02 PM
|
#12
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
The only way I'd use some large distro like that on 8G might be to use a live with persistence. That way you easily get a compressed filesystem. You could do a full install to a compressed filesystem other ways but it isn't overly easy.
|
|
|
04-04-2022, 08:28 PM
|
#13
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,418
|
I don't know if any of the others run from RAM, but I'd reckon that Porteus might be the go for you. Simple to test. I looked at it years ago but had an issue that ruled it out - can't remember what and may not be relevant these days anyway. It was bloody quick.
|
|
|
04-04-2022, 10:34 PM
|
#14
|
Member
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997
|
MX toram https://antixlinux.com/the-most-exte...on-the-planet/ &wiki
Nice laptop; 8GB ram good. Worth at least an old $10 hdd, to make it a laptop that's worth a couple hundred dollars
|
|
|
04-05-2022, 01:46 AM
|
#15
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
+1 for #13 and #14: loading the OS to RAM, that machine would fly!
|
|
|
All times are GMT -5. The time now is 01:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|