Reminder: This is with reference to my earlier E-mail Tue 6/22/2010 10:36 AM, as follows: Hello Sir, Shao Miller wrote on Sun 6/20/2010 8:37 AM>> Noticed that with cd and hd options one can create "super CD" and > "super HD" images. > > Tried for "super CD" image but NOT successful therefore contacting you> to get guidelines/instructions for "super CD" & "super HD" images.How did you notice this? This is with reference to as follows:>imdisk -help.. .. -o option cd Creates a virtual CD-ROM/DVD-ROM. This is the default if the file name specified with the -f option ends with either .iso, .nrg or .bin extensions. fd Creates a virtual floppy disk. This is the default if the size of the virtual disk is any of 160K, 180K, 320K, 360K, 640K, 720K, 820K, 1200K, 1440K, 1680K, 1722K, 2880K, 123264K or 234752K. hd Creates a virtual fixed disk partition. This is the default unless file extension or size match the criterias for defaulting to the cd or fd options. Proceeded further as follows; As a trial, for 50mb HD, 50000000/512=>97657 counts F:\Documents and Settings\Administrator>cd F:\dd-0.5 F:\dd-0.5>dd if=\\.\zero of=supHD.vfd count=97657 --progress rawwrite dd for windows version 0.5. Written by John Newbigin <jn at it.swin.edu.au> This program is covered by the GPL. See copying.txt for details 50,000,384 100% 97657+0 records in 97657+0 records out Downloaded from http://rghost.net/download/1314553/7dc85564d666d8cd02229087535b473a18983 a3b/WinVBlock_0.0.1.6.zip Extracted WinVBlock_0.0.1.6.zip Copied "winvblk.exe" to F:\dd-0.5 F:\dd-0.5>winvblk attach f:\dd-0.5\image_file.hdd h 0 0 0 I am replied as > CreateFile (2) Where I am wrong? What next please. SWD. _______________________________________________
Hello Sir, Following is the extract of my syslinux.cfg file with Syslinux-3.86 and is working fine. DEFAULT vesamenu.c32 # main entries # label localboot menu default menu label ^0. Boot MBR kernel chain.c32 append hd0 0 # this boots WinXP/Win98/Win2000 label Boot Hard Disk menu default menu label ^1. Boot WinXP/Win98/Win2000 kernel chain.c32 append hd0 1 LABEL cmdcons =>Windows Recovery Console MENU LABEL ^2.cmdcons =>Windows Recovery Console COM32 chain.c32 APPEND hd0 1 cmldr=cmldr LABEL grub4dos MENU LABEL ^3.grub4dos COM32 chain.c32 APPEND file=/grldr/grldr # label ** PROGRAMS (Exe/Com type) # LABEL nu2 MENU LABEL ^1. GHOST -->Tool to get Windows partition images kernel /DiskImages/memdisk append initrd=/DiskImages/WnimGho.img LABEL nu2 MENU LABEL ^2. INSERT\partimage -->Tool to get LinuxPartition_UsbDrv Img kernel /DiskImages/memdisk append initrd=/DiskImages/BtInsUSB.img LABEL nu2 MENU LABEL ^7. Boot to ^DOS Volkov Commander kernel /DiskImages/memdisk append initrd=/DiskImages/Vc.ima LABEL nu2 MENU LABEL ^10. Boot Knoppix3.3 kernel Knx33.bin # label ** Bootable Floppies: # LABEL nu2 MENU LABEL ^7. DosBt622 -->R&S Drives kernel /FloppyImages/memdisk append initrd=/FloppyImages/DosBt622.img # label ** ^ ISO cd images: # LABEL Plpbt MENU LABEL ^1. Plpbt KERNEL /ISOimages/memdisk INITRD /ISOimages/Plpbt.iso APPEND iso # # memdisk operates on/with ".img/.ima/.iso" files # LABEL testing ".img/.iso" files MENU LABEL ** ^TEST IMG/ISO File. kernel /test/memdisk initrd test/filename.iso append iso TEXT HELP Press [Tab] >Use (i) iso initrd=filename.iso OR (ii) initrd=filename.extn ENDTEXT ------------------------------------------------------------------------ ------------------------------------------------------------------------ ---------------------------------------------In order to update to Syslinux-4.02 tried hard but NOT successful, except the following: menu default menu label ^0. Boot MBR kernel chain.c32 append hd0 0 # this boots WinXP/Win98/Win2000 label Boot Hard Disk menu default menu label ^1. Boot WinXP/Win98/Win2000 kernel chain.c32 append hd0 1 LABEL grub4dos MENU LABEL ^3.grub4dos COM32 chain.c32 fs grldr=/grldr/grldr APPEND file=/grldr/grldr Kindly provide me the syslinux.cfg entries for the REMAINING. Thanks in advance. Prof S W Damle