> From: intrigeri <intrigeri@???>
> Date: Sat, 21 Jul 2012 01:12:08 +0200
>
> hi,
>
> alan@??? wrote (20 Jul 2012 22:01:24 GMT) :
> > Tails experimental (c4fd05b) doesn't boot:
> > mount: mointing /overlay on /root/live/overlay failed: No such file of directory
> > Warning: unable to move or bind /overlay to /root/live/overlay
> > done.
> > Kernel panic - not syncing: attempt to kill init!
> > Pid: 1, comm: init Tainted: G C 3.2.0-3-486 #1
> > Call Trace:
>
> It's probably due to live-boot 3.0~a36-1.
>
> Care to retry with 3.0~a35-1 (currently in Debian testing), that
> I used two weeks ago when I worked on feature/live-boot-3.x and merged
> it into experimental?
With that change:
--- a/config/chroot_apt/preferences
+++ b/config/chroot_apt/preferences
@@ -75,7 +75,7 @@ Pin: release o=Debian,a=unstable
Pin-Priority: 999
Package: live-boot
-Pin: release o=Debian,a=unstable
+Pin: release o=Debian,a=wheezy
Pin-Priority: 999
Package: live-boot-initramfs-tools
the problem is diffrent:
Begin: mounting root filesystem ... /init: line 223: mountroot: not found
done.
Begin: running /scripts/init-bottom ... mount: mounting /dev on /root/dev failed: No such file or directory
done.
Target filesystem doesn't have required /sbin/init.
Not init found. Try passing init=bootarg.
Then I'm in initramfs' busybox
--