View Single Post
Posts: 111 | Thanked: 62 times | Joined on Apr 2012 @ Hong Kong
#192
I have found something and I don't know why. Don't know is this basic knowledge or not.
My n9 is flashed with e-eye's dual-boot kernel and have installed inception and opensh. I used @YavkatA image.
I always start terminal with filebox and the img cannot mount inside this terminal no matter using opensh or devel-su. But btinput terminal and the developer mode's one is fine.
Code:
BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user/MyDocs # export PATH=/sbin:/usr/sbin
:$PATH
/home/user/MyDocs # debian
Chroot dir specified: /.debian
/home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 specified in ~/.chroot
Mounting...
using image file: /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4
fs type is ext4
Using ext4 file system
FATAL: Module ext4 not found.
mounting /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 on loop
Mount failure! /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 failed to mount on loop0 BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) multi-call binary. Usage: mount [OPTIONS] [-o OPTS]DEVICE NODE
Cancelling chroot...
Also by using devel-su or opensh, different ldxe desktop is started and I don't know why.
Code:
~ $ opensh


BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # export PATH=/sbin:/usr/sbin:$PATH
/home/user # debian
Chroot dir specified: /.debian
/home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 specified in ~/.chroot
Mounting...
using image file: /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4
fs type is ext4
Using ext4 file system
FATAL: Module ext4 not found.
mounting /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 on loop
.../home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 mounted on loop0
.
..
...
....
/bin/qchroot: line 145: blkid: not found
/bin/qchroot: line 156: blkid: not found
Everything set up, running chroot...
root@RM696:/# whoami
root
root@RM696:/# xephwm-id
Code:
~ $ devel-su
Password:


BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # export PATH=/sbin:/usr/sbin:$PATH
~ # debian
Chroot dir specified: /.debian
/home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 specified in ~/.chroot
Mounting...
using image file: /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4
fs type is ext4
Using ext4 file system
FATAL: Module ext4 not found.
mounting /home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 on loop
.../home/user/MyDocs/.chroot/yavor-debian-lite.img.ext4 mounted on loop0
.
..
...
....
/bin/qchroot: line 145: blkid: not found
/bin/qchroot: line 156: blkid: not found
Everything set up, running chroot...
debian:/# whoami
root
debian:/# xephwm-id
The upper code start the first screen-shot desktop.
Also is that normal with"blkid: not found"? Sorry for long post.
Attached Images
  

Last edited by michaelmhk; 2012-05-18 at 15:35.