How to configure Grub so Puppy boots by default?

Using applications, configuring, problems
Post Reply
Message
Author
milesteg
Posts: 17
Joined: Tue 17 Jun 2008, 20:31

How to configure Grub so Puppy boots by default?

#1 Post by milesteg »

I have loaded Dingo plus to my "puppy" computer hard drive. All is well. What I would really like is to avoid having to select the OS at start up time. This confuses other non-computer-savvy people in my house who will be using it.

This is a pure puppy computer, I would like to have others push the on button an have it boot from there. I checked a bit but can't find what I am looking for.

Any help is appreciated.

Milesteg

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#2 Post by aragon »

hi milesteg,

backup /boot/grub/menu.lst first. than:

1 .to set an option as standard use

Code: Select all

default 1
in the global section. be aware the grub counts up from 0. so 1 would be the second boot-option in your list.

2. for autostarting the entry use

Code: Select all

timeout 8
also in the global section. 8 means the grub waits 8 seconds before it starts the highlighted item.

cheers
aragon

Post Reply