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
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: sakmarksaw
Today 03:45 AM
» Replies: 2320
» Views: 657702
[REQUEST] Lenovo ThinkPad Edge E531 (HEE...
Last Post: MAVARACOMPLEX
Today 03:23 AM
» Replies: 121
» Views: 22066
[REQUEST] - ACER ASPIRE 2012 BIOS with U...
Last Post: Aspire
Today 03:21 AM
» Replies: 0
» Views: 32
[WORKING] Asus P8Z77-V: NVMe BOOT Suppor...
Last Post: 0nlythebest
Yesterday 08:35 PM
» Replies: 21
» Views: 22814
[REQUEST] Lenovo Thinkpad SL400 & SL500 ...
Last Post: ivan333bor
Yesterday 04:54 PM
» Replies: 16
» Views: 6795
uefi mod for mac pro 1.1/21. support xeo...
Last Post: DeathBringer
Yesterday 02:50 PM
» Replies: 1
» Views: 98
Asus h110m-a & xeon e3-1280v5
Last Post: DeathBringer
Yesterday 02:48 PM
» Replies: 13
» Views: 382
[REQUEST] DNS A35FB, Pegatron A35
Last Post: Polkash51
Yesterday 01:28 PM
» Replies: 4
» Views: 2853
ASUS R1F CPU upgrade
Last Post: DeathBringer
Yesterday 12:22 AM
» Replies: 1
» Views: 197
[REQUEST] Lenovo IdeaPad Flex 15 (8ACNxx...
Last Post: psycomaffo
04-18-2024 10:36 AM
» Replies: 69
» Views: 26142
Request for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
04-17-2024 05:04 PM
» Replies: 0
» Views: 156
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
04-17-2024 03:23 PM
» Replies: 0
» Views: 140
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
04-17-2024 01:26 PM
» Replies: 25
» Views: 6241
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
04-17-2024 11:52 AM
» Replies: 73
» Views: 220202
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
04-17-2024 09:48 AM
» Replies: 2
» Views: 211
Acer Extensa 5620: CPU replace
Last Post: MPM
04-17-2024 08:28 AM
» Replies: 2
» Views: 211
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98887
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 24129
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 324862
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 1094

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
Fair point. I don't use PXE, and have usually needed more a failsafe boot manager in rom to access the right partitions.
That said, if there is another way to enable (correctly) network PXE boot using PLOP I'd like to know...
find
quote
I think follow_me can help us with that if we manage to add the plop room to the bios, it doesnt matter if it is unlinked like the internal shell were.

he managed to write a small efi app wich added a executable, like the shell to the boot menu, he probably would be able probably do the same with plop.

aparently that altered some kind of stuff in cvar, so if we manage to alter the default options and add the extra boot entries, it would be interesting, specially for normal users wich just want to flash the bios and play, because they wouldn't need to run a external shell to run efi files in order to enable the aditional features.
find
quote
@TimeWalker, @kasar - on the same page kasar gave you , there is DXE driver, you can replace floppy driver and you will have shell enabled permanently even in recovery mode

Yep , I can help - but how about EDK's default bootloader from Intel ? I think it is better one to integrate (in sense of bootloaders), if you want PXE,I can make a driver to integrate PLOP loader
find
quote
floppy? why sacrifice floppy? Sad
I have a usb floppy drive over here.

if we need to sacrify something ... there wasnt an ISA driver somewhere?
I think no one would miss that, and also, we would put all the new modules calling into that one, like shell, plop, xtu overclocking modules .. etc

about EDK default loader, wich one is that?
find
quote
(09-23-2014, 04:10 AM)kasar Wrote: about EDK default loader, wich one is that?

There is sample UEFI rom in EDK , it contains reference realization of UEFI spec. It can be run using VirtualBox or qemu(I'm using qemu, about vb you should ask @jkbuha ). This rom contains boot manager from Intel , ant it is awesome ! Realy want it in my nb
here is the link to http://tianocore.sourceforge.net/wiki/OVMF
find
quote
Agreed on OVMF - it is the better bootloader out there Smile

OVMF is already integrated as (an optional) EFI bootloader: http://www.virtualbox.org/svn/vbox/trunk...e/OvmfPkg/

Should be relatively easy to compile with edk2 and integrate as a ROM...
find
quote
never used that efi bootloader

so I decided to install QEMU and try it

[Image: RmAyaSB.jpg]
[Image: YsMHQNh.jpg]
[Image: WhIgbtQ.jpg]
[Image: CpuSamL.jpg]

as far I noticed it have at least the efi shell and maybe PXE.

what more uses it have? ^^

also I am a big noob while trying to set a enviroment for compile, so let me to know if you compile yours Smile

anyway, what would be the size of OVMF? the fd file I downloaded is about 1 MB ...., a little big, I hope it will became smaller when you guys compile it to be compatible to be integrated in our existing firmwares, anyway what you have in mind to replace with the OVMF bootloader?

existing efi shell? existing PXE rom?
find
quote
(09-23-2014, 08:51 AM)jkbuha Wrote: Should be relatively easy to compile with edk2 and integrate as a ROM...
Unfortunately not, it is tied up to other system components, and it's not so easy to get it as a separate image

@kasar
Quote:what more uses it have? ^^
It can edit boot configuration on a live system , which means you can boot from any mapped image or device

@jkbuha can you help @kasar with dev env ? I'm using linux and it's a bit different in setup
find
quote
(09-23-2014, 12:05 PM)follow_me Wrote: It can edit boot configuration on a live system , which means you can boot from any mapped image or device

@jkbuha can you help @kasar with dev env ? I'm using linux and it's a bit different in setup

oh, thanks for the info Smile

so the last screenshot I posted, is part of it?

I wasnt sure it was part of it or from some default bios from QEMU


well, relating set a dev env, you guys probably would need to have a lot of patience with me, so not sure if you still interested ... Big Grin
find
quote
With pleasure @kasar - we're all here to learn.... Smile

So this is what I normally do to build a dev environment:

1) Create a VM (VMware, Qemu, Virtualbox) <- this is strongly recommended
2) Install Win7-64Bit (note: must be 64-bit, even in a VM) with VS 2008/2010/2012 x86/x64 (any of these work well with Tiano)
3) Download zip and follow UEFI environment build instructions from https://github.com/tianocore/tianocore.g...w-to-Build
4) Right, you now have a UEFI build environment. To build everything, in the root folder type "edksetup --nt32" followed by "build -t VS2008x86" <- this is for Win7-64bit & VS2008 32-bit, it varies depending on what VS you've installed.
5) Success! Now you can start experimenting with basic .efi programs. Suggest you look here: http://tianocore.sourceforge.net/wiki/Windows_systems (note the last point describes OVMF and how to build)

Further helpful references:
http://uefi.blogspot.co.uk/2010/02/how-t...-uefi.html
http://tianocore.sourceforge.net/wiki/

Let me know if you need any help!
find
quote


Forum Jump:


Users browsing this thread: 27 Guest(s)