Booting into 2.13 straight in frugal install

Using applications, configuring, problems
Post Reply
Message
Author
Canadianpride
Posts: 78
Joined: Fri 09 Jun 2006, 21:51

Booting into 2.13 straight in frugal install

#1 Post by Canadianpride »

Hi there.
I'm setting up a computer for a family in my community. I'm going to do a frugal install of puppy 2.13 and I'd like it to boot straight to it. As in you turn on the computer.... puppy does it's thing and there you go. Can I do this with grub somehow?

Thanks.
Matthew.

brad_chuck
Posts: 286
Joined: Tue 16 Aug 2005, 03:47
Location: Appalachian Mountains

yes you can

#2 Post by brad_chuck »

yes you can just add

Code: Select all

timeout=0
to the file /boot/grub/menu.1st

then figure out what the partition you are booting is and comment out

Code: Select all

# some line commented out
every other partition.

Canadianpride
Posts: 78
Joined: Fri 09 Jun 2006, 21:51

#3 Post by Canadianpride »

# Start GRUB global section
#timeout=0
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Linux
root (hd0,0)
kernel /boot/vmlinuz root=/dev/ram0
initrd /boot/initrd.gz
# Linux bootable partition config ends

That's my menu.1st file. For some reason that isn't working. Any ideas?


Thanks!

Kal
Posts: 626
Joined: Thu 05 May 2005, 16:59
Location: California, High Desert

#4 Post by Kal »

Remove the # sign in front of your line for timeout=0.
Kal

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#5 Post by rcrsn51 »

Have you named your file MENU.LST or MENU.1ST? The correct name has an "ell", not a "one".

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#6 Post by muggins »

if it's not booting, make sure that vmlinuz & initrd.gz are located in /boot.

Canadianpride
Posts: 78
Joined: Fri 09 Jun 2006, 21:51

#7 Post by Canadianpride »

Lol...... I realized that I had forgotten to uncomment the timeout=0 right after I posted here. It's working great now.
Thank you very much who posted here.

Matthew.

Post Reply