|
||||||||
> -----Original Message----- > From: Pieterjan Heyse [mailto:pieterjan dot heyse at scheppers dash wetteren dot be] > Sent: 24 February 2005 12:02 > To: m0n0wall at lists dot m0n0 dot ch > Subject: [m0n0wall] penBSD support > > Hi folks, > > I gave up on using DOS to install m0n0 using an usb key, but I do not > have access to a bsd system, to make a penBSD > (http://www.freesbie.org/~saturnero/penBSD/) > > Is there anyone out there capable of making an image I can write with > physdiskwrite (or similar tool) to my usb stick, which I can use to > install m0n0 ? > > Thanks a lot, > > PJ > > Scheppersinstituut Wetteren > Cooppallaan 128 > 9230 Wetteren > Tel: 09 3692072 > Fax: 09 3661348 > mailto:pieterjan dot heyse at scheppers dash wetteren dot be > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch I personally use runt (http://www.ncsu.edu/project/runt/). It's Linux 2.4 based not BSD but this doesn't matter for me and you can install it using Windows :) 1. make sure you create a partition on your USB stick (use the disk management under windows) and FAT32 format it 2. Extract the archive to the USB pen 3. Run the runutil/makeboot.bat 4. Copy the m0n0wall image to the usb pen 5. Boot 6. login and type cd /DOS 7. gunzip -c | dd of=/dev/<device> bs=1024 8. reboot Linux devices go /dev/hda - primary master (ide) /dev/hdb - primary slave (ide) /dev/hdc - secondary master (ide) etc SCSI is similar with /dev/sda,sdb etc Frans P.S. If the distribution is too large for you USB pen try removing things like the man files (/usr/share/man) |