Possible to have a boot like OSX?

Associate
Joined
10 Jul 2006
Posts
2,423
I dual boot Windows 7 and Ubuntu and I was wondering if it was possible to have a similar boot to OSX.

What I mean by this is that I have my computer automatically boot into Ubuntu without showing a boot menu UNLESS I hold the CTRL key (or something similar)?

And have the option to "Reboot to Windows" from Ubuntu?

Thanks.
 
What grub are you using, if it's Grub 2:

Undo any changes.

In /etc/default/grub use "GRUB_TIMEOUT=0". Make sure that "GRUB_DEFAULT=0" assuming ubuntu is at the top of your grub menu. Make sure GRUB_HUIDDEN_TIMEOUT has a "#" in front of it. The hidden timeout does something similar to what you want, but what I'm suggesting is closer to OSX, only you hold shift rather than ctrl.

Once you have done that do:
Code:
sudo update-grub

It's grub2 (Ubuntu 10.10). I tried this and it didn't work. Held right shift, Held left shift, both at the same time....nothing worked just boots straight to Ubuntu.


Did that work? If it did; it's telling the Linux Kernel how to handle ACPI with regards to the backlight. If it didn't work you probably need to write something else where it says "vendor".

Yeah it did work - kinda....just wanted to know what I was doing.
 
Do they not have exactly the same function?

Same function yes....but a computer can differentiate between them (same with CTRL I believe).

I could be wrong.

EDIT: Tried it and it didn't work...think I will have to settle for this one not working. Could it be that my SSD is booting everything too quickly and Im not getting it in exactly the right place?
 
Last edited:
Back
Top Bottom