Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: itsik
Today 04:15 PM
» Replies: 123
» Views: 81425
[Request] Alienware 17 R2 bios unlock
Last Post: AleZheK
Today 03:58 PM
» Replies: 121
» Views: 36229
[REQUEST] Lenovo Flex 2-15 (A0CNxxWW) Wh...
Last Post: alwilf
Today 02:10 PM
» Replies: 363
» Views: 104906
[REQUEST] Acer Nitro 5 AN515-47 BIOS unl...
Last Post: AdrianoA3
Today 01:56 PM
» Replies: 4
» Views: 245
[REQUEST] Acer Nitro 5 AN517-43 BIOS unl...
Last Post: tanago
Today 01:25 PM
» Replies: 2
» Views: 78
Alienware 14 bios unlock
Last Post: Dudu2002
Today 01:20 PM
» Replies: 1
» Views: 49
Lenovo Legion Y530-15ICH 1050Ti
Last Post: Dudu2002
Today 01:15 PM
» Replies: 1
» Views: 81
[REQUEST] ASUS VIVOBOOK X505Z BIOS TPM S...
Last Post: eMerchant
Today 10:27 AM
» Replies: 0
» Views: 47
[REQUEST] Acer Aspire 4750(G,Z) & 4752(G...
Last Post: MyAngelMegu
Today 08:28 AM
» Replies: 42
» Views: 31247
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
Today 03:27 AM
» Replies: 1772
» Views: 393054
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: gtarik
Yesterday 11:51 PM
» Replies: 22
» Views: 10153
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
Yesterday 02:43 PM
» Replies: 47
» Views: 9155
[REQUEST] Lenovo G500(S) (7BCNxxWW) Whit...
Last Post: brum
Yesterday 06:06 AM
» Replies: 566
» Views: 213494
[REQUEST] Gigabyte Aero 15 OLED BIOS Unl...
Last Post: C4lDx
05-21-2024 02:45 PM
» Replies: 5
» Views: 440
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: Dudu2002
05-21-2024 02:44 PM
» Replies: 728
» Views: 204590
Unlock all hidden options for insydeh20 ...
Last Post: Andrew_baha
05-21-2024 09:59 AM
» Replies: 255
» Views: 1024846
[REQUEST] Acer Revo M1-601 BIOS Unlock
Last Post: sglider
05-20-2024 10:49 AM
» Replies: 9
» Views: 5278
[Request] SLIC 2.1 for Asus X550JX
Last Post: alestoroz
05-20-2024 06:21 AM
» Replies: 0
» Views: 177
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
05-20-2024 01:57 AM
» Replies: 637
» Views: 185889
Acer Aspire 7739G laptop. i need a modif...
Last Post: keisi130481
05-20-2024 12:23 AM
» Replies: 8
» Views: 366

Winbook TW801 Hidden Menu unlock?
#21
Sorry for the waiting. I have been trying to figure out what is Linux for too long.
(04-28-2022, 08:47 AM)whoareyou Wrote: Tried compiling on the WinBook under x86 ubuntu, getting this issue
I also encountered this issue and after I solved it I came with that this is a 32-bit specific thing because such an error does not occur when making a 64-bit efi. Since I don't have a suitable system, I couldn't test the IA32 shell, but the other one works fine.
DOWNLOAD
find
quote
#22
(04-28-2022, 02:38 PM)Maxinator500 Wrote: Sorry for the waiting. I have been trying to figure out what is Linux for too long.
(04-28-2022, 08:47 AM)whoareyou Wrote: Tried compiling on the WinBook under x86 ubuntu, getting this issue
I also encountered this issue and after I solved it I came with that this is a 32-bit specific thing because such an error does not occur when making a 64-bit efi. Since I don't have a suitable system, I couldn't test the IA32 shell, but the other one works fine.
DOWNLOAD

Awesome thanks, that boots and I ran the command successfully, i think, and rebooted with the DOS usb inserted, but it seems to still boot in EFI mode, is there another command I need to run to trigger it to boot DOS after running the setup_var_cv command?
find
quote
#23
Have you set set boot priority order USB item to first in list?
(04-28-2022, 03:23 PM)whoareyou Wrote: is there another command I need to run to trigger it to boot DOS after running the setup_var_cv command?
I'm not sure if that'll be beneficial, but you can run some more.
Enable USB Legacy - "setup_var_cv System 0x1b 0x01 0x01";
Disable UEFI Boot - "setup_var_cv System 0x3 0x01 0x00".
I wonder if the commands affect something at all.
find
quote
#24
(04-28-2022, 08:50 PM)Maxinator500 Wrote: Have you set set boot priority order USB item to first in list?
(04-28-2022, 03:23 PM)whoareyou Wrote: is there another command I need to run to trigger it to boot DOS after running the setup_var_cv command?
I'm not sure if that'll be beneficial, but you can run some more.
Enable USB Legacy - "setup_var_cv System 0x1b 0x01 0x01";
Disable UEFI Boot - "setup_var_cv System 0x3 0x01 0x00".
I wonder if the commands affect something at all.
When running the commands the output is just:

"Looking for System variable...."

Same as this issue:
https://github.com/datasone/grub-mod-set.../issues/26

so maybe its not actually doing anything?

ran all 3 and rebooted with no change :/

Sorry for this headache and i hope its not been too big of a bother for you!
find
quote
#25
(04-28-2022, 09:07 PM)whoareyou Wrote: so maybe its not actually doing anything?
Yeah, it doesn't do anything. Sad. I'll try to fix it today.
find
quote
#26
(04-28-2022, 09:39 PM)Maxinator500 Wrote:
(04-28-2022, 09:07 PM)whoareyou Wrote: so maybe its not actually doing anything?
Yeah, it doesn't do anything. Sad. I'll try to fix it today.

Sounds good, looking forward to testing Smile
find
quote
#27
I've come to the conclusion that when EFI stops at "looking for variable" it means that the requested instance could not be found.
But the "setup_var_cv" function was used, so why is "System" var. store cannot be found? -I don't know. I even checked that in BIOS VSS this exact name is assigned to the correspondent store. So, this is not as in the case of "SystemConfig" that is equal to "Setup".
But I made another couple of EFI shells, in which I removed all commands except for the standard "setup_var", and also changed the GUID and signature name for search. I can be wrong about how this all actually works, thus it's worth checking the presence of the "System" using the command: "lsefivar". Output of this command will help determine the real name. It gives a summary of sizes.

(04-28-2022, 11:36 PM)whoareyou Wrote: looking forward to testing
setup_var 0x02 0x01
(04-28-2022, 02:38 PM)Maxinator500 Wrote: DOWNLOAD
find
quote
#28
(04-29-2022, 09:42 AM)Maxinator500 Wrote: I've come to the conclusion that when EFI stops at "looking for variable" it means that the requested instance could not be found.
But the "setup_var_cv" function was used, so why is "System" var. store cannot be found? -I don't know. I even checked that in BIOS VSS this exact name is assigned to the correspondent store. So, this is not as in the case of "SystemConfig" that is equal to "Setup".
But I made another couple of EFI shells, in which I removed all commands except for the standard "setup_var", and also changed the GUID and signature name for search. I can be wrong about how this all actually works, thus it's worth checking the presence of the "System" using the command: "lsefivar". Output of this command will help determine the real name. It gives a summary of sizes.

(04-28-2022, 11:36 PM)whoareyou Wrote: looking forward to testing
setup_var 0x02 0x01
(04-28-2022, 02:38 PM)Maxinator500 Wrote: DOWNLOAD
Okay,

https://photos.google.com/share/AF1QipN1...8xNWRxLWtR

Heres what I see, System is clearly listed there, but getting the same result with setup_var 0x02 0x01 as before...
find
quote
#29
(04-29-2022, 10:43 AM)whoareyou Wrote: the same result
Well, then we must admit that the developers from Micro Electronics did a good job. This method also proved to be inapplicable. It was a waste of time but I'm not complaining. I want to tell you that there is no software method left.
find
quote
#30
(04-29-2022, 12:05 PM)Maxinator500 Wrote:
(04-29-2022, 10:43 AM)whoareyou Wrote: the same result
Well, then we must admit that the developers from Micro Electronics did a good job. This method also proved to be inapplicable. It was a waste of time but I'm not complaining. I want to tell you that there is no software method left.

Alright, thank you for your attempts! Sorry it was a waste of time!
find
quote


Forum Jump:


Users browsing this thread: 3 Guest(s)