Page 1 of 2

Posted: Fri 29 Jul 2005, 02:09
by Ian
To format your 1st partition on the hard drive boot up a live Puppy CD and make sure that it does not write pup001 file to hda1then open rxvt and type in the following:

mke2fs /dev/hda1

and this will create an ext2 filesystem on your 1st partition.

Posted: Fri 29 Jul 2005, 04:43
by Marcel
Ok Guys and Gals: here is what I have now done:
I booted Puppy from the CD, and used cfdisk to delete hda2, and made hda1 bootable, and created an extended partiton (I think) - dunno why, just felt like it! Well, thought I'd give it a try..:wink:

Then I re-installed to hda1, and chose to use Grub, which I configured with all the defaults, except I put it in the MBR
It all works fine, thank goodness!:D

Only problem now is that Puppy recognises my touchpad but not my ps/2 mouse.:(

I'm nervous about reconfiguring the mouse: when I tried it in Mepis the whole thing froze: no touchpad, no mouse.
Has anyone got both pad and mouse to work? How?.

Posted: Fri 29 Jul 2005, 04:46
by Marcel
Sorry - I meant 'my serial mouse'

Posted: Fri 29 Jul 2005, 04:50
by flamesage

Code: Select all

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'.  Thu Jul 28 22:22:45 2005
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
  title Puppy Linux (on /dev/hda1)
  root (hd0,0)
  kernel /boot/vmlinuz root=/dev/hda1 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/hda1)
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)
So in my example, how would I have it automaticly boot up Puppy Linux (on hda1) after 5 seconds?

Posted: Fri 29 Jul 2005, 05:13
by Bancobusto
uncomment the timeout option, and set it to 5 seconds (erase the # symbol).

it worked for me!

hey, for fun change vga=normal to vga=773

you get a cool penguin and smaller text during yer boot-up....

beware that apparently this takes a small amount of time longer that vga=normal... but it looks a lot nicer :D

and it's easier to read all the funky messages that Puppy displays during boot up...

Posted: Fri 29 Jul 2005, 05:25
by Flash
Marcel, could you start a new thread re your mouse/touchpad problem, so I can put 'solved' on this one? Thanks. :)

Posted: Fri 29 Jul 2005, 05:34
by flamesage
all vga773 does is give me a big black screen........

Posted: Fri 29 Jul 2005, 05:37
by Bancobusto
ooops... I guess that that command only works if yer monitor supports 1024x728 rez?

Did you put the = sign in there?

Sorry if that didn't work for you, dude....

It works for me and i find it enjoyable, so I thought I'd share it...

maybe stick to vga=normal to be safe :D :D :D

Posted: Fri 29 Jul 2005, 05:46
by Marcel
Sorry Flash! I've started the new thread, as requested!