bootable usb

Mark Hammerton mhammerton at gmail.com
Thu May 18 19:32:52 UTC 2006


thanx Rick i might have to make the iso over again but this sounds like it
will work


On 5/18/06, Rick Stevens <rstevens at vitalstream.com> wrote:
>
> On Thu, 2006-05-18 at 14:35 -0400, Mark Hammerton wrote:
> > I have created a custom iso RHEL 4 that i will be using to install on
> > a number of servers, however none of tem have cd rom drives, I would
> > like to put it the iso on a 2gb and install from there.  2gb is more
> > than enough for me. Also i have created the kickstart file for this.
> >
> > I want to ask for help in putting the iso on to the 2gb stick and
> > ensuring that stick is bootable.
> >
> > I know the servers that i plan on installing on can boot from usb
>
> Are you certain the ISO image is bootable?  Remember, you need to
> specify a bootable, "El Torito" image as part of the mkisofs command
> (see the "-b" "-hard-disk-boot" and "-no-emul-boot" options for
> mkisofs).
>
> If the image IS bootable, then verify what device your system uses
> for the USB stick.  Plug it in and check the output of dmesg to see
> what device is used.  If your system is IDE based, the stick will
> probably show up as /dev/sda.  Now, you need to copy the ISO image to
> the stick using "dd".  Note that you must write the image to the RAW
> stick device--not a partition on it ("/dev/sda" NOT "/dev/sda1").
>
> The "dd" command will look like:
>
>         # dd if=name-of-ISO-image of=/dev/sda bs=512
>
> When that completes, you should write-protect the stick if you can (some
> have a write-protect tab on them) before using it.  Then try to boot
> from it and see if it works.
>
> > my LAN is your LAN
>
> Now that just INVITES hack attempts!  :-)
>
> ----------------------------------------------------------------------
> - Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
> - VitalStream, Inc.                       http://www.vitalstream.com -
> -                                                                    -
> -     If Bill Gates got a dime for every time Windows crashes...     -
> -              ...oh, wait.  He does.  THAT explains it!             -
> ----------------------------------------------------------------------
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request at redhat.com
> Subject: unsubscribe
>



-- 
my LAN is your LAN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-install-list/attachments/20060518/dfdc6bb3/attachment.htm>


More information about the Redhat-install-list mailing list