I have liberated an old 2006 Mac Mini (Model: A1176) from being thrown away and wanted to use it as a Time Capsule for my other Macs. To do this, I want to install Ubuntu server 16.04 LTS to roll my own Time Capsule over my home network. Feb 15, 2019  This may not correspond well to your exact hardware, but I recently used Etcher to create a bootable Ubuntu 18.04 and 16.04 USB installation media, and was able to install Ubuntu (either flavor) onto a SATA SSD installed in a 2009 Mac Pro (that was updated to 2010 firmware so it. How do I install and set up Linux on a Mac? Linux is an interesting and slightly less well-known operating system - although Macworld's tech-savvy readers are likely to know at least a little. Linux on MacMini (2006 model) I bought in 2006 a MacMini. That year there were two MacMini releases, mine corresponding to the older model (MA206LL/A, Model Number A1176, Model Id: Macmini1,1), with a 1.66 GHz Intel Core Duo (32 bits). It had a slow 80Gb harddisk and 512 Mb of memory, which I immediately updated to 1 Gb.

Active7 months ago

I have liberated an old 2006 Mac Mini (Model: A1176) from being thrown away and wanted to use it as a Time Capsule for my other Macs.

To do this, I want to install Ubuntu server 16.04 LTS to roll my own Time Capsule over my home network.

How can I do this? I have downloaded the ISO from Ubuntu's website but when I put it onto a CD-RW and selected it by holding down Option at boot, it then got stuck on the message 'Select CD-ROM Boot Type' with no way to select it (keyboard wasn't loaded).

Can someone please provide step-by-step on how to do this?

Update

To answer the comments. The Mac Mini currently has OS X 10.6.8 installed and has the 1.66GHz Intel Core Duo processor. It also has 1GB 667 MHz DDR2 SDRAM

The file I downloaded for Ubuntu was called ubuntu-16.04-server-amd64.iso

The screenshot for the screen showing after I select the CD on the EFI menu is as follows:

I can't select an option as I don't think the keyboard is loaded.

Jamesking56
Jamesking56Jamesking56
1651 gold badge5 silver badges19 bronze badges

1 Answer

Alright, I see you've added some requisites to your answer. Here goes.

Download this. (Ubuntu Server 16.04 32-bit)

This is done the same way any other Linux install is done. You will insert the CD/DVD, run through the setup to take the entire partition of the Mac Mini, and once you reach a desktop, you're ready for part 2. [Excellent Basic Tutorial, 2012, but relevant]

a. Choose a Data Folder

First you need to pick a directory on your server for your Time Machine data and if it doesn't already exist, create it

I'll be using /data/timemachine/ for these instructions, if you prefer another location remember to change it in any of the following.

b. Setup a User Account

You'll also need Time Machine user account on your server which you can log in with on your Mac. Create one and assign it the previously-created data folder as its home directory and assign ownership of that directory to this user.

I've chosen to create a user timemachine, but you can pick anything you like.

sudo chown -R timemachine:timemachine /data/timemachine

You'll also need to set the password for this user.

c. Configure Netatalk

Next, you'll configure Netatalk. Open the existing afp.conf configuration file for editing that is stored in/etc/netatalk/. You can do it in the command line with:

You can copy my sample configuration exerpt below, editing it to suit your setup. You simply add it to the end ofafp.conf when finished (and save).

d. Enable Netatalk & Avahi

Next, using the venerable systemd, you can enable the netatalk and avahi-daemon services:

sudo systemctl start netatalk.service
sudo systemctl enable avahi-daemon.service
sudo systemctl start avahi-daemon.service

Okay, now switch over to your Mac.

Mac OS Setup

By default Mac OS doesn't show 'unsupported' or non-Apple Time Machine network drives, but you can easily change that with one Terminal command:

If everything went well after all this, you should now be able to choose your server in the Time Machine preferences when selecting a disk.


(source: samuelhewitt.com)

You'll also get a login prompt when attempting to access it, just use the username and password for the Time Machine account you created on your server.

If everything has worked thus far, and you are able to perform backups then congrats! You now have a Linux-powered Time Machine.

Install ubuntu on mac mini 2006 ram

