Re: [arch-general] Burning From Command Line
On 20 May 2010, at 17:26, Carlos Mennens <carloswill@gmail.com> wrote: How do I create a bootable install disk from an .ISO image I downloaded from the Arch site? I would like to know how to do this via CLI only rather than using a front end GUI like Gnome Baker, K3B, or Brasero. Does anyone know the command to burn the image to disk via CLI and what packages I must have in order to do so? Wiki? I'm sure there must be something in there.
On Thu, May 20, 2010 at 12:30 PM, Dave Morgan <davemorgan353@btinternet.com> wrote:
Wiki? I'm sure there must be something in there.
I just got back from vacation. Don't know why I didn't think about the Wiki. Duh... http://wiki.archlinux.org/index.php/CD_Burning
On 05/20/2010 10:00 PM, Dave Morgan wrote:
On 20 May 2010, at 17:26, Carlos Mennens<carloswill@gmail.com> wrote:
How do I create a bootable install disk from an .ISO image I downloaded from the Arch site? I would like to know how to do this via CLI only rather than using a front end GUI like Gnome Baker, K3B, or Brasero. Does anyone know the command to burn the image to disk via CLI and what packages I must have in order to do so?
Wiki? I'm sure there must be something in there.
Use wodim -dao <ISO-Image> -dao is for instructing wodim that is not a multisession disk otherwise it may not boot. Also refer to this - http://www.itech7.com/Linux/Writing-CDs-and-DVDs-on-the-command-line -- Nilesh Govindarajan (निलेश गोविंदराजन) Twitter: nileshgr Facebook: nilesh.gr Website: www.itech7.com
On 5/20/10, Nilesh Govindarajan <lists@itech7.com> wrote:
On 05/20/2010 10:00 PM, Dave Morgan wrote:
On 20 May 2010, at 17:26, Carlos Mennens<carloswill@gmail.com> wrote:
How do I create a bootable install disk from an .ISO image I downloaded from the Arch site? I would like to know how to do this via CLI only rather than using a front end GUI like Gnome Baker, K3B, or Brasero. Does anyone know the command to burn the image to disk via CLI and what packages I must have in order to do so?
Wiki? I'm sure there must be something in there.
Use wodim -dao <ISO-Image> -dao is for instructing wodim that is not a multisession disk otherwise it may not boot. Also refer to this - http://www.itech7.com/Linux/Writing-CDs-and-DVDs-on-the-command-line
Just for the non official package, :-) There's cdrtools from AUR with cdrecord and mkisofs... -- Javier.
participants (4)
-
Carlos Mennens
-
Dave Morgan
-
Javier Vasquez
-
Nilesh Govindarajan