Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

unlock GoFlex Net and 'too old Kernel' issue (5 replies)

$
0
0
Hi

I am trying to unlock our GoFlex Net and debianize it but there is small surprise along. Jeff's script from here (http://projects.doozan.com/debian/) more precisely, './kirkwood.debian-wheezy.sh' code here (https://github.com/shaggyone/pogoplug/blob/master/kirkwood.debian-wheezy.sh) stops.

Our GFN is
 Pogoplug:/tmp$ uname -a
Linux Pogoplug 2.6.22.18 #81 Tue Oct 19 16:05:00 PDT 2010 armv5tejl unknown

And here is the error:
I: Extracting zlib1g...
W: Failure trying to run: chroot /tmp/debian mount -t proc proc /proc
debootstrap failed.
See /tmp/debian/debootstrap/debootstrap.log for more information.

The debootstrap.log contains the followings:
Pogoplug:/tmp/debian/debootstrap$ tail -f debootstrap.log
vim-common_2%3a7.3.5 100% |*******************************|   158k --:--:-- ETA
Connecting to cdn.debian.net (81.91.108.243:80)
vim-tiny_2%3a7.3.547 100% |*******************************|   273k 00:00:00 ETA
Connecting to cdn.debian.net (81.91.108.243:80)
wget_1.13.4-3+deb7u2 100% |*******************************|   735k 00:00:00 ETA
Connecting to cdn.debian.net (81.91.108.243:80)
xz-utils_5.1.1alpha+ 100% |*******************************|   233k --:--:-- ETA
Connecting to cdn.debian.net (81.91.108.243:80)
zlib1g_1%3a1.2.7.dfs 100% |*******************************| 87460  --:--:-- ETA
FATAL: kernel too old

We I try to run it manually from prompt both chroot we get same error:

Pogoplug:/tmp$ ls -lsa /usr/sbin/chroot
   0 lrwxrwxrwx    1 root     root           17 Apr 19  2010 /usr/sbin/chroot -> ../../bin/busybox
Pogoplug:/tmp$ /usr/sbin/chroot /tmp/debian mount -t proc proc /proc
FATAL: kernel too old

or

Pogoplug:/tmp$ ls -lsa /tmp/debian/usr/sbin/chroot
  32 -rwxr-xr-x    1 root     root        30368 Jan 26  2013 /tmp/debian/usr/sbin/chroot
Pogoplug:/tmp$ /tmp/debian/usr/sbin/chroot /tmp/debian mount -t proc proc /proc
FATAL: kernel too old

Any ideas how to move forward from this? Others may have experienced similar issues?

Thank you in anticipation of your help,

Rgds,

Viewing all articles
Browse latest Browse all 3247

Trending Articles