You are not logged in.
Pages: 1
Greetings, everyone!
So i've been trying to install Arch on intel mac mini. The problem is booting the installation image.
1.I can't manage it through the cd as it seems to be broken (auto ejecting every disk i insert into).
2.I've tried booting from usb with image file and that "dd" copy. Refit see the usb but print a lot of 'can't load' after booting from it, also it states that it probably would't work.
3. My another attempt was to put the same image by the means of "dd" on hdd partition. Well, refit see this partition as possible boot variant, but simply hangs when booting with no messages.
4. Finally, i try to copy all files from archlinux.iso to /efi/archlinux and put there elilo.efi and elilo.conf like this:
image=boot/vmlinuz26
label=linux
initrd=boot/archiso_pata.img
This time i've got "Loading elilo.efi" and it hangs again.
Now, i have no ideas for further attemps. Simply have not enough knowledge. I suspect that slightly modified 3th or 4th solutions may work, but what that modification? Any ideas?
Last edited by podosinovik (2010-02-27 20:45:50)
Offline
Why are you using rEFit to boot the usb? I just hold down 'option' during boot and it shows up and boots. Though it probably won't make a lick of difference. What type of system are you using dd on to write the image, as I know there are extra steps to doing it on OS X?
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Well, i've installed just to see what it is, then without it i should "bless" elilo for standard loader, thus it is simplier.
It 3th attempt i copy archlinux-2009.08-core-x86_64.img on /dev/disk1 after unmounting /dev/disk1s1(as it was shown in mount output) by the means of GUI. (First time i dd'd right to disk1s1 - with the same result)
Offline
So you did this:
# diskutil list
found the disk that is the usb device, then:
# diskutil umountDisk /dev/diskX
with X being the usb device, then:
# dd if=Arch.img of=/dev/diskX bs=1m
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
1. i use mount, it gives me disk1s1 so i have disk1
2. GUI unmount
3. bs was different ( AFAIK it affects only on copy speed )
Offline
What do you mean by GUI unmount? There is an eject on OSX, which is NOT THE SAME as an unmount.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
I did't know that. Do you think this may the the issue?
Offline
Yes, it most likely is as I was having the same problems until I followed the above commands.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Ehhh, same stuff - just tried it.
Offline
For the sake of clarity : is this an Intel-based or a PPC - based mini?
Offline
intel (initial post updated too)
Last edited by podosinovik (2010-02-27 20:46:57)
Offline
Pages: 1