If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
@verduz: Is this an Asus Eee PC 1005 of some sort? If so, then I suspect that little 16MB partition is Asus's "Boot Booster" feature. Even though fdisk says it's an EFI system partition, that's only because the type code is set to ef. What's really there is a specialized filesystem that supports this feature. The firmware is regular old BIOS (not UEFI), modified to cache parts of the boot process to speed up subsequent starts. (source)
I assume Ubuntu has no use for this partition and it only accelerates windows boot?
It's independent of the operating system. Boot Booster works at the firmware level, before the operating system loads. It shaves a few seconds off the time required for the firmware to initialize the hardware.
No. It's only boosting the hardware initialization. Normally, when a PC boots, the firmware probes for all the available hardware resources and then begins an initialization phase. From what I've read, Boot Booster stores the results of the probe, so that the firmware can skip this phase on subsequent boots and immediately begin initialization. All this happens before the operating system's boot loader starts.
Comment