Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 50

Thread: Experiments in refit shell to enable 9400M on MBP 5,1

  1. #31
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    Metatechbe, it would be possible for you to post a step by step guide starting with a clean system?

    It would be great to have the guide here in the forums and also, include it in the bug report.

    Thanks!

  2. #32
    Join Date
    Jul 2010
    Beans
    142

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    Quote Originally Posted by emrys View Post
    Metatechbe, it would be possible for you to post a step by step guide starting with a clean system?
    The step-by-step is here :
    http://grub.enbug.org/TestingOnMacbook

    metatech

  3. #33
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    Thanks!

    Quote Originally Posted by metatechbe View Post
    The step-by-step is here :
    http://grub.enbug.org/TestingOnMacbook

    metatech

  4. #34
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    Metatechbe, I am following the step by step guide and I am having problems in one of the steps. According to the guide, in the Installing GRUB section you have to run the following two commands:

    cd grub-core
    ../grub-mkimage -O $EFI_ARCH-efi -d . -o grub.efi -p "" part_gpt hfsplus fat ext2 normal chain boot configfile linux multiboot

    I am in ~/grub/grub-core/ but the last command gives me an error:

    bash: ../grub-mkimage: No such file or directory

    Should I create manually the directory? Any ideas?

    Thanks a lot.

  5. #35
    Join Date
    Jul 2010
    Beans
    142

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    Quote Originally Posted by emrys View Post
    bash: ../grub-mkimage: No such file or directory
    Are you sure you are using grub 1.99 RC1 ?

  6. #36
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    I followed the guide so I got GRUB using:

    bzr branch --revision -1 http://bzr.savannah.gnu.org/r/grub/trunk/grub

    Also, in the NEWS file it says: "New in 1.99:" so it should be 1.99...

    Quote Originally Posted by metatechbe View Post
    Are you sure you are using grub 1.99 RC1 ?

  7. #37
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    OK. I started all over again and this time the error (in the same step "../grub-mkimage -O $EFI_ARCH-efi -d . -o grub.efi -p "" part_gpt hfsplus fat ext2 normal chain boot configfile linux multiboot") changed to:

    unknown target format -efi
    Try `../grub-mkimage --help' for more information.

    Any ideas?

    Thanks.
    Last edited by emrys; March 11th, 2011 at 04:27 PM.

  8. #38
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    OK, this is probably my own fault. Using this I managed to advance:

    ../grub-mkimage -O x86_64-efi -d . -o grub.efi -p "" part_gpt hfsplus fat ext2 normal chain boot configfile linux multiboot


    Quote Originally Posted by emrys View Post
    OK. I started all over again and this time the error (in the same step "../grub-mkimage -O $EFI_ARCH-efi -d . -o grub.efi -p "" part_gpt hfsplus fat ext2 normal chain boot configfile linux multiboot") changed to:

    unknown target format -efi
    Try `../grub-mkimage --help' for more information.

    Any ideas?

    Thanks.

  9. #39
    Join Date
    Mar 2005
    Location
    Tenerife, Canary Islands
    Beans
    71
    Distro
    Ubuntu

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    OK. Finally everything worked, sort of.

    I had to modify the menu entries for grub.cfg as my / partition is sda5 instead of sda3... so, if anyone gets a "noinit found. Try passing init= bootarg" error, it might be this.

    Another quirk is that when the system boots, a process named v86d is using 100% cpu...

    Finally, the temperature, as reported by NVIDIA X Server Settings is about 50º, not 42º as expected.

    Suspend/resume works but after resuming, the temperature goes up to >57º. I tried to use gpupwr but the following error appears:
    ioperm failed
    Segmentation fault

    Brightness does not work, as advertised.

    Other than that, great work guys.

  10. #40
    Join Date
    Jul 2010
    Beans
    142

    Re: Experiments in refit shell to enable 9400M on MBP 5,1

    Quote Originally Posted by emrys View Post
    Finally, the temperature, as reported by NVIDIA X Server Settings is about 50º, not 42º as expected.
    After 10-20 minutes after boot, the temperature should be around 40-42 degrees Celsius. Did you kill the v86d process and waited long enough for the machine to stabilize its temperature ?

    Quote Originally Posted by emrys View Post
    Suspend/resume works but after resuming, the temperature goes up to >57º. I tried to use gpupwr but the following error appears:
    ioperm failed
    Segmentation fault
    You need to run the gpupwr command with "sudo"
    Last edited by metatechbe; March 11th, 2011 at 09:48 PM.

Page 4 of 5 FirstFirst ... 2345 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •