Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] USB install fromiso provides E message  (Read 2478 times)

mylo

  • Guest
[EN] USB install fromiso provides E message
« on: 2013/12/24, 07:45:40 »
Hi all,

as far as I understand the command calls the iso option:

Code: [Select]
fll-iso2usb -D /dev/sda -f none --iso /home/siduction/siduction.iso -p -- lang=de tz=Europe/Berlin
Grubversion: 2 - Grub2: true
E: host/toram mode requires -I|--iso option

Hiowever the command execution provides me an error. What did I do wrong? The stick gas 16 GB.

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: USB install fromiso provides E message
« Reply #1 on: 2013/12/24, 08:57:17 »
maybe fll-iso2usb have a bug - we accept patches
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

mylo

  • Guest
SOLVED: USB install fromiso provides E message
« Reply #2 on: 2013/12/25, 18:27:11 »
Hi all,
I had two faults in the command, which I marked red bold (sorry does not work, I mean the lost "--" before "lang=de:" in
Code: [Select]
fll-iso2usb -D /dev/sda -f none --iso /home/siduction/siduction.iso -p -- lang=de tz=Europe/Berlin1) wrong path to iso (my fault) and
2) a mistake in the manual:

Can someone correct the command line in the manual? There are 2 "--" too much (see below).
Code: [Select]
Es geht auch in einem Terminal: [pre] fll-iso2usb -D /dev/sdb -f none --iso /home/siduction/siduction.iso -p -- lang=no tz=Pacific/Auckland [/pre] Dieser Befehl installiert das ISO auf das USB-Speichergerät sdb mit persist, mit norwegischer Sprache und Lokalisation sowie der Zeitzone Pacific/Auckland (NZL) in der Grub-Befehlszeile.
Die Konfiguration von X (Grafikkarte, Tastatur, Maus) bzw. die Netzwerkkarten wurden nicht gespeicher
Thanks!
« Last Edit: 2013/12/25, 18:32:28 by mylo »