Jump to content

Recommended Posts

Posted

I tried to create a UDF image from a image I have from Acronis true image because it is too large for a dvd,

here is what I did

CODE

CLS

@echo off

TITLE Creating ISO Image of Miscrosoft Windows Vista

ECHO.

ECHO You image is now being created. Make sure oscdimg.exe is present.

ECHO.

ECHO Creating your ISO...

oscdimg -n –m -u -u1 -u2 -bc:\boot.img e:\Mybackup\ c:\myvista

ECHO

PAUSE

EXIT

It did nothing when I launched it,

I placed the oscdimg.exe in the C:\Windows\System32

My back up is in Drive E and I placed a folder with the name myvista in the C drive to store what image was created,

Where did I go wrong ? :unsure:


Posted

I dont understand why you are using oscdimg, that is for Win PE? BTW it sounds like its not finding the boot.img file; put it in the same folder.

If the image is greater than 4.5GB then I believe you can tell Acronis to span the image file across several cds or dvds.

If you are having trouble burning a large file to dvd its because the filesystem is iso and you must use the udf filesystem to burn large files to dvd.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...