You are not logged in.

#1 2016-05-15 05:45:27

Torignit
Member
Registered: 2012-06-19
Posts: 14

Installing Arch latest to a USB drive from an ancient system

I was naively going through  Method A here with an old version of Damn Small Linux on a computer with a 480M HD, 630M RAM, and a Pentium II processor, when I hit a snag.
Upon attempting to actually chroot (the other steps looking like they worked) I get:
"FATAL: kernel too old"

Solutions to this would be nice, but my main question is; is what I'm trying to do even technically possible?
Or perhaps; do I even have enough HD space and it just failed to give an error during tar xzf?

Offline

#2 2016-05-15 05:56:21

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: Installing Arch latest to a USB drive from an ancient system

By my knowledge I'd rather opt for the ISO installation. (Methode B)
As such, you won't face incompatibilities.


do it good first, it will be faster than do it twice the saint wink

Offline

#3 2016-05-15 06:09:05

Torignit
Member
Registered: 2012-06-19
Posts: 14

Re: Installing Arch latest to a USB drive from an ancient system

Well, this system does not have a working CD or DVD drive. I could perhaps use a 'LiveCD' on a USB drive...but first I would need to download the iso and write it to my usb drive, and I'm about 300M short for that. Also would need to get 'the latest version of squashfs' although that sounds like a more surmountable problem.

I guess I will just need to wait until I can get a more modern system running again.

Offline

#4 2016-05-15 07:01:08

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: Installing Arch latest to a USB drive from an ancient system

480mb hdd?
I don't know if you can install in such a small disk. (keep in mind that pacman saves the installed packages so you might need an external usb for extra storage)

Offline

#5 2016-05-15 09:18:13

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: Installing Arch latest to a USB drive from an ancient system

If your kernel is really too old just copy a newer one from another distro. I'm also not sure about 480mb HDD, with a minimal desktop I'm at about 2GB. I guess removing xorg and everything running on it I could get another 1GB freed up. That's still twice as much needed space than you have.

Offline

#6 2016-05-15 12:47:26

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: Installing Arch latest to a USB drive from an ancient system

The installed size of all base packages on my system (I've removed several base packages too):

$ pacman -Qi $(pacman -Qgq base) | awk '/Size/ { if ($5 == "MiB") total +=  $4 * 1024; else total += $4; } END { print total / 1024; }'
319.794

That's 320 MiB just for the installed size of most of the base group.  Many of these also generate files after install or on first use (two kernel images ~ 24 MiB).  So even assuming no pkg.tar.gz files were ever cached, you *might*be able to just squeeze a base install into 480 MB (MB or MiB?), but you wouldn't be able to do anything with it.  You couldn't install any other packages (and a base arch install doesn't include much).

With 480 MiB, look for a distro made to be small.  Arch is designed to be "simple" but it is definitely not small.  Slitaz seems like a good distro for small.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2016-05-15 12:51:50

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: Installing Arch latest to a USB drive from an ancient system

You can get the install size of the base install down considerably by stripping down the kernel and firmware packages. Those take well over 200 MB, and you likely use less than 10% of that.

Online

#8 2016-05-15 12:55:23

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: Installing Arch latest to a USB drive from an ancient system

Scimmia, wouldn't that involve recompiling the kernel?  Recompiling a modern kernel on the hardware described in the OP would be somewhere between ridiculously masochistic and impossible (probably just impossible).


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2016-05-15 12:58:19

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: Installing Arch latest to a USB drive from an ancient system

Not necessarily, you could simply strip modules. Rebuilding is better, though. The firmware is easier nothing to build), and is 135 MB itself.

This all may be moot, though, as he specifies that he's installing to USB in the thread title.

Last edited by Scimmia (2016-05-15 12:59:04)

Online

#10 2016-05-15 13:43:10

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Installing Arch latest to a USB drive from an ancient system

If the problem is downloading the iso then you could probably do "wget arch_download_url -O /dev/sdX" where sdX is the device node of a usb flash drive you will use to boot and install arch from.

That said, with a 480MB/MiB hard disk you will always be short on space, so with that disk I'm not sure arch is the best option.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#11 2016-05-15 13:45:18

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: Installing Arch latest to a USB drive from an ancient system

Another way should be to install into 2 GB pendrive, saving the HDD space.


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB