Welcome, Guest. Please login or register.

Author Topic: AmigaOne Linux  (Read 2451 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Matt_H

Re: AmigaOne Linux
« on: March 11, 2009, 08:59:44 PM »
I think YDL3 was the last version that kinda-sorta supported the A1. Things are slightly better with Debian. Check out the Kernel page. There's an Etch install ISO.

Here's an install guide - slightly outdated, but the principles should be the same, especially the part about a1boot.conf - that's what you need for UBoot to multiboot between OS4 and Linux.
 

Offline Matt_H

Re: AmigaOne Linux
« Reply #1 on: March 11, 2009, 10:42:16 PM »
Short version:

1. Install OS4. Leave space on the drive for Linux partitions.
2. Create Linux partitions using Media Toolbox. Use the filesystem identifiers from the above install guide. The swap partition should be twice the size of your installed RAM.
3. Boot the Debian CD from UBoot. I think the command is
Code: [Select]
diskboot 500000 x:0 0 where x is the unit number of your CD drive (0-3)
4. Pick up from step 3 of the Debian part of the install guide. Obviously you'll want to use the current kernel version numbers and your Linux partition number instead of /dev/hda4

It's been literally years since I installed Linux on my A1, so things may have changed more now that the Etch installer has appeared.