User Profile

Collapse

Profile Sidebar

Collapse
Pferd5
Pferd5
Senior Member
Last Activity: Yesterday, 12:50 PM
Joined: 03-08-2018
Location: CA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • - I would say.. nobody is really interested in x32 anymore. So good choice.
    - It's nothing fancy. It's UEFI Shell not Linux but this is not important. I just came up with the loop when I was creating my UEFI Framework / Environment. The loop just prevents the script from being redundant.

    It's absolutely not absurd. You did way more contribution than I did and this helped a lot of ppl. I did not came up with the idea to short LPC Bus.
    Don't make yourself small. I am only good with ThinkPads and you have a high skill on various devices. ...
    See more | Go to post

    Leave a comment:


  • 2 Notes

    1) Newer devices block the fedora shim in their dbx now. I use/d it too but now its getting flagged more and more
    2) Here is a loop for searching the device. Shrinks your code:

    Code:
    for %a run (0 6 1)
      # echo Checking FS%a:
        if exist fs%a:\startup.nsh then
        GOTO StartUpFound
        endif
    endfor
    
    :StartUpFound
    #echo Found UFD at FS%a:
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...