LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 12-23-2015, 05:02 PM   #31
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592

Quote:
I am back to tahr because I can't find a 32 bit version of slacko,
here is 32 bit http://distro.ibiblio.org/puppylinux...acko-6.3.0/32/ keep tahr, install slacko and add another entry to menu.lst for slacko
 
Old 12-25-2015, 02:07 PM   #32
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Thank you CP for 32bit version and Happy Christmas too.
Now then.
uuid root (hd0,4) e then tab no change OK this then?
kernel / tahr6.0.2 /vmlinuz psubdir=tahr6.0.2 pmedia =atahd pfix=fsk e then tab no such partition ?
initrd / tahr6.0.2 /initrd.gz e then tab device part should lead to file name?
I have a funny feeling that things are going wrong in putting the unzip files into the D:\ partition (I copy them from a flash key after unzip). They should be in the root position on D drive(how do I know they are)?
What I do know is that they are in a subfolder in D. Is this OK?
After your reply I will try it with the slacko 3. The drive D is a NTFS file is this Ok ?
Thank you CP again. I am up to the point where I don't whats right and whats wrong.
 
Old 12-25-2015, 03:39 PM   #33
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,541

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Quote:
uuid root (hd0,4) e then tab no change OK this then?
No. You either use uuid with the actual uuid after it as below.

Quote:
uuid 52443E88443E6EBB
OR you use:

Quote:
root (hd0,4)
You don't put both on the line. Did you verify that is the correct uuid for sda5?
Quote:
What I do know is that they are in a subfolder in D. Is this OK?
With the entry you have above, the folder you need is /tahr6.0.2 and you can't have a space after the forward slash and before tahr6.0.2. Typo? Having a frugal install or booting an iso file directly should not matter if is on an ntfs filesystem but an actual install would be problematic.
 
Old 12-25-2015, 07:43 PM   #34
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
You need to make the following changes to make things work
change this
Quote:
uuid root (hd0,4)
to this
Code:
root (hd0,4)
change this
Quote:
kernel / tahr6.0.2 /vmlinuz psubdir=tahr6.0.2 pmedia =atahd pfix=fsk
to this
Code:
kernel /tahr6.0.2/vmlinuz psubdir=tahr6.0.2 pmedia=atahd pfix=fsck
change this
Quote:
initrd / tahr6.0.2 /initrd.gz
to this
Code:
initrd /tahr6.0.2/initrd.gz
this is assuming puppy tahr is in the directory tahr6.0.2 on the D drive. If it is in the directory tahr6.0.2frugal on D drive then you will need to change every instance of tahr6.0.2 in each line to tahr6.0.2frugal

Last edited by colorpurple21859; 12-25-2015 at 07:48 PM.
 
Old 12-28-2015, 09:16 AM   #35
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Hi there CP & yancek.
I have followed all your instructions. The slashes are in the right place.
Now when I hit b, the hard disc clatter does not happen, I have the message error 15 can't find file.
If I go to menuLst I see no mention of the 6.0.2 puppy tahr file I want. only the former puppy precise I used to use.
Any more suggestions you may add?
Thank you
 
Old 12-28-2015, 12:24 PM   #36
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
Quote:
If I go to menuLst I see no mention of the 6.0.2 puppy tahr file I want. only the former puppy precise I used to use.
The menu.lst doesn't get edited when you use the e or c button at the grub prompt, they only override what is in the menu.lst. To change the menu.lst permanently you will need to boot into windows and open the menu.lst with either notepad or wordpad to make permanent changes to the menu.lst.
 
Old 12-29-2015, 10:45 AM   #37
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Hi there CP.
I understand this about the menu.Lst list now. I expect it then to be in menu.Lst file when it works ok.
However I still get this, can't find file message when I try booting up, this is most important at the moment for me.
Thank you CP.
 
Old 12-29-2015, 11:44 AM   #38
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
post your menu.lst,
 
Old 12-30-2015, 09:53 AM   #39
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Here it is.
menu.1st produced by grub4dosconfig-v1.8 color white/blue etc.......-ist
Frugal installed Puppy title precise 5.7.1 (sda5/precise5.7.1frugal) uuid 5244388443E6EBB kernel /precise5.7.1/frugalvmlinuz psubdir=precise5.7.1frugal pmedia=atahd pfix=fsck
initrd /precise5.7.1frugal/initrd.gz
windows title F6C4E298C4E25A7F
chainloader /nt1dr__ Advanced menutitle Avanced menu configfile /menu-advanced.1st_ commandline

thank you CP this menu is dated 2015-12-01 hope this is helpful.
This precise is my former Linux kernel when it worked

BELOW IS THE NOTEPAD ENTRY

Last edited by pianoforte361; 12-30-2015 at 11:15 AM. Reason: extra info
 
Old 12-30-2015, 11:14 AM   #40
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Here it i# menu.lst produced by grub4dosconfig-v1.8.0
color white/blue black/cyan white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0

# Frugal installed Puppy

title Puppy precise 5.7.1 (sda5/precise5.7.1frugal)
uuid 52443E88443E6EBB
kernel /precise5.7.1frugal/vmlinuz psubdir=precise5.7.1frugal pmedia=atahd pfix=fsck
initrd /precise5.7.1frugal/initrd.gz

# Windows

title Windows
uuid F6C4E298C4E25A7F
chainloader /ntldr

# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
Here it i# menu.lst produced by grub4dosconfig-v1.8.0
color white/blue black/cyan white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0

# Frugal installed Puppy

title Puppy precise 5.7.1 (sda5/precise5.7.1frugal)
uuid 52443E88443E6EBB
kernel /precise5.7.1frugal/vmlinuz psubdir=precise5.7.1frugal pmedia=atahd pfix=fsck
initrd /precise5.7.1frugal/initrd.gz

# Windows

title Windows
uuid F6C4E298C4E25A7F
chainloader /ntldr

# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
Here it i# menu.lst produced by grub4dosconfig-v1.8.0
color white/blue black/cyan white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0

# Frugal installed Puppy

title Puppy precise 5.7.1 (sda5/precise5.7.1frugal)
uuid 52443E88443E6EBB
kernel /precise5.7.1frugal/vmlinuz psubdir=precise5.7.1frugal pmedia=atahd pfix=fsck
initrd /precise5.7.1frugal/initrd.gz

# Windows

title Windows
uuid F6C4E298C4E25A7F
chainloader /ntldr

# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
Here it i# menu.lst produced by grub4dosconfig-v1.8.0
color white/blue black/cyan white/black cyan/black
#splashimage=/splash.xpm
timeout 10
default 0

# Frugal installed Puppy

title Puppy precise 5.7.1 (sda5/precise5.7.1frugal)
uuid 52443E88443E6EBB
kernel /precise5.7.1frugal/vmlinuz psubdir=precise5.7.1frugal pmedia=atahd pfix=fsck
initrd /precise5.7.1frugal/initrd.gz

# Windows

title Windows
uuid F6C4E298C4E25A7F
chainloader /ntldr

# Advanced Menu
title Advanced menu
configfile /menu-advanced.lst
commandline
 
Old 12-30-2015, 02:04 PM   #41
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
this is what your puppy entry should look like for precise to boot.
Code:
# Frugal installed Puppy

title Puppy precise 5.7.1 (sda5/precise5.7.1frugal)
root (hd0,4)
kernel /precise5.7.1frugal/vmlinuz psubdir=precise5.7.1frugal pmedia=atahd pfix=fsck
initrd /precise5.7.1frugal/initrd.gz
For slacko add this entry to menu.lst
Code:
title Slacko
root (hd0,4)
kernel /slacko/vmlinuz   psubdir=slacko pmedia=atahd 
initrd /slacko/initrd.gz

Last edited by colorpurple21859; 12-30-2015 at 02:09 PM.
 
1 members found this post helpful.
Old 01-04-2016, 01:28 PM   #42
pianoforte361
Member
 
Registered: Jul 2015
Posts: 94

Original Poster
Rep: Reputation: Disabled
Hi there CP & yancek:
Thank you for all your valuable answers, I am now sorted.
Thanks again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
New Quandry= Dual Boot XP/Puppy, can't boot XP FitBoot Linux - Newbie 8 09-20-2012 04:18 PM
[SOLVED] Does anyone know how to dual-boot Puppy 525 using LILO? Robert.Thompson Slackware 32 07-22-2011 01:18 AM
Puppy Xp dual boot Rob83 Linux - Newbie 2 05-26-2010 08:53 PM
linpus linux dual boot puppy frugal install ovidiuignat Linux - Newbie 2 12-27-2009 09:54 AM
Changes required for 1.0x vs. 2.xx puppy dual boot? Jim_B Puppy 3 03-22-2007 11:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 05:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration