bug-xorriso
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-xorriso] Grub mkrescue error


From: Thomas Schmitt
Subject: Re: [Bug-xorriso] Grub mkrescue error
Date: Fri, 25 Nov 2011 13:40:25 +0100

Hi,

> on a linux fedora running on an ia32 architecture [...]
> /usr/local/bin/grub-mkrescue: line 310: xorriso: command not found

Probably xorriso is not installed. Can you execute this from shell:
  xorriso -version
and see among other lines
  xorriso version   :  0.5.6
(or a higher version number) ?

If not, then install packages "xorriso" and/or "libisoburn" of
your operating system. About Fedora i find in the web:
  yum install xorriso

You may also install GNU xorriso from source:
  http://ftpmirror.gnu.org/xorriso/xorriso-1.1.8.tar.gz
Needed is program "make", a C compiler and a binary linker.
  tar xzf xorriso-1.1.8.tar.gz
  cd xorriso-1.1.8
  ./configure && make
  ./xorriso/xorriso -version

If all went well, do as privileged user:
  make install

or let grub-mkrescue use xorriso where it was built, by option
  --xorriso=...absolute.path.../xorriso/xorriso


xorriso's job is to produce the ISO 9660 image with El-Torito record
for booting from CD, and with MBR for booting from hard-disk-like
devices.


Have a nice day :)

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]