Results 1 to 7 of 7
Discuss Lenovo B560 reboot loop at the Installation - Hackint0sh.org; Hello i tried to install iAtkos S3 v2 on my new Lenovo b560 Laptop. I ...
  1. #1
    Newbie Array

    Join Date
    Dec 2010
    Posts
    1
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default Lenovo B560 reboot loop

    Hello i tried to install iAtkos S3 v2 on my new Lenovo b560 Laptop. I can start the installation if y type -f busratio=20. But when i installed iAtkos and want to start in OS X the laptop just reboot a few seconds after the apple logo. I tried -f busratio=20, -v -f busratio=20, -v -f busratio=20 cpus=1

    This is my Hardware:
    CPU: Intel core i3 380m 2x2,53 GHz
    Ram: 2 GB DDr3 Ram
    HDD: 500 GB 5.400 RpM SATA -> AHCI is enabled in Bios
    Graphicscard: Nvidia Geforce 310m with 512 mb, and intel hd graphic inside the cpu.

    I tried the NVenabler, Natit, EVO and no driver. I also tried to set Graphicsenabler in Chameleon. Can you help me please?

    Thank you

    PS: If there is a thread, that allready answered my question, please show me, thank you.

  2. Like Feramuz liked this post.

  3. #2
    Newbie Array

    Join Date
    Apr 2011
    Posts
    3
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    I have same problem and i cant solve problem.. ;(

  4. #3
    Senior Professional Array

    Join Date
    Apr 2011
    Posts
    177
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    11

    Default

    is that you cpu busratio?

  5. #4
    Newbie Array

    Join Date
    Apr 2011
    Posts
    3
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    After I installed iATKOS its shown me an Error that its can't run this compuer, something like this. So can you tell me how to Install correctly
    iATKOS on Lenovo B560 ???? What cind of drivers i have to choose ?? make someone tutorial on youtube please and link here please.

  6. #5
    Senior Professional Array

    Join Date
    Apr 2011
    Posts
    177
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    11

    Default

    i can't make a tutorial because i don't have this laptop

  7. Like sanjai2000 liked this post.

  8. #6
    Newbie Array

    Join Date
    Jul 2011
    Posts
    1
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Thumbs up simple solution: Lenova B560 can only boot from iBOOT CD (I tried running)

    Lenova B560 can only boot from iBOOT CD
    All You are lucky
    I tried to solve 3 months
    Boot your Lenova B560 using iBOOT boot cd and install Snow Leo 10.6.3 MBR PATCHED DVD or other OSX86 install dvd s , everything goes well. You can get it work via iBoot CD. AFTER Chameleon or Chiemera or other bootloader not run and Lenova reboots continously
    We will use another method using Chameleon-2.0-RC4-r684-bin and cheat
    Code: open terminal
    /* grant yourself a superuser access for this session */
    $sudo -s (to gran)
    cd /folder_where_you_have_your_bootloader_unpacked/
    /* now find out what is the system location for the drive and partition you installed OSX to */
    df or diskutil list /
    /* let's assume it's /dev/disk1s2 */
    /* install boot0 to the MBR */
    fdisk -f boot0 -u -y /dev/rdisk1
    /* install boot1h to the partition's bootsector */
    dd if=boot1h of=/dev/rdisk1s2
    /* Install boot to the partition's root directory */
    cp boot /

    Dont reboot it wont boot or it will reboot
    Lets convert iBOOT CD image to Windows-Compatible ISO Disc Images on Mac OS X to see the hidden folders inside boot cd (How To Create Windows-Compatible ISO Disc Images on Mac OS X)
    Insert the disc into the CD/DVD drive and launch Disk Utility, Click image Now that we have the source of the disc image selected, click on File->New->Disk Image from “insert name of source” Next, make sure that DVD/CD Master is selected as the Image Format — that ensures the contents of the disk are completely copied into a resultant .cdr image Click on Save and the disc image creation process will begin, indicated by a progress window. Depending on how large the disc is, the amount of time that’s necessary varies. When the cloning process is complete, check the Desktop and the .cdr image should be there. You can use this image on Macs, it works perfectly. However, to share it with Windows computers, we first need to convert it into a recognizable format. To do this, the help of Terminal is required.
    Launch Terminal either by Spotlighting for it or directly double-clicking on the app in ~/Applications/Utilities/ and type in:
    cd desktop
    then, enter this line of code to transform the .cdr to an ISO file:
    Below important
    hdiutil makehybrid -iso -joliet -o iboothyb.iso iboot.cdr

    double click iboothyb.iso now you will see Extra and usr folders and iBoot_2.5.5_tonymacx86.com.txt

    enter the Extra folder or cd Extra
    copy com.apple.Boot.plist , Preboot.dmg and Themes TO SnowLeopard Extra folder
    Reboot
    Everything must be Ok. If you press a key when booting you must see Snowleopard partition, Win7 Partition, Pardus partition and QNX partition

    Is there any problem?

  9. #7
    Newbie Array

    Join Date
    May 2012
    Posts
    4
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by Feramuz View Post
    Lenova B560 can only boot from iBOOT CD
    All You are lucky
    I tried to solve 3 months
    Boot your Lenova B560 using iBOOT boot cd and install Snow Leo 10.6.3 MBR PATCHED DVD or other OSX86 install dvd s , everything goes well. You can get it work via iBoot CD. AFTER Chameleon or Chiemera or other bootloader not run and Lenova reboots continously
    We will use another method using Chameleon-2.0-RC4-r684-bin and cheat
    Code: open terminal
    /* grant yourself a superuser access for this session */
    $sudo -s (to gran)
    cd /folder_where_you_have_your_bootloader_unpacked/
    /* now find out what is the system location for the drive and partition you installed OSX to */
    df or diskutil list /
    /* let's assume it's /dev/disk1s2 */
    /* install boot0 to the MBR */
    fdisk -f boot0 -u -y /dev/rdisk1
    /* install boot1h to the partition's bootsector */
    dd if=boot1h of=/dev/rdisk1s2
    /* Install boot to the partition's root directory */
    cp boot /

    Dont reboot it wont boot or it will reboot
    Lets convert iBOOT CD image to Windows-Compatible ISO Disc Images on Mac OS X to see the hidden folders inside boot cd (How To Create Windows-Compatible ISO Disc Images on Mac OS X)
    Insert the disc into the CD/DVD drive and launch Disk Utility, Click image Now that we have the source of the disc image selected, click on File->New->Disk Image from “insert name of source” Next, make sure that DVD/CD Master is selected as the Image Format — that ensures the contents of the disk are completely copied into a resultant .cdr image Click on Save and the disc image creation process will begin, indicated by a progress window. Depending on how large the disc is, the amount of time that’s necessary varies. When the cloning process is complete, check the Desktop and the .cdr image should be there. You can use this image on Macs, it works perfectly. However, to share it with Windows computers, we first need to convert it into a recognizable format. To do this, the help of Terminal is required.
    Launch Terminal either by Spotlighting for it or directly double-clicking on the app in ~/Applications/Utilities/ and type in:
    cd desktop
    then, enter this line of code to transform the .cdr to an ISO file:
    Below important
    hdiutil makehybrid -iso -joliet -o iboothyb.iso iboot.cdr

    double click iboothyb.iso now you will see Extra and usr folders and iBoot_2.5.5_tonymacx86.com.txt

    enter the Extra folder or cd Extra
    copy com.apple.Boot.plist , Preboot.dmg and Themes TO SnowLeopard Extra folder
    Reboot
    Everything must be Ok. If you press a key when booting you must see Snowleopard partition, Win7 Partition, Pardus partition and QNX partition

    Is there any problem?
    can you please make a tutorial or video or can you please tell us how to intall and what r the drivers we have to select

 

 

Similar Threads

  1. Snow Leopard installation on Lenovo B560 + Update
    By omggom in forum Installation
    Replies: 2
    Last Post: 05-12-2012, 06:43 AM
  2. Lenovo B560
    By BrittaHB in forum Installation
    Replies: 1
    Last Post: 10-30-2011, 09:42 PM
  3. How to install OS X on Lenovo B560
    By AtoMiX in forum Installation
    Replies: 1
    Last Post: 08-09-2011, 02:16 PM
  4. Get out of the reboot loop
    By wassgha in forum iPod Touch 2G
    Replies: 1
    Last Post: 06-29-2011, 10:02 PM
  5. HELP! Reboot loop
    By alittletank in forum General
    Replies: 2
    Last Post: 12-13-2009, 08:08 PM

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
  •  
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO
(c) 2006-2012 Hackint0sh.org
All times are GMT +2. The time now is 10:24 AM.
twitter, follow us!