Write wakepup to USB floppy drive

Using applications, configuring, problems
Post Reply
Message
Author
lotech
Posts: 271
Joined: Mon 10 Apr 2006, 13:22

Write wakepup to USB floppy drive

#1 Post by lotech »

My notebook has no build in floppy drive, how do I write the wakepup floppy on USB floppy drive for use with other PC ?
Do you Yahoo ? No I hiccup only :wink:

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

1. Locate the wakepup2.img file in /lib

2. Connect your USB floppy drive, run Pmount and identify its device name. It may be sdb. Make absolutely sure you are clear on this, so you don't accidentally erase your hard drive on the next step.

3. Run this command:

Code: Select all

dd if=/lib/wakepup2.img of=/dev/sdb
If necessary, replace sdb with the correct device name.

lotech
Posts: 271
Joined: Mon 10 Apr 2006, 13:22

Write wakepup to USB floppy drive (solved)

#3 Post by lotech »

Thanks that fixed my problem, yes I should be careful not to overwrite my USB, just in time to pull it out before writeback :shock:
Do you Yahoo ? No I hiccup only :wink:

Post Reply