Where is the Menulst?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
Fiberflinger
Posts: 223
Joined: Tue 13 Feb 2007, 00:46
Contact:

Where is the Menulst?

#1 Post by Fiberflinger »

I was given these instructions, but don't know where it is:
GuestToo wrote:i think you are using the wrong words to express your situation and what you want ... i think this thread should have gone like this:

FF: "I have a full install of Puppy on hdd1
I also have a frugal install.
I would prefer to use the frugal install,
but to boot it, I must use the cd.
Can i boot the frugal install without the cd?"

answer: "yes, just put these lines in the menu.lst file:

title Puppy
root (hd0,0)
kernel /vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd /initrd.gz"

FF: "Thanks, that's just what i wanted. I'll mark this thread solved.
I do not know how or where to access what this is telling me. ???

FF

User avatar
Ian
Official Dog Handler
Posts: 1234
Joined: Wed 04 May 2005, 12:00
Location: Queensland

#2 Post by Ian »

What you really need to do is read these pages:

http://puppylinux.org/wikka/GrubPuppyBoot

and

http://puppylinux.org/wikka/GRUB

this will help you understand a bit about GRUB.

msumner
Posts: 205
Joined: Fri 05 Jan 2007, 01:10
Location: Lincolnshire, England.

#3 Post by msumner »

you should find it in /boot/grub. Click on it to open it, edit the script and save.
Mike

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#4 Post by HairyWill »

To find your menu.lst whichever boot method you have used.
Click on the icon for MUT on your desktop (the USB key thing) that says "drives"
for hda1
click on the square that says "mount" or "rox"
open the "boot" folder
open the "grub" folder
you should see the file here
before you make any changes to the file you should create a backup
right click on it and do copy
name the new file something like menu.lst.bak
now right click on it again and do open as text
make your changes to the file
save
make sure there is no CD in the drive
reboot

If the boot fails it is probably because you've messed up the file in some way.
DON'T PANIC.
You'll still be able to boot using the CD. Find the menu.lst file again post what is in it here and we should be able to tell you what to change.
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
Fiberflinger
Posts: 223
Joined: Tue 13 Feb 2007, 00:46
Contact:

#5 Post by Fiberflinger »

The menu.lst seems to have a long string of commands. Does it matter where I place the dialogue?, top, bottom, middle. meaningful place?

FF

Bruce B

#6 Post by Bruce B »

Fiberflinger wrote:The menu.lst seems to have a long string of commands. Does it matter where I place the dialogue?, top, bottom, middle. meaningful place?
FF
Where you put it is not as important as the conditions being true.

Just don't put it in the middle of some execution block, in other words: use yer noggin.

Code: Select all

title Puppy
      root (hd0,0)
      kernel /vmlinuz root=/dev/ram0 PMEDIA=idehd
      initrd /initrd.gz"
Convention has us indent the lines as shown in the example above.

These conditions must be true:

vmlinux exists at (hd0,0)/vmilnuz
initrd exists at (hd0,0)/initrd.gz

I'm also pretty sure these conditions must be true

pup_214.sfs at (hd0,0)/pup_214.sfs
zdrv_214.sfs at (hd0,0)/zdrv_214.sfs

(if you are running version 2.14, otherwise the equivalent files must exist there)

Puppy will look for the pup_save file and use the first one it finds in its search order.

User avatar
Fiberflinger
Posts: 223
Joined: Tue 13 Feb 2007, 00:46
Contact:

#7 Post by Fiberflinger »

2.13

Post Reply