[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Flash Drive
- From: Jason L Tibbitts III <tibbs math uh edu>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: Flash Drive
- Date: Wed, 12 Oct 2005 22:11:37 -0500
>>>>> "GP" == Gary P <list akwebhosting net> writes:
GP> Ok, did what you said (dd if=/dev/sda of=bootdisk.img bs=1M
GP> count=510) and on reboot i am getting boot failed
That's backwards; you copied 510MB from the flash drive to the file
bootdisk.img.
Assuming your drive really is /dev/sda, it should be nothing more
than:
dd if=diskboot.img of=/dev/sda
where diskboot.img is the file in the "images" directory of your
Fedora/Red Hat/Centos/whatever media.
- J<
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]