Instalei o Ubuntu 8.04 + EMC2 [ ubuntu-8.04-desktop-emc2-aj07-i386.iso ] no pendrive e após inicialização aparentemente normal com splash screen e barra de progressão a coisa para em um prompt (initramfs) do BusyBox.
Reinicializando sem splash screen a última msg é:
EXT3-fs: Unrecognized mount option "mode-755" or missing valuePesquisando topei com isto:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/219192Vou tentar e depois reporto o resultado.
Parece que este é o pulo do gato:
Editar o arquivo scripts/casper:
406: mount ${cowdevice} -t ${cow_fstype} -o rw,noatime,mode=755 /cow || panic "Can not mount $cowdevice on /cow"
para
406: mount ${cowdevice} -t ${cow_fstype} -o rw,noatime /cow || panic "Can not mount $cowdevice on /cow"