Comment 5 for bug 1096307

Revision history for this message
Ed Huang (kvin2097) wrote :

Steve, I forget to mentioned one thing.
The platform we use is ARM not x86. Our Ubuntu 12.04 is installed through guide for Marvell ArmadaXP Demo board.
On our deivce, there is only console /dev/ttyS0 for message output.

Is it possible that there is some package missing or and mis-configuraiton within our installation ?

Below I attached excerpted conosle message and /etc/fstab for reference.
/sda5 was mis-configured as ext2 from swap like you do
/sdc4 is non-exist disk partition

# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
/dev/sda2 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
/dev/sda1 /boot ext2 defaults 0 2
# swap was on /dev/sda5 during installation
/dev/sda5 none ext2 sw 0 0
/dev/sdc4 /test ext2 defaults 0 0

cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
oprofile: hardware counters not available
oprofile: using timer interrupt.
TCP cubic registered
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
8021q: 802.1Q VLAN Support v1.8
VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
rtc-mv rtc-mv: setting system clock to 2013-01-31 06:07:28 UTC (1359612448)
pool #2: pkt_size=1536, buf_size=1632 - 2048 of 2048 buffers added
eth0: link up
eth0: started
IP-Config: Gateway not on directly connected network.
Freeing init memory: 200K
Loading, please wait...
udevd[501]: starting version 175
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
FATAL: Could not load /lib/modules/3.2.34/modules.dep: No such file or directory
kjournald starting. Commit interval 5 seconds
EXT3-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
EXT3-fs (sda2): using internal journal
EXT3-fs (sda2): mounted filesystem with writeback data mode
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
init: ureadahead main process (589) terminated with status 5
EXT2-fs (sda5): error: can't find an ext2 filesystem on dev sda5.
init: console-setup main process (661) terminated with status 1

.................... No message show up after above line...................................