ArmondSooksians Posted February 21, 2007 Posted February 21, 2007 Hi,Thank you for making this grate project!Can we create UDF-base file system iso images by using VLite, like the original Vista iso image? or, Is there a convenience tool to do that?I'm knowing that the CDImage.exe program can do that but I don't know the needed command line options.With best regards,Armond.
vim Posted February 22, 2007 Posted February 22, 2007 Hi,Thank you for making this grate project!Can we create UDF-base file system iso images by using VLite, like the original Vista iso image? or, Is there a convenience tool to do that?I'm knowing that the CDImage.exe program can do that but I don't know the needed command line options.With best regards,Armond.cdimage -lVISTA -bc:.\image1.bin -h -n -m -o .\vlite c:\vlite.iso
Arneh Posted February 22, 2007 Posted February 22, 2007 (edited) cdimage -lVISTA -bc:.\image1.bin -h -n -m -o .\vlite c:\vlite.isoThat command won't make it a UDF image. It'll just make it a normal ISO with optimization. If you want UDF, add the -u2 flag to it like so:cdimage -lVISTA -bc:.\image1.bin -u2 -h -m -o .\vlite c:\vlite.isoThis will make a UDF image that's in the same format as the original Vista DVD and its also worth noting that -n is not a feature that's used with UDF (-u2) images. Edited February 22, 2007 by Arneh
neo Posted February 22, 2007 Posted February 22, 2007 Yes ... -u2 make UDF file system that can be read by supported OSCDIMAGE v2.52try this new one cdimage v2.52cdimage -m -u2 -bD:\Vista\boot\etfsboot.com D:\Vista\ D:\Vistax86.isoworking dude...==>>
vim Posted February 22, 2007 Posted February 22, 2007 Also look here:http://www.msfn.org/board/index.php?showto...mp;#entry609952
ArmondSooksians Posted February 23, 2007 Author Posted February 23, 2007 Thank you for your replys.I could successfully make my vista Iso image.I hope that VLite support that little feature...
ArmondSooksians Posted March 12, 2007 Author Posted March 12, 2007 Sorry for this post.I have created my bootable UDF ISO Vista image. When I burn it by Nero the DVD is unbootable...When checking the image with IsoBuster, It said that the image is bootable.Any suggestion?Thanks.
phlegm Posted March 13, 2007 Posted March 13, 2007 (edited) HiUse Nero to make vLite bootable UDF's, but first you need to copy the boot image from the vista CD using isobuster.Insert the original vista cd and (make a note of the title/name of the cd) e.g. WXPVLK_OEM or similar.Then open with isobuster. When you have it opened, look to the left and select the (bootable cd) tab, usually the blue tab.After selected you will see 2 files in the window on the right, (miscrosoft.img and bootcatalog) Select those 2 files and extract them to a folder on your desktop.Those are the 2 files you need to tell nero to burn to the disc also to make it bootable. I keep my vLite and nLite preinstalls in folders on my desktop when i am working with them and i keep also an XP and Vista boot_img folder next to them on the desktop but not in with my preinstalls, so keep the folders seperate. (2 folders one for your vista/vLite files and one for the boot image files.NERO:Start up nero in standard mode not the smart start and select (DVDROM / boot)After selected the first tab to open up is the 'boot' tab. (source of boot image data)Select 'image file' and browse to the folder on your desktop where you copied the microsoft.img from the vista cd.Next in the dropdown select (all files) not .ima file or you will not see the microsoft image. default is set to ima.After you have the microsoft.img file chosen, next in the bottom half of the window check the 'advanced' box.Set 'kind of emulation' to (none)Set 'number of loaded sectors' to (4) default is 1. the other settings on this tab are ok.Next go to the 'label' tab and choose to name manually, and reneme to the same name as the Vista cd like above.Next on the 'misc' tab select (cache files under 64k)Click on 'burn' and your ready to go.. just browse to the folder where you put your tailored vista files and burn them.Good luck... and look ma' no command lines Edited March 13, 2007 by phlegm
ArmondSooksians Posted March 17, 2007 Author Posted March 17, 2007 Nero Burning ROMThe file "install.wim" is larger than 2 GB and therefore cannot be stored in an ISO file system. Please use the UDF file system to write such large files. This can be done by selecting another compilation type.Check, and then, post!
newtech Posted March 18, 2007 Posted March 18, 2007 where do you place cdimage.exe at? what folder do you extract it to??
ArmondSooksians Posted March 20, 2007 Author Posted March 20, 2007 Hi newtech and all,,Sorry but I responded to phlegm's post. It is not important that where folders should be located.
jamieo Posted March 22, 2007 Posted March 22, 2007 try this new one cdimage v2.52That version is fake (hex edited v2.47) - other than that it's fine...I don't think the real v2.52 is in the wild at all.I should also mention, MS now offers OSCDIMG 2.45 (in waik etc.) which does just as good a job and has less options to worry about.Jamie
neo Posted March 23, 2007 Posted March 23, 2007 try this new one cdimage v2.52That version is fake (hex edited v2.47) - other than that it's fine...I don't think the real v2.52 is in the wild at all.I should also mention, MS now offers OSCDIMG 2.45 (in waik etc.) which does just as good a job and has less options to worry about.Jamie After creating the CD or DVD check with Nero Info Tool , It displays CDIMAGE 2.52
jamieo Posted March 28, 2007 Posted March 28, 2007 (edited) After creating the CD or DVD check with Nero Info Tool , It displays CDIMAGE 2.52 After downloading them both check with a hex comparison, the only differences are the version strings.The attached png shows the only differences that exist between the two versions. Top window is the version string that gets printed in the console, bottom window shows the string that gets inserted into the created image and has been modified to match recent images from MS.JamieEdit: attachment too big, wish it'd pop a msgbox or something! Edited March 28, 2007 by jamieo
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now