Jump to content

fluid | fixed

Clover General discussion

Bootloader EFI Clover

  • Please log in to reply
1684 replies to this topic

#41
beta992

beta992

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 228 posts
  • Gender:Male

View Postdmazar, on 24 September 2012 - 01:21 PM, said:

Are you booting Mountain Lion? Are you sure you have slide=0 added? Is there maybe additional config.plist somewhere on your stick or EFI partition with different settings?
You can check for this slide=0 by starting Clover and then pressing letter 'O' - slide=0 should appear in boot args.
Going to try again, thanks.

UPDATE: Fixed by apianti. Removed OsxLowMemFixDrv-64.efi and added slide=0 fixes the problem.
Drivers64UEFI contents:
DataHubDxe-64.efi
FSInject-64.efi
HFSPlus-64.efi (renamed HFSPlus x64)
OsxAptioFixDrv-64.efi
OsxFatBinaryDrv-64.efi
PartitionDxe-64.efi

config.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DropOemSSDT</key>
		<string>Yes</string>
		<key>GenerateCStates</key>
		<string>Yes</string>
		<key>GeneratePStates</key>
		<string>Yes</string>
		<key>EnableC6</key>
		<string>No</string>
		<key>EnableC4</key>
		<string>No</string>
		<key>EnableC2</key>
		<string>Yes</string>
		<key>EnableISS</key>
		<string>Yes</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>GraphicsInjector</key>
		<string>Yes</string>
		<key>LoadVBios</key>
		<string>Yes</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>boot-args</key>
		<string>slide=0</string>
		<key>prev-lang:kbd</key>
		<string>en:0</string>
		<key>DefaultBootVolume</key>
		<string>Macintosh HD</string>
		<key>CustomUUID</key>
		<string>***</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>FirmwareFeatures</key>
		<string>0xC0001403</string>
	</dict>
</dict>
</plist>

Thanks for the help.

#42
ErmaC

ErmaC

    127.0.0.1

  • Supervisors
  • 4,251 posts
  • Gender:Male
  • Location:Canary Islands
A tiny update for nvidia injector. (r699)
Added new ID 10DE11C0 and one SubID (ID info credits to hap #47 )

Attached File  nvidia699.patch.zip   920bytes   8 downloads

When I have time I will make one for some missed (generic aka 0x00000000) IDs for Ati.
Fabio

#43
beta992

beta992

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 228 posts
  • Gender:Male
Is there an option to change the smbios to MacPro5,1? I have searched on FirmwareFeatures and the given string 0xC001F537, but found nothing.

Thanks,

#44
shiecldk

shiecldk

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 107 posts
  • Gender:Male
  • Location:Taiwan
How can I make clover to boot windows?

Also, how can I make clover boot windows dvd?
It showed "cdboot cannot boot from cd - code 4" while I was trying to install from windows dvd.

#45
Slice

Slice

    InsanelyMac Deity

  • Local Moderators
  • 1,829 posts
  • Gender:Male
  • Location:Moscow

View Postshiecldk, on 25 September 2012 - 06:21 PM, said:

How can I make clover to boot windows?
Legacy boot may work, may no. If NO then sorry.
UEFI boot works.

Quote

Also, how can I make clover boot windows dvd?
It showed "cdboot cannot boot from cd - code 4" while I was trying to install from windows dvd.
Clover has no UDF driver. Sorry, impossible.
Copy the DVD on USB stick and use it.

#46
shiecldk

shiecldk

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 107 posts
  • Gender:Male
  • Location:Taiwan

View PostSlice, on 26 September 2012 - 04:56 PM, said:

Legacy boot may work, may no. If NO then sorry.
UEFI boot works.

Clover has no UDF driver. Sorry, impossible.
Copy the DVD on USB stick and use it.
Get it, thanks for reply! :)

#47
magnifico

magnifico

    InsanelyMac Deity

  • Donators
  • 1,764 posts
  • Gender:Male
slice , you read my post...why i have this problem

#48
p.H

p.H

    InsanelyMac Legend

  • FAQ Team
  • 571 posts
  • Gender:Male
  • Interests:Hackintosh & NBA & COD4 promod

View Postdmazar, on 24 September 2012 - 01:21 PM, said:

Are you booting Mountain Lion? Are you sure you have slide=0 added? Is there maybe additional config.plist somewhere on your stick or EFI partition with different settings?
You can check for this slide=0 by starting Clover and then pressing letter 'O' - slide=0 should appear in boot args.
hi dmazar.
It seems to be a little rude to talk to you this way.
But I dont know if you have seen the feedback I already told you.
The restart function works fine. But the countdown is not working using your method of adding
panic_restart_timeout=10



#49
ErmaC

ErmaC

    127.0.0.1

  • Supervisors
  • 4,251 posts
  • Gender:Male
  • Location:Canary Islands

View Post.: ErmaC :., on 24 September 2012 - 02:39 PM, said:

When I have time I will make one for some missed (generic aka 0x00000000) IDs for Ati.

Other nvidia update (r704)
* Added Device Id and his SubIDs
* Code cleaned up
Attached File  Nvidia704.patch.zip   4.85K   9 downloads

Ati (r704)
* Add some missed generic IDs
* Code cleaned up
Attached File  Ati704.patch.zip   6.23K   15 downloads

Fabio

#50
Slice

Slice

    InsanelyMac Deity

  • Local Moderators
  • 1,829 posts
  • Gender:Male
  • Location:Moscow
