Hey folks,
I just installed Kubuntu 11.04 on my in-laws laptop. Its been a while since setting up a new linux box, and I was a NOOB on the last one I did.
I have everything up and working, all the necessary software to help them feel comfortable outside their Vista box. Since this is sort of a trial period, I left the Vista partition intact. Dual booting in other words. I would like to bypass Grub all together so the computer defaults to Linux. Is it as simple as
then changing
to
Thanks for the help!
I just installed Kubuntu 11.04 on my in-laws laptop. Its been a while since setting up a new linux box, and I was a NOOB on the last one I did.
I have everything up and working, all the necessary software to help them feel comfortable outside their Vista box. Since this is sort of a trial period, I left the Vista partition intact. Dual booting in other words. I would like to bypass Grub all together so the computer defaults to Linux. Is it as simple as
Code:
sudo kate /etc/default/grub
Code:
GRUB_TIMEOUT=10
Code:
GRUB_TIMEOUT=0
Comment