Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > How to make a bootable hard disk?

Reply
Thread Tools Display Modes

How to make a bootable hard disk?

 
 
Panos
Guest
Posts: n/a

 
      06-23-2007
I tried "format c: /s" to make an external hard disk bootable,but the
command "/s" doesn't seem to exsist any more in Vista.Is there any way I can
achieve it?
 
Reply With Quote
 
 
 
 
Dr. Klienmahn
Guest
Posts: n/a

 
      06-24-2007
You can format your external hard drive by plugging it in and then going to
the fallowing place:

Start>Administrative Tools (right pane)>Computer Management

Then select in the Computer Management window:

Storage>Disc Management

Click your external hard drive and then right click the partition you want
to format and click format.


There is also an alternate method if that doesn't work. You can download
gParted, it is a Linux Live CD with a partitioning tool on it. If you burn it
to a disc and boot from it, it will allow you to resize partitions, create
partitions, delete partitions, and format partitions. It has a lot of
choices, NTFS would be the option you would want to choose if you want to put
a newer Windows system on it. FAT32 is good for raw storage of data. ex2 and
ex3 are for Linux operating systems.


"Panos" wrote:

> I tried "format c: /s" to make an external hard disk bootable,but the
> command "/s" doesn't seem to exsist any more in Vista.Is there any way I can
> achieve it?

 
Reply With Quote
 
Dustin Harper
Guest
Posts: n/a

 
      06-24-2007
I think the question was how to put the system files so it can boot to the
HD, be it a DOS prompt or whatever. I'm not sure how to do it with Vista,
but the format C: /s command in DOS... I'm interested in the answer as well.

--
Dustin Harper

http://www.vistarip.com

--
"Dr. Klienmahn" <> wrote in message
news:ADF430AB-436B-495C-90C0-...
> You can format your external hard drive by plugging it in and then going
> to
> the fallowing place:
>
> Start>Administrative Tools (right pane)>Computer Management
>
> Then select in the Computer Management window:
>
> Storage>Disc Management
>
> Click your external hard drive and then right click the partition you want
> to format and click format.
>
>
> There is also an alternate method if that doesn't work. You can download
> gParted, it is a Linux Live CD with a partitioning tool on it. If you burn
> it
> to a disc and boot from it, it will allow you to resize partitions, create
> partitions, delete partitions, and format partitions. It has a lot of
> choices, NTFS would be the option you would want to choose if you want to
> put
> a newer Windows system on it. FAT32 is good for raw storage of data. ex2
> and
> ex3 are for Linux operating systems.
>
>
> "Panos" wrote:
>
>> I tried "format c: /s" to make an external hard disk bootable,but the
>> command "/s" doesn't seem to exsist any more in Vista.Is there any way I
>> can
>> achieve it?


 
Reply With Quote
 
Dr. Klienmahn
Guest
Posts: n/a

 
      06-25-2007
There are three ways you could boot from an external hard drive (keep in mind
that the external hard drive has to have an OS installed on it):

1-- Edit the boot file which had a .ini extension, change the Vista
bootloader so that it shows your external hard drive as one of the choices.

2-- Get a third party bootloader like GRUB and boot from that first thing.

3-- If your bios supports booting from USB, set the external hard drive as
the first booting device. If it is plugged in the bios should skip over it,
if it is plugged in it will boot from it instead of your primary hard drive.

Make sense?

"Dustin Harper" wrote:

> I think the question was how to put the system files so it can boot to the
> HD, be it a DOS prompt or whatever. I'm not sure how to do it with Vista,
> but the format C: /s command in DOS... I'm interested in the answer as well.
>
> --
> Dustin Harper
>
> http://www.vistarip.com
>
> --
> "Dr. Klienmahn" <> wrote in message
> news:ADF430AB-436B-495C-90C0-...
> > You can format your external hard drive by plugging it in and then going
> > to
> > the fallowing place:
> >
> > Start>Administrative Tools (right pane)>Computer Management
> >
> > Then select in the Computer Management window:
> >
> > Storage>Disc Management
> >
> > Click your external hard drive and then right click the partition you want
> > to format and click format.
> >
> >
> > There is also an alternate method if that doesn't work. You can download
> > gParted, it is a Linux Live CD with a partitioning tool on it. If you burn
> > it
> > to a disc and boot from it, it will allow you to resize partitions, create
> > partitions, delete partitions, and format partitions. It has a lot of
> > choices, NTFS would be the option you would want to choose if you want to
> > put
> > a newer Windows system on it. FAT32 is good for raw storage of data. ex2
> > and
> > ex3 are for Linux operating systems.
> >
> >
> > "Panos" wrote:
> >
> >> I tried "format c: /s" to make an external hard disk bootable,but the
> >> command "/s" doesn't seem to exsist any more in Vista.Is there any way I
> >> can
> >> achieve it?

>

 
Reply With Quote
 
cquirke (MVP Windows shell/user)
Guest
Posts: n/a

 
      06-25-2007
Sorry if this detail's been covered, but; not all OSs will be bootable
or can operate via a USB (or Firewire?) interface.

Vista may, but as XP initializes the USB during the boot process, it
will saw its legs off. The first code base that didn't do that was
Windows Server 2003, either "gold" or SP1. This has significance for
folks trying to build bootable Bart USB sticks.

OTOH...

>> > "Panos" wrote:


>> >> I tried "format c: /s" to make an external hard disk bootable,but the
>> >> command "/s" doesn't seem to exsist any more in Vista.


....Format /S installs DOS as the booting OS, and DOS can't "see" USB
or Firewire either (though it may do if BIOS already "sees" it as a
bootable interface, dunno if that's enough for success).

The NT family of OSs (NT, 2000, XP, 2003, Vista) don't contain DOS as
an alternate maintenance OS or boot, as Win9x did - they use WinPE as
the maintenance OS (available to shlebs like us only in the Vista
age). Up until XP, the ability to format diskettes as DOS boot disks
was preserved, but has prolly gone away in Vista.

There are good reasons to "retire" DOS, chief among these being safety
issues > 137G, inability to read NTFS and USB, etc. WinPE 2.0 is not
only available to all (though not exactly on a plate, it is in fact
the mOS that a Vista DVD will boot into when "Repair, Command prompt"
is selected), it is not actively promoted as replacement for DOS for
off-HD system maintenance contexts. At last!



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

I'm on a ten-year lunch break
>------------------------- ---- --- -- - - - -

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Make a local hard disk offline, in a software manner? Cat Windows Vista General Discussion 6 04-27-2008 05:30 AM
How to make disk bootable? Jack Windows Vista Installation 4 03-06-2008 08:55 AM
how do you make a separate partition on your hard disk? Dion Windows Vista General Discussion 6 01-21-2008 06:53 PM
how to make windows xp cd recognise the hard disk preloaded with v mano Windows Vista Installation 7 01-06-2008 09:35 PM
How to make a hard disk bootable? Panos Windows Vista General Discussion 11 06-24-2007 08:04 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59