PC Review


Reply
Thread Tools Rate Thread

How can I create a Bootable CD so I can boot from CDROM?

 
 
cfman
Guest
Posts: n/a
 
      31st Mar 2007
Hi all,

In doing homework researching on how should I upgrade my system, I found
it's clear that I need a bootable CD which facilitates later operations.

What shall I do to create such a bootable CD?

Thanks a lot


 
Reply With Quote
 
 
 
 
Terry
Guest
Posts: n/a
 
      31st Mar 2007
On 3/30/2007 10:32 PM On a whim, cfman pounded out on the keyboard

> Hi all,
>
> In doing homework researching on how should I upgrade my system, I found
> it's clear that I need a bootable CD which facilitates later operations.
>
> What shall I do to create such a bootable CD?
>
> Thanks a lot
>
>


Check out this site:
http://www.nu2.nu/bootcd/

--
Terry

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
 
Reply With Quote
 
Not Me
Guest
Posts: n/a
 
      31st Mar 2007
Nero (full version) and other burning software usually have the option to
make a bootable CD.
You can also go to http://www.bootdisk.com

"cfman" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi all,
>
> In doing homework researching on how should I upgrade my system, I found
> it's clear that I need a bootable CD which facilitates later operations.
>
> What shall I do to create such a bootable CD?
>
> Thanks a lot
>



 
Reply With Quote
 
=?Utf-8?B?bmFzcw==?=
Guest
Posts: n/a
 
      31st Mar 2007


"cfman" wrote:

> Hi all,
>
> In doing homework researching on how should I upgrade my system, I found
> it's clear that I need a bootable CD which facilitates later operations.
>
> What shall I do to create such a bootable CD?
>
> Thanks a lot


Yes, there is a Bootable CD and you can make it after successful install for
your operating system, you can use it in emergency situation to repair or
boot to your windows and repair or rescue your files.
How to use System files to create a boot disk to guard against being unable
to start Windows XP
http://support.microsoft.com/kb/314079
How to obtain Windows XP Setup boot disks
http://support.microsoft.com/kb/310994
Good luck.
Regards,
nass
===
www.nasstec.co.uk
 
Reply With Quote
 
peter
Guest
Posts: n/a
 
      31st Mar 2007
Not all OS require a bootable CD to install.XP and Vista CD's are bootable
and as such require no other boot medium other than a change in the BIOS
boot order.XP even lets you run repair options from the CD while Vista has
more limited repair options.
Barts boot lets you add various diagnostic programs that allows you to
recover from more errors than XP,s repair options.
peter
"cfman" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi all,
>
> In doing homework researching on how should I upgrade my system, I found
> it's clear that I need a bootable CD which facilitates later operations.
>
> What shall I do to create such a bootable CD?
>
> Thanks a lot
>



 
Reply With Quote
 
cquirke (MVP Windows shell/user)
Guest
Posts: n/a
 
      31st Mar 2007
On Sat, 31 Mar 2007 01:54:01 -0700, nass
>"cfman" wrote:


>> In doing homework researching on how should I upgrade my system, I found
>> it's clear that I need a bootable CD which facilitates later operations.


>> What shall I do to create such a bootable CD?


>Yes, there is a Bootable CD and you can make it after successful install for
>your operating system, you can use it in emergency situation to repair or
>boot to your windows and repair or rescue your files.


Your XP CD is that bootable CD. From this, you can:
- skip MBR and PBR to re-enter HD from C:\NTLDR
- launch the Recovery Console
- do a repair install

>How to use System files to create a boot disk to guard against being unable
>to start Windows XP
>http://support.microsoft.com/kb/314079
>http://support.microsoft.com/kb/310994


That compliments the above (it's a diskette, not a CD, BTW) in that it
can bypass NTLDR and BOOT.INI as well as the items in the boot chain
that the OS CD boot can step over. Not much of an improvement.

Recovery Console has some useful tricks to repair bootability, where
this is due to loss of MBR or PBR, but that's about all it can do. In
particular, it is NOT an operating system; it cannot run arbitrary
programs that aren't built into it (e.g. as ChkDsk is)

None of these measures will help you if there are things wrong in the
99% of Windows code that lies beyond NTLDR.

Further, Windows itself is an unsafe OS if hardware is bad, because it
always writes to the hard drive; when these writes are corrupted or
written to the wrong place, the installation and data can get trashed.

Better is to have a true bootable maintenance OS (mOS), and there are
four choices, broadly speaking:
- DOS mode with LFN and NTFS support
- Linux, e.g. Knoppix, Ubuntu, PCLinuxOS, other "live" CDs
- Microsoft WinPE
- Bart PE

The first is useful if you are not on NTFS, less so if you are. Same
goes for the second, because Linux can't safely write to NTFS.

WinPE is better, in that it is a truely compatible mOS with full NTFS
support that may run various Windows programs.

Bart PE is the best option for XP, as it supports a wider range of
Windows programs via plugins, and can also use the RunScanner plugin
to run these with respect to the HD installation's registry.

If you do a lot of this stuff, you might find yourself using all of
the above at some point - though so far, I haven't required Linux, and
do about 90% of what I do via Bart.

The other 10% is WinPE for ImageX (a system-building utility), and DOS
mode diskette boot for raw sector editing via DiskEdit and NTFS access
via ReadNTFS (where particular NTFS glitches cause all NTFS.SYS-based
tools to BSoD, thus killing Bart, WinPE and Linux).

Other useful non-OS bootable tools are MemTest86 and BING. If you
have a PCLinuxOS CDR, that has MemTest86 as a boot option, so that's
one less disk to drag around ;-)

See:

http://cquirke.mvps.org/whatmos.htm

Google( Bart PE )

Google( RunScanner )



>-------------------- ----- ---- --- -- - - - -

Tip Of The Day:
To disable the 'Tip of the Day' feature...
>-------------------- ----- ---- --- -- - - - -

 
Reply With Quote
 
Enkidu
Guest
Posts: n/a
 
      1st Apr 2007
While that is true, I suspect that he wants to copy or clone his system
to another disk, rather than reinstall. A bootable CD would be one way
to achieve that.

Cheers,

Cliff

peter wrote:
>
> Not all OS require a bootable CD to install.XP and Vista CD's are bootable
> and as such require no other boot medium other than a change in the BIOS
> boot order.XP even lets you run repair options from the CD while Vista has
> more limited repair options.
> Barts boot lets you add various diagnostic programs that allows you to
> recover from more errors than XP,s repair options.
> peter
> "cfman" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi all,
>>
>> In doing homework researching on how should I upgrade my system, I found
>> it's clear that I need a bootable CD which facilitates later operations.
>>
>> What shall I do to create such a bootable CD?
>>
>> Thanks a lot
>>

>
>



--

Have you ever noticed that if something is advertised as 'amusing' or
'hilarious', it usually isn't?
 
Reply With Quote
 
Rock
Guest
Posts: n/a
 
      1st Apr 2007
"cfman" <(E-Mail Removed)> wrote
> Hi all,
>
> In doing homework researching on how should I upgrade my system, I found
> it's clear that I need a bootable CD which facilitates later operations.
>
> What shall I do to create such a bootable CD?


What exactly do you want to accomplish? The XP CD is bootable. Also no
need to post to so many newsgroups. For this type of issue just post to
windowsxp.general.

--
Rock [MS-MVP User/Shell]

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I create a Bootable CD so I can boot from CDROM? cfman Windows XP General 7 1st Apr 2007 02:07 AM
How can I create a Bootable CD so I can boot from CDROM? cfman Windows XP Help 7 1st Apr 2007 02:07 AM
How can I create a Bootable CD so I can boot from CDROM? cfman Windows XP Performance 7 1st Apr 2007 02:07 AM
won't boot up, can you create bootable CD? =?Utf-8?B?bHBv?= Windows XP Help 4 12th Feb 2004 04:12 AM
How do I create a boot disk with CDrom support? Kevin J. Nielsen Windows XP New Users 2 11th Feb 2004 07:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:40 PM.