You are not logged in.
Pages: 1
Macbook Pro 5,1 Updated to the latest firmware, Installed rEFIt on it too. Grub will not install correctly. My partition scheme is like so:
/dev/sda1 : EFI
/dev/sda2 : mac os x
/dev/sda3 : swap
/dev/sda4 : /
/dev/sda4 contains all everything. I don't use a separate boot partition. I have tried to use a separate one already with no luck. I get the same grub errors regardless. I have tried the internet install and the install from cd, no luck. I tried to automatically install from the install cd, and I get an error that the grub was NOT installed correctly. So I tried it myself.
grub > device (hd0,3) /dev/sda
grub > root (hd0,3)
This is where I get the error. Not a valid partition. I've been trying this for two days. I have followed this link religiously and installed grub on the partition, but I still get the errors. Macbook
Ubuntu installed successfully, but.. I want Arch. lol
Any help would be great. Thanks!
Last edited by otisranson (2010-05-10 15:56:41)
Offline
Use GRUB2 from the Ubuntu LiveCD.
Boot into LiveCD, mount /dev/sda4 to /mnt.
Install with grub-install --root-directory=/mnt /dev/sda.
Greets,
demian
Last edited by demian (2011-04-30 15:00:20)
no place like /home
github
Offline
I'll work on it today. Thanks!
Offline
Use GRUB2 from the Ubuntu LiveCD.
Boot into LiveCD, mount /dev/sda4 to /mnt.
Install with grub-install --root-directory=/mnt /dev/sda.Greets,
mikar
Do NOT install GRUB on /dev/sda, install it rather on /dev/sda4, the partition where linux is on. Maybe this is what went wrong in the first place ?
Offline
demian wrote:Use GRUB2 from the Ubuntu LiveCD.
Boot into LiveCD, mount /dev/sda4 to /mnt.
Install with grub-install --root-directory=/mnt /dev/sda.Greets,
mikarDo NOT install GRUB on /dev/sda, install it rather on /dev/sda4, the partition where linux is on. Maybe this is what went wrong in the first place ?
I tried multiple times to install on the partition. It wouldn't even recognize the hard drive on the commands above. I didn't even get to the install stage. I tried the automated install in the arch install, no dice. Trying to install using an Ubuntu disc.
Offline
I ended up chrooting into arch, then installing grub2 from the testing repo. Thanks for the help!
Offline
Pages: 1