Lenovo's 7-second boot with EE 2.0: What's the secret?
Lenovo's 7-second boot with EE 2.0: What's the secret?
Hi everyone,
I understand that a combination of factors including UEFI (instead of the traditional BIOS), drivers and solid-state media have a lot to do with Lenovo's upcoming PCs with sub 10-second boot times.
http://www.lenovoblogs.com/lenovofiles/ ... d-pc-boot/
Whenever I try to tweak anything, the boot time gets worse. The best I have is about 21 seconds on an X60s with a solid state disk, but even if I ignored the BIOS time, it's still a good 10 seconds longer than what Lenovo is achieving with EE 2.0. What did Lenovo do in Windows 7 to achieve this? Has anyone here been able to achieve similar results on their ThinkPad? It seems even faster than a clean Windows 7 installation.
I'm probably being too crazy about a measly 10 extra seconds. I admit that I almost exclusively use sleep/resume. But for those 'once in a while' restarts after Windows Update, I would certainly welcome a somewhat faster boot, even though I can't reap the advantages of UEFI on my ThinkPad. Any ideas would be greatly appreciated...
I understand that a combination of factors including UEFI (instead of the traditional BIOS), drivers and solid-state media have a lot to do with Lenovo's upcoming PCs with sub 10-second boot times.
http://www.lenovoblogs.com/lenovofiles/ ... d-pc-boot/
Whenever I try to tweak anything, the boot time gets worse. The best I have is about 21 seconds on an X60s with a solid state disk, but even if I ignored the BIOS time, it's still a good 10 seconds longer than what Lenovo is achieving with EE 2.0. What did Lenovo do in Windows 7 to achieve this? Has anyone here been able to achieve similar results on their ThinkPad? It seems even faster than a clean Windows 7 installation.
I'm probably being too crazy about a measly 10 extra seconds. I admit that I almost exclusively use sleep/resume. But for those 'once in a while' restarts after Windows Update, I would certainly welcome a somewhat faster boot, even though I can't reap the advantages of UEFI on my ThinkPad. Any ideas would be greatly appreciated...
-
Brian10161
- Junior Member

