MSFN Forum: Boot Image for Win98SE - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Boot Image for Win98SE Rate Topic: -----

#1 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

  Posted 16 August 2004 - 02:12 AM

:blink: I'm trying to make a copy of my Win98SE CD, but everytime I try to copy it, says it can't :realmad: , it just WON'T let make a copy of it unless I do a CD to CD Copy, how can I bypass this annoyance and copy the CD to the HD? :blink:


#2 User is offline   cxxxkies 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 01-July 04

Posted 16 August 2004 - 03:06 AM

What is the exact error? any scratches from the cd?

#3 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 August 2004 - 03:17 AM

The standard way to do a backup copy of an OS CD is:
1. Make a CD-image from the CD in the drive (using UltraISO/WinISO/ISObuster/Nero/whatever).
2. Use an ISO-image editing tools to extract all files from the iso into a folder.
3. Save the boot-sector of the ISO the same way.
4. Now make any modifications you need to do, and work the same backwards, and burn the ISO-image to CD.

Please note that making a copy of a CD, for other than backup purposes is not permitted under most EULAs.

#4 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 16 August 2004 - 05:07 PM

CXXXKIES said:

What is the exact error? any scratches from the cd?

It has problems copying files from the CD, and the CD is in perfect shape.

Errors copying files from CD, check to make sure disk is in drive and then try again...it's as though there's something that scrambles the laser on certain files and prevents it from copying ( ;) copy protection ;) )

PRATHAPML said:

3. Save the boot-sector of the ISO the same way. 


How do I find out the boot sector?

#5 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 August 2004 - 04:50 AM

Make an ISO copy of the CD - that will do an ASPI-based (as opposed to file-based) copy, and will retain copy-protection.

Open the ISO in an ISO-editor, and extract the boot-sector.

#6 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 17 August 2004 - 07:41 PM

prathapml, on Aug 17 2004, 06:50 AM, said:

Make an ISO copy of the CD - that will do an ASPI-based (as opposed to file-based) copy, and will retain copy-protection.

I tried doing that with UltraISO, but it doesn't work.............won't copy files

#7 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 17 August 2004 - 11:03 PM

cxxxkies, on Aug 16 2004, 05:06 AM, said:

What is the exact error? any scratches from the cd?

you posted this question before silly, read above

#8 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 August 2004 - 11:14 PM

Older versions of UltraISO may not be fully compatible with making images from protected CDs. The newest version is 7.21, and I've seen no limits to it so far. Please upgrade your UltraISO to the newest version, and checkback if you are able to do it. :)

#9 User is offline   DisabledTrucker 

  • The truck or you is disabled?
  • PipPip
  • Group: Members
  • Posts: 274
  • Joined: 02-July 04

Posted 18 August 2004 - 09:06 PM

another way you "could" attempt to do it is use:
xcopy (cdrom):\*.* C:\WIN98SE\*.* /E /I /V
and see if that will work. I know when it gives me a hard time sometimes doing it in WinXP that's what I end up doing and it usually works.

*NOTE*
You have to do that from a command prompt, if you have the Powertoy "CMDHerePowerToy", you can just right click the drive your Win98 cd is in and bring up a CMD window that way. Otherwise use the run box and put in "CMD" w/o the quotes, then press enter and then type in "CD (CDROM):" to get to the cdrom drive that has your cd in it. From there follow what I said above. Also, note that you need to change "(cdrom)" to represent your actual cd roms drive letter.

***EDIT***
I should mention too that I used "C:\WIN98SE\" as an example, you can use whatever drive you want to save it to by substituting that drive letter for the one I used above.

#10 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,792
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 19 August 2004 - 03:00 AM

My two cents:
1) I have never seen, either heard of a "copy protected" Win 98 CD, and I've seen quite a few of them
2) Most probably it is a "mechanical" problem, like misalignment of laser or whatever.
3) Try this proggy (freeware):
CDCHECK
CDCheck is a utility for the prevention, detection and recovery of damaged files on CD-ROMs with an emphasis on error detection. With CDCheck you can check your CDs and discover which files are corrupted. By using the program proactively, you can insure that your data on CD-ROMs are safe -- before it's too late! CDCheck provides the following features: readability verification, binary compare, CRC file creation (and verification) and file recovery.
http://www.elpros.si/CDCheck/

It will tell you what the actual problem is, most probably will let you copy the tricky files, if not post again with results from CDCHECK and we'll see what we can do to help you further.

jaclaz

P.S.
@DisabledTrucker

Quote

another way you "could" attempt to do it is use:
 
xcopy (cdrom):\*.* C:\WIN98SE\*.* /E /I /V

and see if that will work. I know when it gives me a hard time sometimes doing it in WinXP that's what I end up doing and it usually works.


The command above will left behind (if any) all hidden files (/h missing), and will reset the Read only file attribute (/k missing), try this instead:
copy32 [cdrom]:\*.* C:\WIN98SE\*.* /i /s /e /r /v /k /f /c /h

Note:
Xcopy is just a redirection to XCOPY32
/s and /e could be condensed in just /e, but as Nick Rage put it,

We even made it easy to remember..

I SERVe Kentucky Fried Chicken Hot!


#11 User is offline   msbhi22 

  • bhisham
  • Group: Members
  • Posts: 39
  • Joined: 16-July 03

Posted 19 August 2004 - 03:07 AM

why do'nt you try alcohol 52% software . It can copy from damaged disk . dwn from
www.alcohol-soft.com
:thumbup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy