booting from usb
Posted: 15. Nov 2013, 12:41
After successfully booting from usb, following the procedure described in following post:
http://forum.salixos.org/viewtopic.php?f=16&t=4941
(borrowed from another salixos forum post), I encountered a problem with booting the second, third etc times. I repeated the initrd procedure (essentially I re-made initrd) and booted for one time, then again could not, with some info about not being able to load a tty. I cannot copy-paste this info, the best I could do was to save the dmesg to another disk, which I upload, but there isn't much info there.
It seems that something in the initrd works the first time but not on second boot.
I'll come back with more info, by editing this post.
So, here are some snips from the end screen when trying to boot (I read and write parts from the screen of my laptop to this post)
The ..... are to spare me some typing.
Any ideas as to what causes the failure?
PS
The last lines of dmesg don't say anything useful:
http://forum.salixos.org/viewtopic.php?f=16&t=4941
(borrowed from another salixos forum post), I encountered a problem with booting the second, third etc times. I repeated the initrd procedure (essentially I re-made initrd) and booted for one time, then again could not, with some info about not being able to load a tty. I cannot copy-paste this info, the best I could do was to save the dmesg to another disk, which I upload, but there isn't much info there.
It seems that something in the initrd works the first time but not on second boot.
I'll come back with more info, by editing this post.
So, here are some snips from the end screen when trying to boot (I read and write parts from the screen of my laptop to this post)
The ..... are to spare me some typing.
Code: Select all
/boot/initrrd.gz: Loading kernel modules from initrd image:
insmod /lib/modules/3.2.45/kernel/drivers/hid/hid.ko
insmod /lib/modules/............................../hid/usbhid/usbhid.ko
insmod /lib/modules/............................../fs/mbcache.ko
....
ERROR: could not insert 'mbcache': Exec format error
insmod /lib/modules/........................../fs/jbd2/jbd2.ko
.......
ERROR: could not insert 'jbd2': Exec format error
.......
insmod /lib/modules/........................../fs/jbd2/jbd2.ko
........
ERROR: could not insert 'ext4': Exec format error
..........
..........
..........
mount: mounting /dev/sdd10 on /mnt failed: No such file or directory
ERROR: No /sbin/init found on rootdev (or not mounted). Trouble ahead.
You can try to fix it. Type 'exit' whhen things are done.
/bin/sh: can't access tty; job control turned off
/#
PS
The last lines of dmesg don't say anything useful:
Code: Select all
...
[ 10.282232] usbcore: registered new interface driver usbhid
[ 10.282235] usbhid: USB HID core driver
[ 10.284127] mbcache: exports duplicate symbol mb_cache_create (owned by kernel)
[ 10.290734] jbd2: exports duplicate symbol jbd2__journal_restart (owned by kernel)
[ 10.297693] jbd2: exports duplicate symbol jbd2__journal_restart (owned by kernel)
[ 295.863823] EXT3-fs (sda7): error: couldn't mount because of unsupported optional features (240)
[ 295.879481] EXT2-fs (sda7): error: couldn't mount because of unsupported optional features (240)
[ 295.917163] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)