Thank you, Fabio! I will apply your additions.
But about code formatting see, please, rules by Tiano: https://sourceforge....le=Code_Style/C
CamelCase used for variables, functions and file names
UPPERCASE used for types and macros
Use UEFI types rather than C types
int=>INTN; unsigned int=>UINTN; void=>VOID; etc...
Limit line length to 80 characters
2 spaces of indentation
Never use tab characters.
Set editor to insert spaces rather than a tab character.
if, for, while, etc. always use { }, even when there is only one statement
The opening brace ({) should always appear at the end of the line previous line.
The opening brace ({) for a function should always appear separately on the a new line.



#51
ErmaC

ErmaC

    127.0.0.1

  • Supervisors
  • 4,251 posts
  • Gender:Male
  • Location:Canary Islands

View PostSlice, on 29 September 2012 - 11:05 AM, said:

Thank you, Fabio! I will apply your additions.
But about code formatting see, please, rules by Tiano: https://sourceforge....le=Code_Style/C
Perfect catch it!

Fabio

#52
BatcOuntrY

BatcOuntrY

    InsanelyMac Protégé

  • Members
  • PipPip
  • 90 posts
  • Gender:Male
  • Location:Los Angeles
Is there a trick to getting Clover to use the config.plist? I can boot with Clover just fine but, I keep having to change the Graphics Injection to off, and I would like to use a 12,2 definition instead of the 12,1 that it's detecting.

Attached File  config.plist.zip   954bytes   16 downloads

#53
blackosx

blackosx

    InsanelyMacaholic

  • Coders
  • 2,879 posts
  • Gender:Male
  • Location:UK

View PostBatcOuntrY, on 29 September 2012 - 03:45 PM, said:

Is there a trick to getting Clover to use the config.plist?
Your config.plist file was missing some closing </dict> statements.
See if this works.

Attached Files



#54
artur-pt

artur-pt

    InsanelyMacaholic

  • Local Moderators
  • 2,943 posts
  • Gender:Male
  • Location:Portugal
  • Interests:TechManiaco
hello

how about hd 4k ?

something like chameleon ?

thanks

good hack

#55
STLVNUB

STLVNUB

    InsanelyMac Legend

  • Coders
  • 978 posts
  • Gender:Male

View Postartur-pt, on 29 September 2012 - 06:02 PM, said:

hello

how about hd 4k ?

something like chameleon ?

thanks

good hack
HD4000 already implemented, although it is probably more than likely incomplete, Works GREAT here

#56
artur-pt

artur-pt

    InsanelyMacaholic

  • Local Moderators
  • 2,943 posts
  • Gender:Male
  • Location:Portugal
  • Interests:TechManiaco
hello

i'm not talking about graphics

i'm talking about hard disk 4k

good hack

#57
Slice

Slice

    InsanelyMac Deity

  • Local Moderators
  • 1,829 posts
  • Gender:Male
  • Location:Moscow

View Postartur-pt, on 29 September 2012 - 06:02 PM, said:

hello

how about hd 4k ?

AFAIK supported. Not tested.

#58
beta992

beta992

    InsanelyMac Geek

  • Members
  • PipPipPipPip
  • 228 posts
  • Gender:Male
Clover completely hangs (before showing boot menu) when config.plist turbo set to Yes.
According to the ARK page the Intel i5-2400 CPU has Turbo Boost.
I have no overclock, run the latest BIOS, and Clover.

Is this a (known) bug?

Thanks!

Used config.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DropOemSSDT</key>
		<string>Yes</string>
		<key>GenerateCStates</key>
		<string>Yes</string>
		<key>GeneratePStates</key>
		<string>Yes</string>
		<key>EnableC6</key>
		<string>No</string>
		<key>EnableC4</key>
		<string>No</string>
		<key>EnableC2</key>
		<string>Yes</string>
		<key>EnableISS</key>
		<string>Yes</string>
	</dict>
	<key>CPU</key>
	<dict>
		<key>Turbo</key>
		<string>Yes</string>
		<key>QPI</key>
		<string>4800</string>
		<key>BusSpeedkHz</key>
		<string>99790</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>GraphicsInjector</key>
		<string>Yes</string>
		<key>LoadVBios</key>
		<string>Yes</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>boot-args</key>
		<string>-v slide=0</string>
		<key>prev-lang:kbd</key>
		<string>en:0</string>
		<key>DefaultBootVolume</key>
		<string>Macintosh HD</string>
		<key>CustomUUID</key>
		<string>**</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>ProductName</key>
		<string>MacPro5,1</string>
		<key>Family</key>
		<string>Mac Pro</string>
		<key>SerialNumber</key>
		<string>G8010DF5EUE</string>
		<key>Board-ID</key>
		<string>Mac-F221BEC8</string>
		<key>BiosVersion</key>
		<string>MP51.88Z.007F.B03.1010071432</string>
	</dict>
</dict>
</plist>


#59
ErmaC

ErmaC

    127.0.0.1

  • Supervisors
  • 4,251 posts
  • Gender:Male
  • Location:Canary Islands
@Slice

Here a patch for adding an Icon to Clover-pkg...
Enjoy.

Attached File  IconPKG.patch.zip   697.5K   22 downloads

Fabio

#60
STLVNUB

STLVNUB

    InsanelyMac Legend

  • Coders
  • 978 posts
  • Gender:Male

View Postartur-pt, on 30 September 2012 - 12:09 AM, said:

hello

i'm not talking about graphics

i'm talking about hard disk 4k

good hack

In that case its NOT supported..YET





Also tagged with one or more of these keywords: Bootloader, EFI, Clover

  Topic Stats Last Post Info

3 user(s) are reading this topic

1 members, 2 guests, 0 anonymous users


© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy