In the menu of
clonezilla-live-20130114-raring-i386 and
clonezilla-live-20130122-raring-i386
'quiet' is blocking all buttons of the keyboard, however a reboot is possible with Ctrl+Alt+Del.
(MSI Neton AP1900 Intel Atom N270 (hyperthreading enable/disable) cheese keyboard,
Asus Netbook 1015 PN )
Display with 'quiet':
After 50 sec it comes a blank screen for 25 sec,
then a dislplay with background 'UUUUUUUUUUU..' 800x600 in white all the time,
now overwritten with:
modprobe: module.. crc32c ..not found in modules.dep (for both pc)
.. dm-mod ..
.. unknown.. (for MSI:live-config: hostname user-setupntfs-3g: Unknown option '-f')
ieee80211 phy0: brcmacms: fail to load firmware brcm/b..
(for MSI: ntfs-3g 2012.1.15AR.5 external FUSE 29 - Third Generation NTF.. )
:
rpcbind: Cannot open '/run/rpcbind/rpcbind.xdr'
* loading cpufreq kernel modules...
* Starting system log daemon...
:
All what I have to do, it was to delete all 'quiet' in the append of the menu.
Then it was very fine.
Not sure if it's kernel-related issue. Could you give Clonezilla live 20130207-raring a try?
The kernel has been updated.
Steven.
I have tryed it with 'clonezilla-live-20130207-raring-i386'.
It's the same error.
Now I have changed
'video=uvesafb:mode_option=800x600-16' with 'vga=788'.
Unalteredly. There is now a black background with this white text:
modprobe: module unknown not found in modules.dep
modprobe: module unknown not found in modules.dep
modprobe: module unknown not found in modules.dep
modprobe: module swap not found in modules.dep
modprobe: module swap not found in modules.dep
modprobe: module unknown not found in modules.dep
No default user for accessibility options.
/scripts/live-bottom/31upstart-tty: line21: log_begin_msg: not found
live-config: hostname user-setupntfs-3g: Unknown option '-f'
ntfs-3g 2012.1.15AR.5 extrenal FUse 29 - Third Generation NTFS driver
Configuration type 7, XATTRS are on, POSIX ACLS are on
Copyright (C) 2005-2007 Yura Pakhuchiy
:
With syslinux-5.01.zip (28.Jan.2013) there is the same error. A little other.
I am always using the terminal (for a SD card NTFS 8GB, memory stick FAT32 8GB)
cd /media/CLZ-RAR-0207/utils/linux
sudo bash makeboot.sh /dev/sdb1
With 'quiet' the keyboard buttons are activ really.
But it is not possible to see anything. It seemed to be frozen.
After 75 sec I can see all that what I have described it already (UUUUU..).
I have no a problem without 'quiet'. With that it's very fine !
Best regards
Sig
Now I had a look for 'modprobe: module unknown not found in modules.dep'
in the source of clonezilla.
In the older version with the same errors:
'clonezilla-live-src-20130114-raring-i386.ubuntu.tar.gz/source/debian/
c/clonezilla/clonezilla_3.2.13.orig.tar.bz2/clonezilla-3.2.13/scripts/sbin/
ocs-functions',
with gedit script writing '.sh' I could see there are any mistakes.
It should be write sometimes:
"... grep -E `..` not with ".." ..."
(visibly in a light violet color)
"... sed `..` not sed ".." ..."
"... awk -F" " '{print $2}' " (With that I have no an idea)
It's common not all compiler can read it always correctly with too much """".
Then it's better to write
..=$(LC_ALL=C ..) instead ..="$(LC_ALL=C ..)"
..=$.. instead ..="$...."
I think.
I have tested this one with makeboot.sh too.
For ocs-functions, we have forced to use bash. You can find "#!/bin/bash" in the first line. Therefore there is no script issue about the problem you mentioned.
As for syslinux 5.x, it should work in Clonezilla live 20130212-raring and 2.1.0-19. Did you try one of them?
Steven.
Steven.