Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 11 Vote(s) - 4.64 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Disable Prochot ryzen 5 5500u
Last Post: vorajeeah
Today 10:01 AM
» Replies: 0
» Views: 48
HP Pro 3330 (H-POPEYE-H61-uATX): Ivy Bri...
Last Post: Hooper
Today 06:03 AM
» Replies: 10
» Views: 7827
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 01:44 AM
» Replies: 167
» Views: 109764
Asus Strix G512LV Bios Unlock
Last Post: MikeyMike80
04-03-2026 11:10 PM
» Replies: 59
» Views: 38123
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: maxwell51
04-03-2026 04:02 PM
» Replies: 163
» Views: 106963
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: Max_Neumann
04-03-2026 01:22 AM
» Replies: 1097
» Views: 709865
(Request) Veriton M4660G B360H5-M14 unlo...
Last Post: dimwit
04-01-2026 10:21 PM
» Replies: 3
» Views: 681
[Request] ASUS Z97-PRO (Wi-Fi AC) - TPM ...
Last Post: kamwo
04-01-2026 01:16 PM
» Replies: 0
» Views: 176
[REQUEST] Lenovo Thinkpad Edge E535 (HHE...
Last Post: Quentin
04-01-2026 04:07 AM
» Replies: 137
» Views: 77353
Bios setting unlock for Thunderobot 911x
Last Post: pcnahradnediely
03-30-2026 06:35 PM
» Replies: 0
» Views: 230
[SOLVED] Clevo N750BU BIOS unlock
Last Post: GigantTech
03-29-2026 03:17 PM
» Replies: 2
» Views: 370
[REQUEST] HP Desktop Pro G2 BIOS Unlock
Last Post: hlfjery
03-28-2026 08:51 PM
» Replies: 0
» Views: 296
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: Tarik72
03-28-2026 10:10 AM
» Replies: 246
» Views: 199612
[REQUEST] Lenovo ThinkPad Edge E320 (8NE...
Last Post: Dudu2002
03-27-2026 02:29 PM
» Replies: 75
» Views: 54425
BIOS dump — Razer Blade Pro 17 FHD RZ09-...
Last Post: Kavvika
03-26-2026 03:51 PM
» Replies: 0
» Views: 336
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: inside11
03-26-2026 08:50 AM
» Replies: 504
» Views: 296931
[REQUEST] Lenovo T520 (8AETxxWW) Whiteli...
Last Post: nicklu
03-26-2026 05:19 AM
» Replies: 148
» Views: 139093
Z390 Asus Maximus XI Extreme weird issue
Last Post: derril
03-25-2026 04:00 PM
» Replies: 0
» Views: 369
(I'm PAYING) Clevo X7200 Bios remove GPU...
Last Post: SuperMG
03-25-2026 02:46 PM
» Replies: 2
» Views: 672
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: naquaada
03-25-2026 02:42 PM
» Replies: 94
» Views: 125900

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
I'd stay away from modifying the FSB in the BIOS if I were completely honest - would much rather see how we can crack Win7/8 loading in legacy or UEFI mode under Clover, which would allow us to change the FSB at run-time. Also I'd prefer Legacy mode because Dell machines are crap at Win in UEFI - hit Fn+F2 in Win UEFI on our Dell laptop and see what I mean. No wonder Dell disabled UEFI booting...

Comparing BIOS scores in Windows:
BIOS 100kHz FSB: v2158 (Current): Win8 10.4 FPS, 261 Score
BIOS 100kHz FSB: v2158 (Current): Win8 28.2 FPS, 710 Score <-- with Nvidia turned on

So good news is that OpenGL (and Hardware) performance for the intel card is similar in OSX and Windows.

Now, let's try and enable Windows FSB modification through Clover Legacy mode...
find
quote
still unable to get clover working, this is how far I went

[Image: dsc0111dx.jpg]
[Image: dsc0109mi.jpg]

this is how my config.plist looks

Quote:<?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>GenerateCStates</key>
<string>Yes</string>
</dict>
<key>Graphics</key>
<dict>
<key>GraphicsInjector</key>
<string>Yes</string>
</dict>
<key>CPU</key>
<dict>
<key>Turbo</key>
<string>Yes</string>
<key>CpuFrequencyMHz</key>
<string>2100</string>
<key>BusSpeedkHz</key>
<string>100000</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosVendor</key>
<string>Dell Inc.</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>boot-args</key>
<string>-v arch=x86_64 npci=0x2000 rd=disk0s1</string>
<key>prev-lang:kbd</key>
<string>en:0</string>
<key>InjectSystemID</key>
<string>Yes</string>
<key>LegacyBoot</key>
<string>LegacyBiosDefault</string>
</dict>
<key>Pointer</key>
<dict>
<key>Speed</key>
<string>8</string>
</dict>
</dict>
</plist>

am I doing something wrong? D:


also, if we dont get clover working, wich module should I focus in order to alter the default FSB?
find
quote
Have you enabled Boot UEFI in Bios? Normally the 'Operation System' message arises from this option being disabled.
find
quote
yeah, I have that option allways enabled

It is also needed to have it in order to be able to boot clover.

EFI/BOOT/.... structure
find
quote
Try this:

<key>LegacyBoot</key>
<string>PBR</string>
find
quote
tried with PBR, then it get stuck even before the "operation system not found"

it get stuck at the white symbol

[Image: dsc0076ws.jpg]

did you managed to boot your win7 64 installation with clover?
find
quote
No mate - unfortunately I get the same freezing when I choose PBR, and choosing LegacyBiosDefault I get an error saying "Secure Tianocore" something. Booting UEFI into OSX works fine - even better than BIOS in fact.

My suspicion (and also validated by TW) is that it is due to our faulty (incomplete) UEFI Dell bioses or even possibly a limitation in Clover - unless someone can show us how to correctly *legacy* boot Windows and/or Linux.

Anyone?

EDIT: kasar - can you try booting with the USB drive inserted in the USB2 port, not USB3? I have a hunch...
find
quote
so, then it is a BIOS limitation instead clover software limitation?

well, anyway I spent some time trying with clover before the xmas, thats why I started to think about hacking a module to hard overclock the machine (default values), OCing this machine CPU was my biggest priority while I started hacking the L502X BIOS, all the other hacks has been made because they were on the way, or also needed, like the recovery methods/cd.

but well, I still want to OC this machine, I doesnt care if I have to flash permament stuff at the bios, I have the programmer and also the recovery cdrom, I also am up for more hardware mods.


about the USB2, USB3, what do you mean?

I have one port at the left, one back, and one at the right side, I dont know how they are labeled.

or are you talking about usb 2.0 and 3.0?

the ones from left and back are 3.0. and the one from the right is usb 2.0/esata combo.

the one from the right is the one where the system load sucesfully the recovery capsule, I also plugged allways the clover usb stick there, and still no luck Sad

I need to OC this thing so badly Big Grin

my current proccesor is the i3 2310m

2 cores 4 threads, hyperthreading can be disabled thanks to the bios hacks we made.

however I am stuck at the 2100 mhz, if I would up it to at least 2300 or 2400 mhz it would be really nice.

I am a big dolphin emulator's enthusiast, and many games run at 90% speed, I just need a little more to make the amulation perfect Big Grin

EDIT: is there anyway to send the money from the pledgie back to all people who donated?
and if not posible, would it be posible to donate it to this site?

I remember one of the greatest donations was from thewiz, and also it would be nice to support the forums we are using to make this posible Smile
find
quote
I have 3 ports on my 15z. 2 are USB3, and the other one is a USB2 port but is in the middle of the ESATA port. I guess they put it like that to save space on the thinner chassis. Anyway, when UEFI is disabled I cannot boot via USB from the USB3 drives (I get the Operation System not found error), only from the USB2 drive. Seems like you're getting the same results I am, unless we're both missing something...
find
quote
Dell has blocked booting of off usb3.0 non-external powered devices while in legacy BIOS emulation, for my Vostro it was as of A07.
find
quote


Forum Jump:


Users browsing this thread: 32 Guest(s)