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

install Live from usb stick on a thin client with 1 GB flash device



hi

I'd like to install Live Wheezy  1:1 on a thin cleint Wyse Cx0 with 1 GB flash device. 
I've created Live Wheezy hdd with debian installer, running from the usb stick.
If I boot a thin client with this usb stick everything works well.
Now if I try to install from this usb stick using graphical installer from the boot menu, then after partitioning the installation process breaks with this message:

>>>An installation failed. You can try to run the failing item again from the menu or skip and choose something else.<<<

To skip and choose other option doesn't help, still the same message.
What's wrong and howto solve this problem?

BTW is it any other way to copy LIVE 1:1 from the USB stick to the flash device of this thin client and get it running from this device?

My config/binary:

# config/binary - options for live-build(7), binary stage

# $LB_BINARY_FILESYSTEM: set image filesystem
# (Default: fat32)
LB_BINARY_FILESYSTEM="fat32"

# $LB_BINARY_IMAGES: set image type
# (Default: hdd)
LB_BINARY_IMAGES="hdd"

# $LB_APT_INDICES: set apt/aptitude generic indices
# (Default: true)
LB_APT_INDICES="true"

# $LB_BOOTAPPEND_LIVE: set boot parameters
# (Default: empty)
LB_BOOTAPPEND_LIVE="boot=live config persistence quickreboot noeject username=user hostname=thin locales=en_US.UTF-8 keyboard-layouts=ch utc=no timezone=Europe/Amsterdam"

# $LB_BOOTAPPEND_INSTALL: set boot parameters
# (Default: empty)
LB_BOOTAPPEND_INSTALL="cdrom-detect/try-usb=true"

# $LB_BOOTAPPEND_LIVE_FAILSAFE: set boot parameters
# (Default: empty)
LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal"

# $LB_BOOTLOADER: set bootloader
# (Default: syslinux)
LB_BOOTLOADER="syslinux"

# $LB_CHECKSUMS: set checksums
# (Default: md5)
LB_CHECKSUMS="md5"

# $LB_COMPRESSION: set compression
# (Default: gzip)
LB_COMPRESSION="gzip"

# $LB_ZSYNC: set zsync
# (Default: true)
LB_ZSYNC="true"

# ${LB_BUILD_WITH_CHROOT: control if we build binary images chrooted
# (Default: true)
# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
LB_BUILD_WITH_CHROOT="true"

# $LB_DEBIAN_INSTALLER: set debian-installer
# (Default: live)
LB_DEBIAN_INSTALLER="live"

# $LB_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
# (Default: empty)
LB_DEBIAN_INSTALLER_DISTRIBUTION="wheezy"

# $LB_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
# (Default: )
LB_DEBIAN_INSTALLER_PRESEEDFILE=""

# $LB_DEBIAN_INSTALLER_GUI: toggle use of GUI debian-installer
# (Default: true)
LB_DEBIAN_INSTALLER_GUI="true"

# $LB_GRUB_SPLASH: set custom grub splash
# (Default: empty)
LB_GRUB_SPLASH=""

# $LB_HDD_LABEL: set hdd label
# (Default: DEBIAN_LIVE)
LB_HDD_LABEL="DEBIAN_LIVE"

# $LB_HDD_SIZE: set hdd filesystem size
# (Default: 10000)
LB_HDD_SIZE="10000"

# $LB_ISO_APPLICATION: set iso author
# (Default: Krzysztof Krol)
LB_ISO_APPLICATION="Wheezy Live"

# $LB_ISO_PREPARER: set iso preparer
# (Default: live-build 3.0.5-1; http://packages.qa.debian.org/live-build)
LB_ISO_PREPARER="live-build 3.0.5-1; http://packages.qa.debian.org/live-build";

# $LB_ISO_PUBLISHER: set iso publisher
# (Default: Debian Live project; http://live.debian.net/; debian-live@lists.debian.org)
LB_ISO_PUBLISHER="Debian Live project; http://live.debian.net/; debian-live@lists.debian.org"

# $LB_ISO_VOLUME: set iso volume (max 32 chars)
# (Default: Debian wheezy 20130524-19:24)
LB_ISO_VOLUME="Debian wheezy 20130524-19:24"

# $LB_JFFS2_ERASEBLOCK: set jffs2 eraseblock size
# (Default: unset)
LB_JFFS2_ERASEBLOCK=""

# $LB_MEMTEST: set memtest
# (Default: memtest86+)
LB_MEMTEST="memtest86+"

# $LB_LOADLIN: set loadlin
# (Default: false)
LB_LOADLIN="false"

# $LB_WIN32_LOADER: set win32-loader
# (Default: false)
LB_WIN32_LOADER="false"

# $LB_NET_ROOT_FILESYSTEM: set netboot filesystem
# (Default: nfs)
LB_NET_ROOT_FILESYSTEM="nfs"

# $LB_NET_ROOT_MOUNTOPTIONS: set nfsopts
# (Default: empty)
LB_NET_ROOT_MOUNTOPTIONS=""

# $LB_NET_ROOT_PATH: set netboot server directory
# (Default: /srv/debian-live)
LB_NET_ROOT_PATH="/srv/debian-live"

# $LB_NET_ROOT_SERVER: set netboot server address
# (Default: 192.168.0.99)
LB_NET_ROOT_SERVER="192.168.0.99"

# $LB_NET_COW_FILESYSTEM: set net client cow filesystem
# (Default: nfs)
LB_NET_COW_FILESYSTEM="nfs"

# $LB_NET_COW_MOUNTOPTIONS: set cow mount options
# (Default: empty)
LB_NET_COW_MOUNTOPTIONS=""

# $LB_NET_COW_PATH: set cow directory
# (Default: )
LB_NET_COW_PATH=""

# $LB_NET_COW_SERVER: set cow server
# (Default: )
LB_NET_COW_SERVER=""

# $LB_NET_TARBALL: set net tarball
# (Default: true)
LB_NET_TARBALL="true"

# $LB_FIRMWARE_BINARY: include firmware packages in debian-installer
# (Default: true)
LB_FIRMWARE_BINARY="true"

# $LB_FIRMWARE_CHROOT: include firmware packages in debian-installer
# (Default: true)
LB_FIRMWARE_CHROOT="true"

# $LB_SWAP_FILE_PATH: set swap file path
# (Default: )
LB_SWAP_FILE_PATH=""

# $LB_SWAP_FILE_SIZE: set swap file size
# (Default: 512)
LB_SWAP_FILE_SIZE="512"


greetings
Piotr




Reply to: