The time now is Sat 25 May 2013, 00:21
All times are UTC - 4 |
| Author |
Message |
sml
Joined: 09 Jan 2006 Posts: 162
|
Posted: Mon 12 Feb 2007, 22:31 Post subject:
Specify partition for pupsave location - Multiple Puppies |
|
I have a number of different partitions for testing puppy versions. Each version is specific to a partition.
I would like to maintain separate pupsave files for each test version.
What boot command do I need to use with grub to force puppy to only look for my pupsave file on a specific partition.
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Mon 12 Feb 2007, 22:55 Post subject:
|
|
with Puppy 1.x, it's easy, just add the kernel parameter PHOME=hda5 etc etc
this does not work for Puppy 2.x, but Puppy 214BETA supposedly supports a new boot parameter, PDEV1, which can specify the partition in which Puppy is installed ... see: http://www.puppyos.com/download/release-2.14.htm
|
|
Back to top
|
|
 |
WhoDo

Joined: 11 Jul 2006 Posts: 4441 Location: Lake Macquarie NSW Australia
|
Posted: Mon 12 Feb 2007, 23:44 Post subject:
Re: Specify partition for pupsave location - Multiple Puppie |
|
| sml wrote: | I have a number of different partitions for testing puppy versions. Each version is specific to a partition.
I would like to maintain separate pupsave files for each test version.
What boot command do I need to use with grub to force puppy to only look for my pupsave file on a specific partition. |
Use the hide and unhide commands in Grub.
Here is a copy of my Grub menu.lst file for multiple Puppies plus Windows XP:
| Code: | title WindowsXP
root (hd0,0)
chainloader +1
title PuppyLinux-2.14CE
hide (hd0,7)
hide (hd0,6)
unhide (hd0,1)
root (hd0,1)
kernel /vmlinuz root=/dev/ram0
initrd /initrd.gz
title PuppyLinux-2.13-Frugal
hide (hd0,1)
hide (hd0,6)
unhide (hd0,7)
root (hd0,7)
kernel /vmlinuz root=/dev/ram0
initrd /initrd.gz
title PuppyLinux-2.12-FullInstall
hide (hd0,7)
unhide (hd0,6)
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 ro splash=silent |
Hope that helps.
|
|
Back to top
|
|
 |
sml
Joined: 09 Jan 2006 Posts: 162
|
Posted: Tue 13 Feb 2007, 00:24 Post subject:
|
|
Thanks for the link. I had read the 2.14 features but missed that. Will test out tonight.
|
|
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
|