Page 1 of 1

BoxPup Frugal Install

Posted: Sat 23 Feb 2013, 18:51
by Phabbits
Hello everyone I am a newbie here. I am attempting to install BoxPup 4.3.1 on an old laptop, the laptop has no cd rom and can't boot from usb. I have a ide to usb adapter which I am using to connect the laptop's internal hdd to another desktop pc. I was able to partition the hdd with GParted and I placed the puppy files on it. I have grub running on the hdd and configured the menu.lst. When I tried to boot everything went find till it looked for the PUP-431.shs and could not find it.
Thanks for any replies and all replies are appreciated.

Posted: Sat 23 Feb 2013, 21:21
by bigpup
Where did you place the Puppy files on the hard drive?
Post the grub menu.lst entry you made.

Also make sure the Puppy file names are in lower case.

Posted: Sat 23 Feb 2013, 21:38
by Phabbits
I placed the puppy files just on the hdd if that makes sense. Inside the folder "boxpup"
And here is what the menu.lst file looks like
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Fri Feb 22 15:50:43 2013
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.23647'. You can restore it like this.
# dd if=/boot/grub/mbr.sda.23647 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title BoxPup (on /dev/sda2)
rootnoverify (hd0,1)
kernel /boxpup/vmlinuz pmedia=idehd
psubdir=boxpup nosmp
initrd /boxpup/initrd.gz

title Linux (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro vga=normal
# Linux bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,1)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda2)
root (hd0,1)
setup (hd0,1)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)[/i][/i]

Posted: Sun 24 Feb 2013, 17:38
by mill0001
Hi, in your 1st post you said "looked for PUP-431.shs and could not find it". If the pup file is named PUP-431.shs it is not correct. Rename that to pup-431.sfs and you should be good to go.

Posted: Mon 25 Feb 2013, 01:15
by Phabbits
mill0001 wrote:Hi, in your 1st post you said "looked for PUP-431.shs and could not find it". If the pup file is named PUP-431.shs it is not correct. Rename that to pup-431.sfs and you should be good to go.
No, sadly it is pup-431.sfs :(

Posted: Mon 25 Feb 2013, 01:21
by rcrsn51

Code: Select all

kernel /boxpup/vmlinuz pmedia=idehd
psubdir=boxpup nosmp 
In your menu.lst file are these on two separate lines?

It should be

Code: Select all

kernel /boxpup/vmlinuz pmedia=idehd psubdir=boxpup nosmp 
Does your hard drive have two partitions? And is Boxpup in the second one?

Posted: Mon 25 Feb 2013, 21:09
by Phabbits
rcrsn51 wrote:

Code: Select all

kernel /boxpup/vmlinuz pmedia=idehd
psubdir=boxpup nosmp 
In your menu.lst file are these on two separate lines?

It should be

Code: Select all

kernel /boxpup/vmlinuz pmedia=idehd psubdir=boxpup nosmp 
Does your hard drive have two partitions? And is Boxpup in the second one?
Yes the HDD has two partitons. First one is swap and the second one is Boxpup. Also the code in menu.lst is just code I found on the internet not from the universal installer. So I will edit that line.