Displaying 20 results from an estimated 200 matches similar to: "Very Nice!"
2004 Aug 31
1
Login Problem after RESTORE with Powerquest Driveimage!!
Hello,
I have some Computers on which I have an Image (created
with Powerquest DriveImage) of Windows XP stored
on the second partition of the local harddrive.
If I restore my Windows XP Installation from the image and
reboot - the logon doesen`t work any more.
I get an error something like: Domaincontroller cannot be found....
After that I have to add this computer newly to the domain and
it
2004 Jan 12
5
DOCMEMORY 2.0 (simmtester) and MEMDISK
Like a lot of people, I am using SYSLINUX + MEMDISK to make a technician
universal boot disk on a USB key (I have done the same with ISOLINUX and
MEMDISK for a CD using Bart's method for bootable CDs)
I *LOVE* Syslinux and MEMDISK, and what I can do with floppy images!
I have a few problems that have cropped up, most notably the DOCMEMORY
program (www.simmstester.com) boots fing, but the
2006 Apr 07
1
Aggregating an its series
I'm using a very long irregular time-series of air temperature and
relative humidity of this kind (this is an extract only)
its.format("%
Y%d%m %X)
> base
T H
20020601
12.00.00 27.1 47
20020601 15.00.00 29.1 39
20020601 18.00.00 27.4 39
20020601 21.00.00 24.0 40
20020602 0.00.00 22.0 73
20020602 3.00.00
19.2 49
20020602 6.00.00 19.5 74
20020602
2006 Apr 09
0
(IT WAS) Aggregating an its series
Just strip off the hours component of the dates, then take a subset of the data where the hour is <= 12.
I did not execute this, so you might need to change it a bit:
hours <- as.integer(format(dates(base),"%H"))
new.data <- base[hours <= 12,]
aggregate(new.data,by=list(as.factor(format(dates(new.data),"%Y%m%d"))),mean,na.rm=T)
-----Original Message-----
2003 May 13
1
Creating HD Boot Images
I have been trying to track down information on building HD boot images for
ISOLINUX and MEMDISK, and so far, haven't had a whole lot of luck.
I've found a number of sources describing the process of setting up
ISOLINUX and MEMDISK, and how to configure the boot CD to boot various
OS's. I've also read through Bart Lagerweij's BootCD/ModBoot pages, and
Mikhail
2018 Jun 18
0
Memdisk and big floppy images
Haven't yet had a need for 10MB FDD images. The biggest I had to create was
5MB (5760kb). At that time I had to use WinImage to create the FDD image
and it took me a while to figure out the correct settings.
My notes state:
"I'm getting 'missing FAT' errors in WinImage, and 7-zip complains about
'unexpected end'. The fix is to increasing the FDD Heads from 2 to 4 and
2018 Jun 18
2
Memdisk and big floppy images
In other words: I'm suggesting to use WinImage as it also allows easy
injection of new files *and* updating of already existing files.
May I ask which vendor is distributing a DOS FW update that is 20MB? I'd
like to see the files. Sometimes you just need the .bin/.rom and the actual
FW update EXE and it would fit a 5MB FDD image.
On Mon, Jun 18, 2018 at 2:03 PM, R S <rene.shuster at
2002 Dec 24
1
Re: Memdisk and hard drive images
[Redirecting to the syslinux mailing list.]
anutma at cmsd.bc.ca wrote:
> First of all THANKYOU!
> I am a tech at Coast Mountains School District, we have 6 techs and close to
> 3000 computers. We have need using Neboot, and have recently switched to grub
> using nbgrub. With Memdisk, life has been great (well easier)
> What I am trying to do is create a small windows 9x
2004 Apr 24
0
[PATCH] Support WinImage compressed floppies
The following patch allows memdisk to support compressed floppy images
created by WinImage.
WinImage creates a PKZIP-style archive with a single member, the .img
(or .ima) file containing the floppy image. WinImage names such
archives with a .imz extension.
This patch lifts the header/trailer checking code from gunzip() to a
new function, check_zip(), which both checks for a valid ZIP image and
2004 Mar 25
4
Supporting WinImage compressed images
I am using PXELINUX, ISOLINUX, and memdisk in my project
(http://unattended.sourceforge.net/). When memdisk gained support for
compressed images, I started using it because it is cool. I used gzip
to compress floppy.img to create floppy.imz, and all was good.
But now my users are complaining that they cannot use WinImage (a
Windows floppy image editing tool) to edit my floppy.imz files.
I have
2002 Nov 11
0
Memdisk: compressed floppy images
Are their any plans to allow compressed floppy images in later versions
of memdisk? Right now Im using isolinux/memdisk on a cd with quite a few
floppy images, each image has a different purpose as you can imagine.
Many of the floppy imaages are not 'full' and would benifit greatly from
compression. Is their a standard(ish) way to compress a floppy image,
maybe compress is misleading, Id
2004 Mar 18
0
(no subject)
> -----Original Message-----
> From: syslinux-bounces at zytor.com
> [mailto:syslinux-bounces at zytor.com] On Behalf Of fabrice.maraval
> Sent: Donnerstag, 18. M?rz 2004 08:38
> To: syslinux
> Subject: [syslinux] (no subject)
>
>
> Hi
> I'm having a hard time in making a hard drive image which
> will boot with memdisk. Any of my tries with disk creator
2004 Mar 18
0
(no subject)
The problem is all my images over 10Mb will fail to load with memdisk.(test pc is a P4 2.4Ghz with 512Mb ram )
With Bochs, i'm using hard disk images and they're bootable in Bochs and well detected by memdisk but won't boot. I even tried to boot on some other support after a failling memdisk boot to see if there were the files i put in the hard disk image and they were here.
If there
2018 Jun 18
0
Memdisk and big floppy images
Op 18-6-2018 om 20:19 schreef R S via Syslinux:
> In other words: I'm suggesting to use WinImage as it also allows easy
> injection of new files *and* updating of already existing files.
> May I ask which vendor is distributing a DOS FW update that is 20MB? I'd
> like to see the files. Sometimes you just need the .bin/.rom and the actual
> FW update EXE and it would fit a
2003 Jan 23
2
Windows harddisk images.
Hello all,
I've been following this project with interest, and have had great fun
implementing Isolinux within the FreeDOS cdrom distribution.
Since I'm not that an expert at Linux, I would like to know how I can
*succesfully* generate a bootable image from a partition.
Situation is like this: (640MB RAM on system)
60GB IDE harddisk,
primary partition 1 win98 500MB
extended partition
2003 Dec 01
1
Memdisk/XMS bug, big floppy image
>that image under B: or X: or whatever. This will allow us to cross the
>size limit of 2.88MB floppies. Ofcourse when I say "mount" I dont expect
>memdisk to mount it, just that set things up so that DOS mounts it there.
I'm using a 5MB image which emulates floppydisk.
label test
kernel data/memdisk
append initrd=data2/test.img c=80 h=8 s=18 floppy
problems are
2005 Oct 07
1
tftp pxe and dos
So I have a few questions. I have already made the base part of making a
windows TFTPD running with memedisk. So that part works, but what I was
wondering, if there is a way to some how add an option to the config file.
What I have is something like this:
label winstall
kernel unattended/memdisk
append initrd=unattended/winstall.imz
That all works great, However, for each image, I have
2003 Jul 04
2
Windows XP logon and Samba PDC
hi,
i've tried all the modifications i-ve found to login with Windows XP Pro
client on a Samba Server as PDC but nothing have worked. what else could i
do or did i do something wrong ?
modif. :
-in regedit : HKEYLOCALMACHINE\...\Parameters\requiresignorseal -> 0
-in regedit : HKEYLOCALMACHINE\...\Parameters\signsecurechannel -> 0
i added :
- in regedit :
2002 Jun 02
1
(fwd from t216@zkb.ch) IBM Mainframe port for rsync
How cool!
--
Martin
-------------- next part --------------
An embedded message was scrubbed...
From: Hartmut Schaefer <t216@zkb.ch>
Subject: IBM Mainframe port for rsync
Date: Fri, 17 May 2002 09:28:27 +0200
Size: 41998
Url: http://lists.samba.org/archive/rsync/attachments/20020602/1e7c0e5a/attachment.eml
2004 Aug 06
1
bug in cvs version of icecast2?
Hi!
I found out that icecast will crash when trying to stream a title or
artist with % in the name. The cause seems to be in stats.c, line 158
where the text is sent as a format string to vsnprintf. This could
possibly be used for an exploit too. The solution I came up with is
to call stats_event instead of stats_event_args from
format_vorbis_get_buffer in format_vorbis.c. I've included a