The time now is Mon 20 May 2013, 23:33
All times are UTC - 4 |
| Author |
Message |
craftybytes

Joined: 17 Nov 2006 Posts: 298 Location: QLD AUSTRALIA
|
Posted: Thu 11 Oct 2007, 02:28 Post subject:
|
|
sheine,
If I read your posts correctly - your MEPIS & your Pclinuxos & Ubuntu - all boot up OK - you only seem to be having probs with the installs of Puppy..?
All I can say is - 'look' at how those distro's are "worded" in the menu.lst file - AND LEARN from them...!!!
I would say that the 'MEPIS' listing is the closest to what you need for Puppy - SO - as an example I list it here:
| Quote: | title MEPIS at sda6, newest kernel
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 nomce quiet vga=791
boot |
NOW - as an example I will list your Puppy (sda9):
| Quote: | title Puppy on sda9
root (hd0,8 )
kernel /boot/vmlinuz root=/dev/sda9 ro vga=normalboot |
So what are the differences..?
In the Puppy listing :-
1. (hd0,8 ) ... should be ... (hd0,8) = NO SPACE after the figure '8'..!
2. kernel /boot/vmlinuz root=/dev/sda9 ro vga=normalboot
should read
kernel /boot/vmlinuz root=/dev/sda9 ro vga=normal
boot
[i.e.. it is not 'normalboot' - BUT - 'normal {carriage return / line feed} the boot on the "next" line - see MEPIS entry as guide ]
The 'boot' line - tells GRUB that it should use the previous lines to setup and boot the machine..DUH..!!
Now you may ask why there is no 'boot' line for the Puppy frugal install - well - it uses the "initrd" line to initiate the boot sequence - as alienjeff pointed out:
| Quote: | title Puppy v3.00 Frugal (on /dev/sda8)
root (hd0,7)
kernel (hd0,7)/puppy300/vmlinuz root=/dev/ram0 ro vga=normal PMEDIA=idehd psubdir=puppy300
initrd (hd0,7)/puppy300/initrd.gz |
I strongly recommend that - if you already have Linux's installed on your machine AND they successfully boot - you should LOOK at how the listing for each of these is done in the GRUB "menu.lst" file - and use them as a guide to what you may need to 'list' Puppy - then if you still have probs - THEN ask on the forums for help..!!
Many of our more knowledgable Puppy posters to this thread have offered very sound guidance - BUT - you still have not grasped the bull-by-the-horns..
Sorry to be offputting..
HTH..
crafty.
.
.
_________________ 3 x boot:- ASROCK VIA 'all-in-one' m/b; AMD Duron 1.8Ghz+; 1.0GB RAM; 20GB hdd (WinXP Pro); 80GB hdd (MEPIS 3.4-3/Puppy v2.15CE Frugal); 1GB USB pendrive (Puppy 2.15CE Frugal); CD/DVDRW; 17" LCD monitor; HSF 56k modem... MEPIS is great.. Puppy ROCKS..
|
|
Back to top
|
|
 |
technowomble

Joined: 11 Oct 2007 Posts: 76 Location: West Gloucestershire, UK
|
Posted: Thu 11 Oct 2007, 14:09 Post subject:
Boot problem - frugal install |
|
I'm having a similar problem to the one sheine originally posted with, I've done a frugal install of Puppy 2.17 - actually the Prism beta - and can't get it to boot. I'm pretty up to speed on linux in general, but this is the first time I've tried editing a grub menu, I found the original script provided gave a file not found error, trying some suggestions from this thread got me to the point where I was getting the kernel panic message. Here's my menu.lst - ignore the two entries of /puppy217, all that's done is to get me back to ' error 15 - file not found '!
Apologies, can't work out how to post the menu.lst, copy/paste doesn't seem to work!
|
|
Back to top
|
|
 |
Bruce B

Joined: 18 May 2005 Posts: 10817 Location: The Peoples Republic of California
|
Posted: Thu 11 Oct 2007, 14:38 Post subject:
|
|
one method
ctrl+a to select
ctrl+c to copy to clipboard
ctrl+v to paste into application
another method
select text with mouse and leave selected
click down on mouse wheel to paste into application
another method
too hard to post howto, but it has to do with menu options
|
|
Back to top
|
|
 |
technowomble

Joined: 11 Oct 2007 Posts: 76 Location: West Gloucestershire, UK
|
Posted: Thu 11 Oct 2007, 14:47 Post subject:
|
|
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/usr/share/gfxboot/themes/pclinuxos/boot/message
default 0
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/hda1 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/hda1
initrd (hd0,0)/boot/initrd.img
title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hda1 failsafe
initrd (hd0,0)/boot/initrd.img
title Puppy Linux 217 frugal
rootnoverify (hd0,0)
kernel /puppy217/vmlinuz root=/dev/hd0,0 pmedia=idehd
intrid /puppy217/intrird.gz
Thanks Bruce, I've never come across this method before!
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Thu 11 Oct 2007, 15:07 Post subject:
|
|
It's "initrd" and not "intrid" ...
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
Bruce B

Joined: 18 May 2005 Posts: 10817 Location: The Peoples Republic of California
|
Posted: Thu 11 Oct 2007, 15:23 Post subject:
|
|
And one more GRUB error and I hope the frugal really is on GRUB's (hd0,0) along with your other Linux.
change: root=/dev/hd0,0
to this: root=/dev/ram0
_________________ New! Puppy Linux Links Page
|
|
Back to top
|
|
 |
technowomble

Joined: 11 Oct 2007 Posts: 76 Location: West Gloucestershire, UK
|
Posted: Thu 11 Oct 2007, 16:15 Post subject:
|
|
Thanks guys, Prism is now booting perfectly.
|
|
Back to top
|
|
 |
Bruce B

Joined: 18 May 2005 Posts: 10817 Location: The Peoples Republic of California
|
Posted: Thu 11 Oct 2007, 18:37 Post subject:
|
|
So far we've had two successes and two thanks in this topic. Thanks for the thanks!
|
|
Back to top
|
|
 |
marlinnhag
Joined: 13 Oct 2007 Posts: 3
|
Posted: Sat 13 Oct 2007, 04:43 Post subject:
Having Boot issues that seem relevant to this |
|
Ok.. So where to begin after a few weeks I have actually got Grub to be recognized at bootup time but still cant get to a desktop. I am pretty sure the issue lies in what is entered into the menu.lst file. Here is a breakdown on the laptop:
Sony Vaio 450MHz 432mgs of ram and 60gig HD and (non working DVD drive)
I have partiioned the hard drive like so:
Primary partition #
1 Tagged as boot EXT2 10gig
2 EXT2 49gig
3 Linux/Swap 1gig
All of the space allocated is close but not exact.
Now I installed Puppy to Partition #1 and Installed Grub there to the MBR. I have read everywhere that you must edit the menu.lst file. But I cant figure out what to put in it. There are about 30 lines of code in there already and when people say put "this" in the menu.lst file I dont know where to put or what to erase to replace with it...ETC
The results that have got me the farthest so far was to erase everything from the bottom all the way until this started having the # right before I got there this is what I entered.
title Puppy Linux 3.00
rootnoverify (hd0,0)
kernel /vmlinuz pmedia=idehd
initrd /initrd.gz
After putting that in I thought I had it until I go this error:
"Searching for puppy files in computer disk drives..."
/bin/sh: Can't access tty; job control turned off
#(insert blinking cursor here)
So I saw this post, and just tried to get rid of "initrd /initrd.gz and replace that with "boot"
I then got this error:
Uncompressing Linux... Ok, booting the kernel.
kernel panic - not syncing: VFS: unable to mount root fs on unkown- block (3,7)
can someone please help, and tell exactly what it should say in the menu.lst file
PS this is not a Frugal install.. Linux will own and dominate partition#1
Thank you for your help I will be happy to provide you with as many more answerss to any questions that you may have.
|
|
Back to top
|
|
 |
Bruce B

Joined: 18 May 2005 Posts: 10817 Location: The Peoples Republic of California
|
Posted: Sat 13 Oct 2007, 07:09 Post subject:
|
|
Welcome!
My guess is you have a Frugal install even though you think its Full. I base this on your overall description of the problems you're having.
Presuming Frugal, we could try a few changes:
From:
title Puppy Linux 3.00
rootnoverify (hd0,0)
kernel /vmlinuz pmedia=idehd
initrd /initrd.gz
To:
title Puppy Linux 3.00
rootnoverify (hd0,0)
kernel /vmlinuz root=/dev/ram0 pmedia=idehd
initrd /initrd.gz
If no good then to:
title Puppy Linux 3.00
rootnoverify (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/ram0 pmedia=idehd
initrd (hd0,0)/initrd.gz
Then maybe and if still no good report back, report back anyway, okay?
title Puppy Linux 3.00
rootnoverify (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/ram0 pmedia=idehd nopcmcia
initrd (hd0,0)/initrd.gz
In case I'm wrong and you have actually have a Full install, this would be a default starting point.
title Puppy Linux 3.00 Full Install
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro vga=normal
_________________ New! Puppy Linux Links Page
|
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 4622 Location: GB
|
Posted: Mon 19 Nov 2007, 12:43 Post subject:
|
|
Shame that sheine turned out to be a complete tw*t. This thread contains some real gems and deserves to be preserved as a valuable reference source.
|
|
Back to top
|
|
 |
jonyo
Joined: 28 Dec 2006 Posts: 2727
|
Posted: Mon 19 Nov 2007, 15:42 Post subject:
|
|
Mods plz remove this idiotic (sic) comment
| Sage wrote: | | Shame that sheine turned out to be a complete tw*t.. |
& my own here if you wish.
|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Tue 20 Nov 2007, 00:11 Post subject:
|
|
I've never seen the word "twit" censored before. Is it stronger in the UK than stateside? Over here, it's somewhere between "moron" and "idiot", neither of which are censored unless dealing with small children (hmm... a subtle "extra" insult? A childish twit?).
I'm against removing things in general, because I don't like the idea of enforced civility. I like having the option to be rude once in a while without being punished, even if I never use it. Otherwise things start getting too totalitarian for my tastes. No guns, no books, and no unhappy. Freedom is a trade off. If you want freedom, you have to accept that other people will have it too, and may use it in a way you don't agree with. In my mind, the occasional rude outburst we get is a fair price for not living in a "moderator state".
So as far as I'm concerned, it stays unless Sage himself decides to remove it. If you disagree, feel free to go over my head. That doesn't bother me. When you live in a city with big towers and a big airport you get used to stuff like that
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Tue 20 Nov 2007, 06:04 Post subject:
|
|
The main objective of this forum is to discuss Puppy and any problems, solutions, suggestions and criticisms that people may wish to put forward.
The title of this section is 'Beginners Help' so I think the main objective would be to help beginners, which you are all doing admirably at the moment so, thank you and keep up the good work.
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Sat 05 Jul 2008, 15:19 Post subject:
|
|
| Pizzasgood wrote: | | I've never seen the word "twit" censored before. |
How about "twat?"
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|