Extensible Firmware Interface is a specification that defines a software interface between an operating system and platform firmware
0
votes
0answers
22 views
EFI Service Driver Example / Reference
Hello I am trying to write an EFI service driver and I'm having trouble getting started. I have downloaded and installed the EDK2 from tiano core. I was able to get the environment set up and I'm able ...
5
votes
1answer
103 views
How do I detect if WinPE(4) has booted from a UEFI or BIOS?
I am looking for a way to reliably detect when I boot into WinPE 4 (powershell) (or WinPE 3 (vbs) as an alternative), have I booted from a UEFI or BIOS System? (without running a third party exe as I ...
0
votes
0answers
39 views
delete multiple split partitions on usb-stick [closed]
i got this 8GB USB-Stick and through writing an image on the stick for linux-testings (using Win32DiskImager) i had problems using this USB-stick on my computers and put it back to my windows-mashine ...
0
votes
0answers
38 views
how to detect ECC error in memroy testing under UEFI shell
I wrote a EFI binary file to test physical DIMMs under UEFI shell, the process is quite simple - first write a test pattern in to a physical address, then read it out and compare with the original ...
-1
votes
1answer
690 views
unable to install ubuntu 64 on preinstalled windows 8 system [closed]
I have recently purchase a hp sleekbook b15 with pre-installed windows 8 and I am trying to intall ubuntu 12.10 on it (with dual boot mode).
I've installed ubuntu on seperate partition and all goes ...
0
votes
0answers
1k views
Windows 7 + Ubuntu 12.04 + Invalid EFI file path + Boot repair + Grub many entries
I've a ASUS N56VZ with Intel Core i7 - 3610QM, with Win 7 Home Premium x64 pre-installed. This computer come with EFI instead of the traditional BIOS.
When I bought it, I had 3 visible partitions. C ...
1
vote
2answers
231 views
Does booting in EFI mode mean that I shall not have access to BIOS interrupts?
I am attempting to develop a simple OS. I have done some assembly programs before and have had to use INT 10h to display characters to the screen. I understand that UEFI has support for legacy BIOS ...
0
votes
1answer
440 views
preinstalled windows 8, efi
It happend that i bought laptop with preinstalled win8; first time i faced efi; so partitions on ssd:
500mb (reovery) | 300mb (EFI) | 20gb (wtf?!) (recovery) | 1gb (recovery) | .. main partition
i ...
0
votes
0answers
79 views
Creating an El-Torito Bootable CD for VxWorks UEFI in Ubuntu [closed]
I've seen a lot of information on the web on how to create an El-Torito bootable CD, but I'm still at a loss. My basic understanding of the process is this:
Create a filetree image and mount it as a ...
0
votes
1answer
148 views
Does current EFI BIOS natively support AHCI?
I have one question about the AHCI support in current EFI BIOS...
Before when we plug external storage card(Ex. PCie-SATA) and attach the SATA drive, BIOS always invokes the Option ROM on that card ...
-1
votes
1answer
936 views
Booting centOS 6.3 x64 install from EFI shell [closed]
I am trying to reinstall a supermicro server, with Centos 6.3 x64.
I have access to IPMI, so i loaded the virtual drive with the following iso image: CentOS-6.3-x86_64-minimal-EFI.iso
I reboot the ...
0
votes
0answers
78 views
How do i link a vbs file to an exe ?
I've got a question which may be quite simple for most, but being a novice at VB, I'm hoping someone who is stroing in VB can help me out here.
Here is the scenerio :
I've been looking for a tool to ...
4
votes
0answers
298 views
macbook arch linux refit update partition table not working
Please bare with me on this post; I know it is long, I just wanted to give all the information as I can up front to make it easier.
I have been working on setting up Arch Linux on my computer to ...
0
votes
0answers
326 views
UEFI boot options gone [closed]
I ran into some issues booting Windows after trying to make a complete backup of the disc. After searching for information about some of the error codes, I found advise to change some BIOS settings, ...
5
votes
2answers
302 views
Writing an OS with UEFI
I haven't been coding much lately due to school but I've decided I want to start working on OS development again. Recently however I've heard stuff about EFI as the replacement to BIOS. I want to ...
1
vote
1answer
1k views
Writing Windows 7 UEFI entry to NVRAM
I am currently working on a script to image multiple lab machines I am in charge of with Windows 7, unfortunately they are UEFI Dell machines which work in a silly way. On the machine I created the ...
1
vote
1answer
2k views
Windows 7 installation does not recognized UEFI system [closed]
I am trying to install windows 7 onto a crucial SSD that is GPT. When I try to install windows onto this drive, the install will say that it cannot be installed onto a GPT disk.
My system is 64 bit ...
0
votes
0answers
221 views
Booting FreeBSD 9 from external HDD on Macbook? [closed]
I'm trying to install freebsd on external usb drive on my macbook pro.
As it turned out it's not so easy.
I'm installing freebsd on GPT disk (750Gb) and I have following partition table:
[500Gb ...
2
votes
3answers
4k views
Remove Ubuntu from boot menu in bios
After installed Ubuntu 12.04 appeared "ubuntu" in boot menu (BIOS). How I can delete this custom item from the menu? Or maybe someone know how to enable legacy mode in BIOS for Lenovo b570?
It is in ...
0
votes
1answer
96 views
How to access mac's hardware?
What should I use to write software that acesses hardware on Mac computers like processor fan(adjust fan speed) etc. I mean what do I need to learn(Kernel extensions, EFI programming, or it is ...
1
vote
1answer
910 views
Detect BIOS from WinPE: Legacy or UEFI, using vbs // Outputting results from a .exe to .txt
Here is my scenario:
I have a server with 2 possible configurations: 2-TB HDD which require no special treatment or 3-TB HDD that require a UEFI BIOS and a GPT partition to boot the OS.
I am trying ...
2
votes
1answer
328 views
EFI or BIOS in intel atom??.
I have an intel atom with fedora on it.I see efi config file in /boot/efi/EFI/redhat ,but efi config file specifies that it is a dos/windows application.
I used dmidecode cmd and found out that ...
2
votes
1answer
941 views
How to detect if EFI partition is already mounted in Windows via batch script?
I'm trying to write a batch script to detect if an EFI partition is already mounted in Windows.
Ultimately, my goal is to use mountvol /S (mount EFI system partition) only if the EFI partition is not ...