Page 3 of 7

Posted: Mon 13 Jul 2009, 15:40
by bignono1
No Mike it is on the first partition.
This is the menu.lst
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Thu Jul 2 23:17:55 2009
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.19465'. You can restore it like this.
# dd if=/boot/grub/mbr.sda.19465 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
timeout 5
color light-gray/blue black/light-gray
gfxmenu /boot/grub/deep_stage1
End GRUB global section
# Linux bootable partition config begins
title Linux (on /dev/sda1)
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal
# Linux bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz root=/dev/sdb1 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,0)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda1)
root (hd0,0)
setup (hd0,0)
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)
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Posted: Mon 13 Jul 2009, 17:11
by mikeb
Ok from your gparted picture sda3 and sda1 are swapped..this seems to happen with gparted sometimes. You can run fdisk and advanced options, fix partition order. Once done gparted should show the actual order. You may also need to fix the mbr...boot 98 disk to dos and run fdisk /mbr though eventually you will want grub doing the booting so you could simply use that ...but first lets get the partitions in true order.

mike

Posted: Mon 13 Jul 2009, 19:51
by bignono1
Thank you Mike for your help.
Keep up the good spirit.
I tried fdisk from puppy cd and win98 start up disk but both didnt do much so i used gparted to arrange the partition then reboot ,
this time i got some strange looking symbols at boot up so i got woofy and resized the hdd wiped out win98 and reinstalled my puppy and here i am HAPPY WITH PUPPY.
I may give it another try later.
Thank you again mate for your time and help.

Posted: Tue 14 Jul 2009, 21:39
by ecomoney
here i am HAPPY WITH PUPPY
That is the best solution :-)

When I installed I left a section of the disk UNFORMATTED, and the windows installers picked up and I told it to install on the free space. Im happy to say Im now so unfamiliar with the Windows install process I cant remember the exact wording.

Sorry, still havnt got hold of the Vista disk.

Portuguese version.

Posted: Sat 25 Jul 2009, 23:47
by fyujj
I made an express translation (Tutorial.html and pup-installer.ReadMe) for Portuguese (BR).
Download the package here http://www.divshare.com/download/7994602-371

A forum post I made about its use (in Portuguese) http://www.guiadohardware.net/comunidad ... ost4510186

Posted: Fri 31 Jul 2009, 18:00
by fyujj

Posted: Fri 07 Aug 2009, 13:56
by ecomoney
And then there were two :D

European Mirror (non ad supported/unlimited download bandwidth)

http://www.ecomoney.eu/puppy/winstaller/slaxerpup.exe

Posted: Fri 07 Aug 2009, 13:59
by ecomoney
P.S. Seeker, your installer helped me out of a really tight spot at an important meeting yesterday. I understand it is responsible for Puppy-Linuxing another cybercafe in nearby in Goole also.

http://www.murga-linux.com/puppy/viewto ... 3&start=30

Many thanks

Posted: Fri 07 Aug 2009, 16:16
by tasmod
Oh yes :D :D

Just what I wanted, now I can give this out to friends and tell them to play away to their hearts content. I don't have to go round and 'help' them install. :lol:

I tried it out myself with the 421 edition and it installed on an XP laptop OK, however it took a second boot to get the selection menu. No biggy. (Maybe I missed it first time, too quick, I had looked round and it was XP again)

Barry should really look at this for the main Puppy site. More converts I'm sure.

Posted: Fri 07 Aug 2009, 17:48
by ecomoney
Barry should really look at this for the main Puppy site. More converts I'm sure.
We could edit the download page at puppylinux.org ourselves and put it up there...unless there are any objections?

Perhaps Seeker, a useful feature for the next version would be to give users the choice of having Puppy or XP as the default at bootup.

Posted: Fri 07 Aug 2009, 18:58
by tasmod
Tried to do Puppy 214R from tuxxx but no joy because of the sub-directory requirement.