You will need a DVI to VGA adapter, as well as a VGA dummy to make the machine believe it is plugged into a monitor. The first time you do this, it will have a poor screen resolution. Please just remote into the box (Teamviewer, Logmein, etc) and change the resolution.

Installing Samba (cross platform ability to share files) in Ubuntu

Sambais a free software re-implementation of the SMB/CIFS networking protocol. Samba provides file and print services for various Windows clients and can integrate with a Windows Server domain, either as a Domain Controller (DC) or as a domain member. So in this article we are using in Per-to-Per network between Windows clients and Linux Ubuntu clients. If you don’t like reading then watch the video tutorials at the end of this post.

  • To install Samba file server in Ubuntu Linux, run the terminal by pressing Ctrl+Alt+Tkeys to open Linux terminal command line interface.
    1. Now type the “sudo apt-get install Samba” in order to install Samba file server. Type the password to start the installation.

Installing App In Ubuntu Linux

Remember; your Ubuntu machine must be connected to internet. Because this apt-get install command will install software from Ubuntu online software repository.

2. Share File Between Ubuntu and Windows

Let’s do how to share a file in Ubuntu through file explorer? Open the File and create a folder in Home directory. I have created Netdata folder and required to be share it.

Advanced systemcare free edition download mac. Bottom Line:At first glance, Advanced SystemCare has everything you would think you'd ever need to keep a PC in tip-top shape: uninstallers, driver updaters, and so on. However, not all are better alternatives than their stock counterparts. For example, the Windows 8 Process Explorer is a much more usable solution.Advanced SystemCare's user experience is a mixed bag. We didn't have any trouble opting for a one-click-fix solution for many of our computer 'issues,' but we took that option because of information overload.If you have absolutely no security or tweaking tools, then it might be worth taking a look at Advanced SystemCare.

Install Ubuntu On Mac Mini 2006

a. Right click the Netdata folder and click Local Network Share. Select Share this folder.

Share File Between Ubuntu and Windows

To allow modification to files and folder for users, select Allow others to create and delete files in this folder. Also select Guest access (for people without a user account) to access files from Windows without requiring user and password.

b. Click Add the Permissions automatically to apply the permission to shared folder.

Add the Permissions automatically

If you want to set a password for shared folder, you shout set a user for Samba file server with “sudo smbpasswd -a Shais” command then type the password twice.

Set a Password to Samba File Server

Now it ask you user and password when someone want to access the shared folders. The the file sharing from Ubuntu Linux has completed successfully. Let’s test it from Windows 10 client.

3. Access Shared folders from Windows 10

You can access the Linux shared folders from Windows 10 using Network section. To simply access the shared folders type the IP addressShared folders.

a. In Windows 10 type 192.168.0.104NetData and press enter to open the shared files of Linux Ubuntu.

Access Network Shared Files

b. When prompt for network credential, type the user name and password. If you did not set a password for Samba files server, it will not ask the network credentials.

Network Credentials

c. It’s all the contents of shared folder. You can create and delete files or edit the files.

Network Shared Files

Installing Ubuntu On Mac Mini

To access the shared files quickly, create a shortcut link to a shared folder in Windows 10.

Create A Shortcut Link

Right click on the desktop and click New then click Shortcut.

Create Shortcut Link

Install Linux On Mac Mini

Type the network address of shared folder in Type the location of the item: and click Next.

You get infinite lives to play through the game, but are given a ‘Par’ for each level, referring to the amount of lives an average player should lose per level, and you earn points for losing as few lives as possible. Super mario bros mobile game.

Type a name for Shortcut Link – Share File between Ubuntu and Windows

Install Ubuntu On Mac Mini

Type a name for shortcut related to the shared folders contents and click Finish to create the shortcut.

Install Ubuntu On Macbook

Linux Shared Files

Here is the shortcut link to the NetData shared folder of Ubuntu Linux. Double click to open it from your desktop. You can create a network Map drive also.

Ubuntu Server Mac Mini

And there you have it. You asked for it! Sources included.

Glorfindel

Install Ubuntu On Mac

2,1797 gold badges20 silver badges33 bronze badges
ThePCpenguinThePCpenguin

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged bootmac-minitime-capsuleefi .