- Posts: 299
- Joined: Mon Jan 25, 2010 5:53 pm
- Location: Canada
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
I'm interested in find out how they do it too. I always shut down my PCs, so it would be cool to know.
I find the same thing as you though, I tweak my computers and usually the boot time gets worse. Never really figured out why, but oh well.
I find the same thing as you though, I tweak my computers and usually the boot time gets worse. Never really figured out why, but oh well.
Thinkpad T410
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
Yes, but not with Windows. I got an X61s down to a 6-7 second boot (*including* POST) of Debian Lenny using an Intel X25 SSD, a custom kernel, and a heck of a lot of init script hacking. My advice: don't bother. You shouldn't spend that much time booting anyways...hendhess wrote: Has anyone here been able to achieve similar results on their ThinkPad?
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Lenovo's 7-second boot with EE 2.0: What's the secret?
One of the reasons linux is so fast is that grub uses EFI. It has since around 2000. Hp's have had it since around 2007. Apple has had it for awhile. Lenovo just made sure they had it down to a science before they implemented it.
The reason it works so well is the old slow bios hands off booting duties to UEFI which all it is is a loader that resides on the hard drive. The bios has to identify all the drivers for the hardware before it can boot, UEFI doesn't have to coz it already has.
That's it in a basic nutshell the way I understand it.
The reason it works so well is the old slow bios hands off booting duties to UEFI which all it is is a loader that resides on the hard drive. The bios has to identify all the drivers for the hardware before it can boot, UEFI doesn't have to coz it already has.
That's it in a basic nutshell the way I understand it.
current, T430u, x200T, 2-x61Ts, x32, 2-x41Ts, 2-x40s, hp-nc4400, tc4400, 2-x60Ts 2-x61s U-160, Z500 touch
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
Lenovo has never published information about the tweaks that were done to achieve EE. I suspect they'd be protective against competitors lifting the technology.
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
None of the default installs of Debian or Ubuntu that I've seen on any PC laptop have used grub-efi. They've all used the PC/BIOS variant (aka. the grub-pc package in Debian and its derivatives).topmahof wrote:One of the reasons linux is so fast is that grub uses EFI. It has since around 2000. Hp's have had it since around 2007. Apple has had it for awhile. Lenovo just made sure they had it down to a science before they implemented it.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Lenovo's 7-second boot with EE 2.0: What's the secret?
EE 2.0 also uses GPT formatted drives, which may theoretically speed things up over NTFS.
T420 (4177-CTO): i7-2620M, 14" HD+, 8 GB RAM, 256GB Crucial M4 SSD, nVidia Optimus, Intel 6250+WiMax, BT, Finger, Win7 Pro 64
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
ThinkRob:
http://blog.fpmurphy.com/2010/03/grub2-efi-support.html
You're right, none of the default installs, I'm just saying it's been around since legacy grub. It needs to be configured, but a lot of people used it. The newest thing is Grub2. I played with it for awhile on a cf card to try to get it to boot faster, but I didn't have much luck with it.
There is a Fedora live version out with efi on it already.
http://blog.fpmurphy.com/2010/03/grub2-efi-support.html
You're right, none of the default installs, I'm just saying it's been around since legacy grub. It needs to be configured, but a lot of people used it. The newest thing is Grub2. I played with it for awhile on a cf card to try to get it to boot faster, but I didn't have much luck with it.
There is a Fedora live version out with efi on it already.
current, T430u, x200T, 2-x61Ts, x32, 2-x41Ts, 2-x40s, hp-nc4400, tc4400, 2-x60Ts 2-x61s U-160, Z500 touch
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
Oh, I know it's well-supported -- just that it doesn't get used much in practice. I've used it as well (albeit on an Intel Mac), and I can't say I found any notable advantage performance-wise.topmahof wrote: You're right, none of the default installs, I'm just saying it's been around since legacy grub. It needs to be configured, but a lot of people used it. The newest thing is Grub2. I played with it for awhile on a cf card to try to get it to boot faster, but I didn't have much luck with it.
There is a Fedora live version out with efi on it already.
You know what *does* help a lot? Pre-populated /dev hierarchies for hardware that's static. It's also a royal pain to set up though, and rarely worth the trouble.
Really, I'm always a little perplexed by this obsession with boot times. I mean, sure, I spent some time seeing how fast I could get my machine to boot, but that was purely academic; I did it to see if I could, and because it was a good way to learn more about the boot process. I reboot my non-kernel-dev machines about once per day. Even if that takes an extra minute, so what?
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Lenovo's 7-second boot with EE 2.0: What's the secret?
I totally agree with you. I tried it coz I could. In the end I always went back to the tried and true. When this efi thing first came out, I thought it was supposed to "replace" the bios. Turns out it's really just an interface between the bios and the os. Just another thing to bust, I guess.
current, T430u, x200T, 2-x61Ts, x32, 2-x41Ts, 2-x40s, hp-nc4400, tc4400, 2-x60Ts 2-x61s U-160, Z500 touch
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
Hi everyone,
Thanks for the extensive feedback. I agree that I'm being too obsessive about this.
I should just chill for 20 seconds when swapping batteries. I can't resume from hibernation in less than 15 seconds, either (unless I reduced my RAM to 1 GB, ha!).
Some models with the old-school BIOS were interesting -- Upon resuming from hibernation, the Phoenix BIOS screen would flash for only a split second, and the resume process would begin immediately after that. I recall seeing it on some older UMPCs. I wonder if anyone here's customized the X60s ThinkPad BIOS in a similar fashion...
Thanks for the extensive feedback. I agree that I'm being too obsessive about this.
I should just chill for 20 seconds when swapping batteries. I can't resume from hibernation in less than 15 seconds, either (unless I reduced my RAM to 1 GB, ha!).
Some models with the old-school BIOS were interesting -- Upon resuming from hibernation, the Phoenix BIOS screen would flash for only a split second, and the resume process would begin immediately after that. I recall seeing it on some older UMPCs. I wonder if anyone here's customized the X60s ThinkPad BIOS in a similar fashion...
-
crashnburn
- ThinkPadder

- Posts: 1643
- Joined: Sat Apr 22, 2006 4:26 pm
- Location: TX, USA & Bombay, India
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
Any magic in this space?
T61 8892-02U: 14.1"SXGA+/2.2C2D/4G/XP|Adv Mini Dock|30" Gateway XHD3000 WQXGA via Dual-link DVI
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
I'm very interested at the fact that the boot screens stays black until the full Win7 desktop appears. I really want to know how thats done, personally I think there is some time to win.
My R500 boots in 30 sec. including bios load, so from pressing the powerbutton till the desktop appears. But I know it can do faster than that!
My R500 boots in 30 sec. including bios load, so from pressing the powerbutton till the desktop appears. But I know it can do faster than that!
-
crashnburn
- ThinkPadder

- Posts: 1643
- Joined: Sat Apr 22, 2006 4:26 pm
- Location: TX, USA & Bombay, India
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
Did people actually experience the 7 second boot?
Can someone vouch for it?
Can someone vouch for it?
T61 8892-02U: 14.1"SXGA+/2.2C2D/4G/XP|Adv Mini Dock|30" Gateway XHD3000 WQXGA via Dual-link DVI
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
I'm seeing around 13-16 second boot on my T420, although my ssd is slightly slower for booting (Crucial M225), and I've got the usual suspects that auto-start with the computer. With a completely clean install and no additional startup programs, I wasn't far off from the 8 second mark. To achieve this, I had to do a clean native-mode EFI install to a GPT partition on the drive. Once I upgrade to a Vertex 3, I'll let you know what my boot times are.
T420 (4177-CTO): i7-2620M, 14" HD+, 8 GB RAM, 256GB Crucial M4 SSD, nVidia Optimus, Intel 6250+WiMax, BT, Finger, Win7 Pro 64
-
crashnburn
- ThinkPadder