Can't get GP_Builder to create a sub-directory in Program Files group.

Posted: Fri 07 Aug 2009, 19:19
by tasmod
OK, now done Barrys Puppy430 and it works beautifully, so simple.

One niggle, the failed builds although uninstalled correctly have left menu entries in bootloader.

Edited menu.lst and removed them.

Posted: Fri 07 Aug 2009, 19:27
by tasmod
One suggestion, after a Puppy install is completed would it be possible to add a dialogue box 'do you wish to restart to choose Puppy'

Similar to the 'Your computer needs to be restarted to see changes'

Posted: Sat 08 Aug 2009, 10:00
by ecomoney
tasmod, a work around for 2.14X would be to move the pup_214x.sfs file it uses down a directory level to C:\ . You might need to remove the psubdir arguement also.

Im going to be looking at the initrd.gz file this weekend hopefully to add the psubdir and netbooting facilities newer pups have.

Posted: Sat 08 Aug 2009, 10:11
by mikeb
Perhaps a simpler approach would be to have version of the installer that does not use subdirectories for older puppies rather than having to hack code each time its needed...once packaged the user would be non the wiser.

mike

Posted: Sun 09 Aug 2009, 19:45
by seeker
Tasmod,
Tried to do Puppy 214R from tuxxx but no joy because of the sub-directory requirement.
According to davesurrey 214R uses different menu.lst entries to boot from a subdir.
http://www.murga-linux.com/puppy/viewto ... 451#323451
It looks like you need to change

Code: Select all

kernelstr = "kernel (hd0,0)/" + installDir +"/vmlinuz psubdir=" + installDir
to

Code: Select all

 kernelstr = "kernel (hd0,0)/" + installDir +"/vmlinuz root=/dev/ram0 psubdir=" + installDir
  
in install-puppy.bas near line 335 to set that as default. Haven't tried it though.
One suggestion, after a Puppy install is completed would it be possible to add a dialogue box 'do you wish to restart to choose Puppy'
That is an option in your GP-Install project. Load the pup-installer.gpi and select Dialogs/Extensions, click the Dialogs tab, select the 'Setup Complete' dialog, then click the 'Show the Restart Windows dialog' radio button. Click OK and save it. I haven't tested it so I don't know if it works for all versions of Windows.
Can't get GP_Builder to create a sub-directory in Program Files group
The Puppy subdir can only be one level deep. That's a Puppy requirement, not mine. If a puplet is made that can go more than 1 level deep the code can be changed in pup-install.bas to allow it.
ecomoney wrote: P.S. Seeker, your installer helped me out of a really tight spot at an important meeting yesterday. I understand it is responsible for Puppy-Linuxing another cybercafe in nearby in Goole also.
:D :D

Seeker

Posted: Tue 18 Aug 2009, 05:24
by ecomoney
Hi I still havnt got round to updating the init script for 2.14x. There has been some progress by someone else with this..but I believe it doesnt use the puppy standard.

I also still havnt got round to installing the .exe make myself yet :oops: BUT I WILL!

If someone is experimenting with it, I would be grateful if they would make an .exe package for the kids educational puppy derivitive HanSamBen. It is a remastered 4.12 so shouldnt pose many problems I dont think.

http://www.murga-linux.com/puppy/viewtopic.php?t=41454

I would be happy to host this (and more) installers as they become available.

Posted: Wed 19 Aug 2009, 11:27
by tasmod
Done it for you Rob.

Tried to upload it to datafilehost but it has bounced 3 times. Will try again later today.

Posted: Wed 19 Aug 2009, 16:38
by tasmod
Ooops. :oops: Just realised it has 25meg limit and exe is 272meg.

Posted: Wed 19 Aug 2009, 21:13
by mikeb
Done it for you Rob.

Tried to upload it to datafilehost but it has bounced 3 times. Will try again later today.
_________________
Rob
Is this Installer built by roberts?

mike