Programs and Files You Need: Screen Shot: Project Directory Tree
Programs and Files You Need: Screen Shot: Project Directory Tree
Before downloading, I am going to recommend that you create the following file
directory structure so you can follow my steps:
Subdirectories under the main folder are: Boot Image, Downloads, Extracted Files,
WinImage.
And subdirectories under 'Downloads' are: Mouse (Microsoft), Win98se OEM Boot
Disk, WinImage.
C:\Bootable CD Project
|_Boot Image
|_Downloads
| |_Mouse (Microsoft)
| |_Win98se OEM Boot Disk
| |_WinImage
|_Extracted Files
|_WinImage
This is a 'Shareware' program. You get 30 actual days to try it, not
30 days from the date you first use the program.
Download: Here
2. You will need a CD/DVD burning program. The most common and popular
ones are from Nero, and Roxio. Other CD/DVD burning programs will
probably work if they have the option to create a bootable CD/DVD, but I
have no experience with those.
Project #1
Step-by-Step Instructions
(Make sure you've done the preliminary steps before starting here! Go to
Programs and Files You Need: first.)
2.
Now the fun begins--if you were to 'click' on the Win98se Boot Disk file
'win98.exe' , it runs a program that tries to create a Win98se boot floppy
disk in a floppy disk drive.
But if you select in WinImage the menu item 'File|Open' , and in the
'Open' dialog box in the 'Look in:' box, navigate to 'C:\Bootable CD
Project\DownLoads\Win98se OEM Boot Disk', you will not see the
'boot98.exe' file.
If you now go to the 'Files of type:' box in the lower section of the 'Open'
dialog box, click the down arrow and at the bottom of the list select 'All
WinImage files (*.IM?,*WLZ,*.EXE)', now the 'boot98.exe' will be
listed. Select it and click 'Open' , and now the 'hidden' image file within that
.exe file is opened and the files meant to be copied to a floppy disk are
revealed and listed in WinImage's main Window!
4. Hold down the 'Ctrl' key and single click on the following files to select
them:
autoexec.bat
command.com
config.sys
io.sys
msdos.sys
oakcdrom.sys
ebd.cab
Go to the 'Image|Extract' menu item, and in the 'Extract' dialog box use
'Browse...' to select 'C:\Bootable CD Project\Extracted Files'. Click 'OK' and
now those files are located on the hard drive in the subdirectory 'Extracted
Files'.
Now, select the 'Edit|Select All' menu item to highlite all the text, and then
select 'Edit|Delete' to clear all the text. Now copy the following text, and
then paste it to the 'config.sys' file in Notepad:
device=oakcdrom.sys /d:nightowl
lastdrive=z
And, finally select the 'File|Save as...' and save it back to the same
directory and with the same name as you started from, i.e. in 'Extracted
Files' as 'config.sys'.
6. Still using 'Notepad', select 'File|Open', you should still be in the 'Extracted
Files' subdirectory, and now select 'autoexec.bat' , and 'Open' . Now,
select the 'Edit|Select All' menu item to highlite all the text, and then
select 'Edit|Delete' to clear all the text. Now copy the following text, and
then paste it to the 'autoexec.bat' file in Notepad:
path=a:\;x:\
mouse.com
mscdex.exe /d:nightowl /l:x /m:16 /v
ghost.exe
And, finally select the 'File|Save as...' and save it back to the same
directory and with the same name as you started from, i.e. in 'Extracted
Files' as 'autoexec.bat'.
'C:\Windows\Profiles\All Users\Application
Data\Symantec\Ghost\Template\common'.)
The 'command line switch' '/l:x' tells 'mscdex.exe' to use as the first
possible drive letter, the letter X:--so the first optical drive letter can
be no less than X:. If you have a second optical drive, it will be
assigned the drive letter Y:.
If you wish the first letter to be assigned to the optical drive to be M:,
then change the 'x' to 'm' so it looks like this '/l:m'. But, in DOS,
that letter has to be after all the hard drive partitions have been
assigned, or else it will default to the next available letter after the
hard drive partitions. You would also have to change the path
statement above so the 'x' is 'm', like so: 'path=a:\;m:\'.
2.
autoexec.bat
command.com
config.sys
io.sys
msdos.sys
oakcdrom.sys
mscdex.exe
mouse.com
ghost.exe
ebd.cab
Now, select 'File|Save as...', in the 'Save as' dialog box, select 'Save in'
and navigate to 'C:\Bootable CD Project\Boot Image'. In the 'File name:'
box type 'bootcdp1'(that's for Bootable CD Project 1), and in the 'Save as
type:' box, select 'Image file (*.IMA)' .
9. Now it's time to head to your CD/DVD burning program. I would suggest
using a Re-writable CD at first so you can erase and start over if
something doesn't work out right the first time.
I will be using Roxio's Creator Classic v7.1.1.183 for the steps below:
On the 'Exclude file types' tab, I made sure 'Exclude all hidden
files' and 'Exclude all system files' were not checked.
Click on 'OK' .
2. Time to test the bootable CD. Close out any other programs and save any
information that needs saving. Leave the newly burned CD in the drive.
Re-boot. You may have to enter the BIOS to make changes to the 'boot
order sequence' or whatever your system requires to boot from the
optical drive.
When testing a DOS boot disk, when you reach the point were it says
'Starting Win98...', I like to press 'F8', and then select 'Step-by-Step
Confirmation' . This makes the DOS boot process go through both the
'config.sys' file and the 'autoexec.bat' file line-by-line, and you get to see
the results of the line being executed.
If there is an error message, you can see it and record the information for
trouble shooting. After each command, the system waits for you to press 'Y'
for yes before proceding to execute the next line.
Roxio's 'Easy CD Creator 5' appears to only allow for 'bootable CD's' and not
DVD's. It will allow for a 'data' DVD--just not bootable.