- Posts: 1643
- Joined: Sat Apr 22, 2006 4:26 pm
- Location: TX, USA & Bombay, India
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
You got this with the Lenovo EE or by your own install? I am guessing your experience is because of the SSD.s1148625 wrote:I'm seeing around 13-16 second boot on my T420, although my ssd is slightly slower for booting (Crucial M225), and I've got the usual suspects that auto-start with the computer. With a completely clean install and no additional startup programs, I wasn't far off from the 8 second mark. To achieve this, I had to do a clean native-mode EFI install to a GPT partition on the drive. Once I upgrade to a Vertex 3, I'll let you know what my boot times are.
Was the OP's originally outlined 7 second EE install tested on HDD or SSD?
T61 8892-02U: 14.1"SXGA+/2.2C2D/4G/XP|Adv Mini Dock|30" Gateway XHD3000 WQXGA via Dual-link DVI
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
This was with a clean install. All of the Lenovo EE boot times under 30 seconds are achieved with a solid state drive.
The additional time savings (aside from UEFI, and GPT disk format) are mostly achieved by delayed startup of certain drivers and devices (they talked about this in one of the YouTube videos where they showed a T400 that had been outfitted with UEFI to replace the BIOS). For example, one tweak is that they have it set so the driver for the webcam loads later, so unless you're using your webcam within 90 seconds of bootup, you'll never know a difference.
I would imagine that with a bit of creativity going through the services and delaying startup of non-critical ones would allow you to achieve something very similar to an EE install, if not entirely the same.
The additional time savings (aside from UEFI, and GPT disk format) are mostly achieved by delayed startup of certain drivers and devices (they talked about this in one of the YouTube videos where they showed a T400 that had been outfitted with UEFI to replace the BIOS). For example, one tweak is that they have it set so the driver for the webcam loads later, so unless you're using your webcam within 90 seconds of bootup, you'll never know a difference.
I would imagine that with a bit of creativity going through the services and delaying startup of non-critical ones would allow you to achieve something very similar to an EE install, if not entirely the same.
T420 (4177-CTO): i7-2620M, 14" HD+, 8 GB RAM, 256GB Crucial M4 SSD, nVidia Optimus, Intel 6250+WiMax, BT, Finger, Win7 Pro 64
-
crashnburn
- ThinkPadder

- Posts: 1643
- Joined: Sat Apr 22, 2006 4:26 pm
- Location: TX, USA & Bombay, India
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
How and where can we define these 'delayed' & 'background' loading for drivers and other stuff, while the foreground remains functional? (even thought I've used Services.msc.. I dont see how these things can be 'strategically' delayed?)s1148625 wrote:This was with a clean install. All of the Lenovo EE boot times under 30 seconds are achieved with a solid state drive.
The additional time savings (aside from UEFI, and GPT disk format) are mostly achieved by delayed startup of certain drivers and devices (they talked about this in one of the YouTube videos where they showed a T400 that had been outfitted with UEFI to replace the BIOS). For example, one tweak is that they have it set so the driver for the webcam loads later, so unless you're using your webcam within 90 seconds of bootup, you'll never know a difference.
I would imagine that with a bit of creativity going through the services and delaying startup of non-critical ones would allow you to achieve something very similar to an EE install, if not entirely the same.
Where can I get a guide/ manual / how to - do for this?
PS: Is it possible to use UEFI on a T61/ X61T or W510?
T61 8892-02U: 14.1"SXGA+/2.2C2D/4G/XP|Adv Mini Dock|30" Gateway XHD3000 WQXGA via Dual-link DVI
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
Re: Lenovo's 7-second boot with EE 2.0: What's the secret?
^^^
re: delayed driver start...
launch services.msc, double click any driver and select "Automatic (Delayed Start)" in the start-up type drop-down.
hth.
re: delayed driver start...
launch services.msc, double click any driver and select "Automatic (Delayed Start)" in the start-up type drop-down.
hth.
Current: X1CT-G3 / Helix-G1 / X220 / T61p / T60p / X301 / X200T / Yoga 3 Pro
Support: T520 / T510 / T420 / T400 / R400 / T61 / Yoga 2 Pro / Yoga 13
Hall of Fame: A31p --- Retired: T43 / T30 / T22 / 600X / 380XD
Support: T520 / T510 / T420 / T400 / R400 / T61 / Yoga 2 Pro / Yoga 13
Hall of Fame: A31p --- Retired: T43 / T30 / T22 / 600X / 380XD
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0 Replies
- 1310 Views
-
Last post by unixed
Tue Jan 31, 2017 4:53 pm
-
-
Lenovo Thinkpad X201 restarts upon inserting HDD or SSD, no boot screen!
by nighthawk » Wed Mar 01, 2017 6:25 am » in ThinkPad X200/201/220 and X300/301 Series - 1 Replies
- 786 Views
-
Last post by RealBlackStuff
Wed Mar 01, 2017 7:59 am
-
-
- 0 Replies
- 1700 Views
-
Last post by NeoSoul
Mon Mar 06, 2017 2:41 pm
-
-
T410i won't boot (no beep, power LED on, LCD blank) (2518F5U)
by scootley » Mon Jan 09, 2017 10:55 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 11 Replies
- 1157 Views
-
Last post by RealBlackStuff
Thu Jan 12, 2017 2:19 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest




