bug-xorriso
[Top][All Lists]
Advanced

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

Re: [Bug-xorriso] What list to use?


From: Thomas Schmitt
Subject: Re: [Bug-xorriso] What list to use?
Date: Wed, 08 Feb 2012 22:05:17 +0100

Hi,

> /usr/bin/grub2-mkrescue: line 310: xorriso: command not found
> ...
> Report bugs to <address@hidden>.
> Mail xorriso support requests to <address@hidden>.

In this case, program xorriso is probably not installed.

An appropriate question to address@hidden would be, how to install it
from released source code:

- Get http://ftpmirror.gnu.org/xorriso/xorriso-1.2.0.tar.gz

- Unpack in a directory of your choice:
    tar xzf xorriso-1.2.0.tar.gz

- Enter unpacked directory and build xorriso:
    cd xorriso-1.2.0
    ./configure && make
    xorriso/xorriso -version

- Use it with grub-mkrescue directly where xorriso was built:
    xorriso=$(pwd)/xorriso/xorriso
    ...
    grub-mkrescue ... --xorriso="$xorriso" ...

- Or install it (as superuser) so that option --xorriso= is not needed
  to let grub-mkrescue find it:
    make install


Alternatively you may install the xorriso package of your distro.
If there is no "xorriso" then look for "libisoburn".


Have a nice day :)

Thomas




reply via email to

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