2016년 10월 23일 일요일

2007 mid mac mini ubuntu install




요약 :
우분투 32비트 설치를 위한 USB부팅 이미지를 만든다.
efi/boot/boot.iso

우분트 32비트 설치 이미지를 boot.iso로 이름을 변경해서 mac mini에 USB를 꽂은 다음 alt (option) 키로 부팅 하면
부팅 디스크 설정에서 usb선택시 32비트 우분투를 설치 할 수 있다.

설치 중간에 boot-repair를 이용해서 부트를 수정 하여 이제 옵션 키를 누르지 않고 바로 부팅이 가능하게 만든다.
다시 usb로 부팅해서 파티션을 나눈다. 32비트 우분투는 20기가 정도 설정한다.

UNetbootin 을 32비트 우분트에 설치해서 64비트 우분트를 내려 받고 설치 한다.


아래에 링크를 따라 하면 설치 할 수 있다.

http://digiecologist.blogspot.kr/2015/12/installing-ubuntu-on-2007-mac-mini-a1176.html


아래의 내용은 따라 하면 에러가 난다.
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair
boot-repair

이과정에서 key 에러가 나면
http://askubuntu.com/questions/308760/w-gpg-error-http-ppa-launchpad-net-precise-release-the-following-signatures

The link above provides detailed explanation with screenshots. It also has some other simple methods that could be tried before doing this manually. Since it is not accessible from some regions let me describe the method that worked for me.

Go to the OpenPGP Public Key Server. There you can enter your key into the Search String field, leaving everything else as is, then click "Search!".
When searching for a key, always prepend 0x to it! This means that, for example, you have to search for 0x6AF0E1940624A220 instead of 6AF0E1940624A220.
Click on the link provided in the pub section. This should take you to page containing the key. The page's heading should be similar to Public Key Server -- Get "0x6AF0E1940624A220"
Copy everything from underneath the title (starting from -----BEGIN PGP PUBLIC KEY BLOCK-----) and save it in a file (e.g. key1).
Once you have the file, run the following command
sudo apt-key add key1

http://keyserver.ubuntu.com
위 내용으로 처리


몇시간 삽질을 하니 이 사이트에 도움되로 잘 설치 된다.
이제 맥미니 2007은 우분트 14.04로 다시 태어 났다.

댓글 없음: