The time now is Fri 13 Dec 2019, 11:47
All times are UTC - 4 |
Page 1 of 6 [81 Posts] |
Goto page: 1, 2, 3, 4, 5, 6 Next |
Author |
Message |
pakt

Joined: 04 Jun 2005 Posts: 1156 Location: Sweden
|
Posted: Fri 12 May 2006, 05:17 Post subject:
WakePup2 v0.2 - Floppy boot disk (or boot CD) for Puppy2 |
|
WakePup2 is a boot disk using FreeDOS that can boot Puppy2 from built-in hard disk and CD-ROM drives as well as USB hard disk, CD-ROM and flash drives. It will run from floppy disk or CD. Except for the drivers, WakePup2 uses only GPL'd software or freeware.
See also WkPup2x v0.2, here, for a special version of WakePup2 that can boot puppy from USB devices attached to a PCMCIA USB2 adapter in your laptop. Useful if you laptop doesn't have USB ports or just to speed up booting if the built-in laptop ports are only USB1. You can boot it from floppy or, if your laptop supports it, boot from CD.
Barry has conveniently put a floppy disk image of WakePup2 in Puppy2alpha-7may06. Unfortunately, that early version has a bug in it that prevents the boot option (acpi=on or acpi=off) from working. Use this version instead.
While fixing the bug, I took the opportunity to improve WakePup2 somewhat.
- I have extended the drive letters that get searched for Puppy2 files to the maximum for those cases where the hard disk(s) has/have many partitions (C through W for IDE/USB drives not including CD-ROM and X through Z for CD-ROM). If you have two IDE CD-ROM drives (not uncommon today), the first one gets drive letter X, the second Y. If a USB CD-ROM is found, it gets drive letter Z.
- There are now three boot options:
1. acpi=on Default for newer PCs (made 2002 or later)
2. acpi=off For older PCs, or use if acpi=on causes problems
3. acpi=force Needed to force acpi=on on older PCs
- I have also made an iso image of WakePup2 for those who have PCs that can boot from CD but not USB. Ideal to put on a mini-CD to carry along with a USB flash pen containing Puppy2 and your personal files.
How to make a WakePup2 floppy disk
----------------------------------
With a formatted 1.44MB diskette in the floppy drive, do one of the following:
1) In DOS/Windows, unzip WKPUP202.ZIP in a temp dir and execute MAKEDISK.BAT
2) In Linux, copy WKPUP202.ZIP to a temp dir and execute:
# unzip WKPUP202.ZIP
# dd if=WKPUP202.IMG of=/dev/fd0 bs=1440k
Using WakePup2
--------------
I have provided the marker files IDEHD, USBHD and USBFLASH for convenience on the WakePup2 floppy. Just copy the one you need to the drive you want to boot from containing the Puppy2 files [INITRD.GZ, PUP_xxx.SFS and VMLINUZ]. The CD-ROM doesn't need a marker file.
Examples of booting Puppy2 with WakePup2:
- Boot from a built-in hard disk: copy the IDEHD marker file to the hard disk partition containing the Puppy2 files, then boot using WakePup2.
- Boot from a USB hard disk: copy the USBHD file to the hard disk partition containing the Puppy2 files, then boot using WakePup2.
- Boot from a USB flash pen: copy the USBFLASH file to the same location as the Puppy2 files on the drive, then boot using WakePup2.
- Boot from a built-in IDE or external USB CD-ROM: no marker file is needed - WakePup2 should find the Puppy2 files anyway.
WakePup2 will pause after the USB driver has scanned for USB devices. If it detects one, it will print a short id string. If not, it will print "Target USB device not found".
Notes
-----
- WakePup2 can only find Puppy2 files on DOS (FAT16 or FAT32) formatted partitions.
- WakePup2 does not seem to work with some USB flash drives. It seems to be dependant on the make of the controller chip used in the drives.
- If WakePup2 cannot find your USB flash device, it may help to reformat it (FAT16, or FAT32 if the drive is 4GB or larger) .
[Edited post to correct links and update text]
 |
Description |
WakePup2 iso image - burn to CD. Note: the burned CD will appear empty because WakePup2 is in the CD boot track.
|

Download |
Filename |
wkpup2-02-iso.zip |
Filesize |
150.42 KB |
Downloaded |
14157 Time(s) |
Description |
WakePup2 for floppy disk - contains a batch file to make the floppy.
|

Download |
Filename |
wkpup202.zip |
Filesize |
160.66 KB |
Downloaded |
51185 Time(s) |
Last edited by pakt on Wed 18 Mar 2009, 13:43; edited 8 times in total
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13647 Location: Karlsruhe, Germany
|
Posted: Fri 12 May 2006, 05:25 Post subject:
|
|
Have you seen the news already?
Quote: | May 12
Now that pakt's WakePup2 is in the live-CD, it needs a frontend GUI, so I have written one, that is run from the menu "Setup --> WakePup create boot floppy".
The Puppy Universal Installer has been upgraded to integrate usage of GParted and WakePup. |
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15556 Location: Paradox Realm
|
Posted: Fri 12 May 2006, 05:31 Post subject:
|
|
Is this a case of great minds thinking alike?
I feel the work you have done will be very useful to those using existing Puppys . . .
_________________ Puppy on Raspberry Pi Release Candidate
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html 
Last edited by Lobster on Fri 12 May 2006, 07:06; edited 1 time in total
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9099 Location: Perth, Western Australia
|
Posted: Fri 12 May 2006, 05:49 Post subject:
|
|
I'm just putting in some infrastructure to fully utilise WakePup2 and GParted,
now that they are in Puppy2 iso file.
|
Back to top
|
|
 |
pakt

Joined: 04 Jun 2005 Posts: 1156 Location: Sweden
|
Posted: Fri 12 May 2006, 05:54 Post subject:
|
|
MU wrote: | Have you seen the news already?
Quote: | May 12
Now that pakt's WakePup2 is in the live-CD, it needs a frontend GUI, so I have written one, that is run from the menu "Setup --> WakePup create boot floppy".
The Puppy Universal Installer has been upgraded to integrate usage of GParted and WakePup. |
|
That's funny What a coincidence! Great news that Barry has made a frontend GUI for it
I've just spent a few hours preparing the wakepup2 package and composing the text for the forum, so I hadn't checked the news or the forum 'till now.
Paul
Last edited by pakt on Wed 18 Mar 2009, 04:44; edited 1 time in total
|
Back to top
|
|
 |
pakt

Joined: 04 Jun 2005 Posts: 1156 Location: Sweden
|
Posted: Fri 12 May 2006, 06:06 Post subject:
|
|
Lobster wrote: | Is this a case of great minds thinking alike?
I feel the work you have done will be very useful to those using exiting Puppys . . .  |
It seems WakePup for Puppy1 was very successful - iirc, it had been downloaded at least two thousand times last time I looked. I was especially pleased to get this post from dustypenguin: dustypenguin wrote: | I just wanted to thank you for wake pup. That amazing piece of software allowed me to install puppy on a Compaq 4220 that can not boot off the CD. Even more amazing is it allowed me to install puppy on a couple of old (233 MHz) donated computers with dead, non-repalceable bios batteries. These computers could not even tell themselves that they had hard drives or CD Drives, but wake pup found both! With some scripts that update the time and date at boot, wake pup boots these machines and they are used as internet access and light word processing machines in the library of the mission school here in Niger.
RRPotratz
Systems Administration
SIM Niger
Niamey, Niger, West Africa |
Lobster wrote: | exiting Puppys |
Er, 'exiting Puppys' ? Is this a new breed
Paul
|
Back to top
|
|
 |
feliperv
Joined: 04 Jun 2006 Posts: 3
|
Posted: Sun 04 Jun 2006, 12:11 Post subject:
|
|
I downloaded puppy 2.0 seamonkey. I have a k6 233 with only 32mb ram with floppy and without cd-rom.
Wakepup2 run but the software want to mount puppy in ram , how i change this to mount in hd?
Thank You
|
Back to top
|
|
 |
fun500
Joined: 10 Aug 2006 Posts: 10 Location: NY
|
Posted: Fri 11 Aug 2006, 19:45 Post subject:
|
|
Thank U so so much for this!! I computer would not boot to any CDs at all and it booted right up with wakepup2 0.2!!!
|
Back to top
|
|
 |
YJL
Joined: 19 Aug 2006 Posts: 2
|
Posted: Sat 19 Aug 2006, 16:13 Post subject:
|
|
First of all I too want to say how great this thing works
second... I know this is not puppylinux related as such but I was wondering
if the wake2pup could be comfigured to boot GeexBox from usb as well
(as it also has an optional installation to boot from usb)
thanks in advance
YJL
|
Back to top
|
|
 |
HappyPuppyUser
Joined: 03 Aug 2006 Posts: 9 Location: Sweden
|
Posted: Fri 01 Sep 2006, 04:15 Post subject:
hrm... |
|
So, I figured I'd try puppy on one of my dear shools computers.. it cannot boot from cd (the bios is passwd protected of course...) so I use the wakepup provided here it boots just fine but does not seem to find the Cdrive...? (nor the internal harddrive...) It just tells me "Hmm... Wakepup was unable to find the puppyfiles anywhere..."
(I realise I cannot be helped whitout providing descriptions of the cddrive of the matter but the comp. seem quite reluctant to hardwareprobing...)
(btw) sorry if this is the completely wrong place to post this I only just realised that this is an "Announcements" section...)
|
Back to top
|
|
 |
pakt

Joined: 04 Jun 2005 Posts: 1156 Location: Sweden
|
Posted: Fri 01 Sep 2006, 05:20 Post subject:
Re: hrm... |
|
HappyPuppyUser wrote: | So, I figured I'd try puppy on one of my dear shools computers.. it cannot boot from cd (the bios is passwd protected of course...) so I use the wakepup provided here it boots just fine but does not seem to find the Cdrive...? (nor the internal harddrive...) It just tells me "Hmm... Wakepup was unable to find the puppyfiles anywhere..."
(I realise I cannot be helped whitout providing descriptions of the cddrive of the matter but the comp. seem quite reluctant to hardwareprobing...)
(btw) sorry if this is the completely wrong place to post this I only just realised that this is an "Announcements" section...) |
If you have made the Puppy boot CD correctly from the iso file and you have put the CD in the CD-ROM drive, WakePup2 should find Puppy on the CD and boot from it.
The only other possible problem I can see is if the CD-ROM drive has problems reading the CD. In that case, you might try burning Puppy on another brand of CD or burn at a lower speed.
|
Back to top
|
|
 |
contents
Joined: 18 Sep 2006 Posts: 1
|
Posted: Mon 18 Sep 2006, 04:44 Post subject:
|
|
Does anyone know if wakepup2.02 works with Puppy2.10? Or will wakepup require an update to work?
I would try it myself, but I don't have a floppy drive handy. I'm trying to advise a friend who is new to linux and has an old laptop which can't boot from CD.
Thanks much.
|
Back to top
|
|
 |
thumpnyc
Joined: 14 Jan 2007 Posts: 1
|
Posted: Sun 14 Jan 2007, 02:11 Post subject:
Message "LINLD can't read first KB" |
|
When I run wakepup 2 with puppy 2.12 in a cd-rom drive, it successfully finds the files on the cd-rom (drive X), but after choosing a boot option (I have tried all 3) I get a message saying "LINLD can't read first KB". Any ideas?
|
Back to top
|
|
 |
Sit Heel Speak

Joined: 30 Mar 2006 Posts: 2595 Location: downwind
|
Posted: Sun 14 Jan 2007, 21:44 Post subject:
|
|
1. Check its md5sum to make sure you got a good download. In Windows, Google to find md5sum.exe, download it, open a DOS window and issue
md5sum puppy-212-seamonkey.iso
(name may be slightly different) (and you must be in the correct subdir).
Or, in Puppy, menu-file manager-Roxfiler, navigate up and over to the subdir where you downloaded the .iso, right-click-on-whitespace, Window-open terminal window here (or similar) and issue the command
md5sum puppy-212-seamonkey.iso
The return code string from md5sum should match the text of puppy-212-seamonkey.iso.md5 from where you downloaded it (again, names may be slightly different).
2. There are two ways to burn an .iso image to CD.
One way is to burn the .iso file directly (a directory listing will show puppy-212-seamonkey.iso) (in TkDVD this is the "Burn files and folders on a CD/DVD" option). This is the wrong way.
The other option is "Burn iso9660 image." Afterward, a directory listing will show vmlinuz, initrd.gz, pup_212.sfs, and others. This is the correct way.
Hope this helps. Welcome to the kennels.
|
Back to top
|
|
 |
marc66thomas
Joined: 26 Jan 2007 Posts: 15
|
Posted: Fri 02 Feb 2007, 03:05 Post subject:
Wake-Pup has Given life to my Puppy options Subject description: Video options |
|
Wake pup have given life to my Old Laptop.
Can you suggest if I can control the load of FB800x600 so the video will work with the Dell Latitude LM? specifically, Is there a way to allow a user option on the menu for Frame buffering of video?
It appears that the video selection video=VGA has been coded in the Wake pup or accompaning files. My old box need frame buffering. After the full load of pup202, the screen is yellow and green and I can make out only a few images or menus.
I believe the opening screen is video options but I need to set FB on os load (i think)
MT
Last edited by marc66thomas on Fri 02 Feb 2007, 14:21; edited 2 times in total
|
Back to top
|
|
 |
|
Page 1 of 6 [81 Posts] |
Goto page: 1, 2, 3, 4, 5, 6 Next |
|
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
|