Im trying to build a lucid image for my beagleboard. After a lot of
failing right after rootstock starts stage 2 i jumped on irc and rcn-
ee told me that i had to get the newest rootstock using bzr (Im
running ubuntu 9.10 on my dev machine). So i did and it worked.
Started stage 2 and began grabbing packages. I'll post what was output
from when the last package was downloaded until it just stops:
Get:392 http://ports.ubuntu.com lucid/main libgl1-mesa-dri
7.7-3ubuntu1 [1819kB]
Fetched 133MB in 3min 14s (683kB/
s)
Extracting templates from packages: 100%
Preconfiguring packages ...
modprobe: FATAL: Could not load /lib/modules/2.6.32-14-versatile/
modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.32-14-versatile/
modules.dep: No such file or directory
Selecting previously deselected package libfuse2.
(Reading database ... 11089 files and directories currently
installed.)
Unpacking libfuse2 (from .../libfuse2_2.8.1-1.1ubuntu2_armel.deb) ...
Selecting previously deselected package fuse-utils.
Unpacking fuse-utils (from .../fuse-
utils_2.8.1-1.1ubuntu2_armel.deb) ...
Selecting previously deselected package libntfs-3g54.
Unpacking libntfs-3g54 (from .../
libntfs-3g54_1%3a2009.4.4-1ubuntu5_armel.deb) ...
Setting up libfuse2 (2.8.1-1.1ubuntu2) ...
Setting up fuse-utils (2.8.1-1.1ubuntu2) ...
creating fuse group...
udev active, skipping device node creation.
reload: Unable to connect to Upstart: Failed to connect to socket /com/
ubuntu/upstart: Connection refused
update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
Selecting previously deselected package ntfs-3g.
(Reading database ... 11127 files and directories currently
installed.)
Unpacking ntfs-3g (from .../
ntfs-3g_1%3a2009.4.4-1ubuntu5_armel.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-
common_1%3a7.5+1ubuntu8_all.deb) ...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7ubuntu1_armel.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../
libfreetype6_2.3.11-1ubuntu2_armel.deb) ...
Selecting previously deselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-
core_2.30-2_all.deb) ...
I do see now that there is a modprobe problem and some other stuff in
there.
I've tried running rootstock 5-6 times now i think and it usually
stops during the dejavu-core unpacking.
It has also stopped 2 times at usbutils. And it stops without any
error messages. I have to ctrl+C to exit and then it cleans up.
This is what im using to run rootstock:
sudo /home/infected/tempbzr/project-rootstock/rootstock --fqdn
beagleboard --login ubuntu --password temppwd --imagesize 2G --seed
wget,nano,linux-firmware,wireless-tools,usbutils,lxde,gdm,build-
essential --dist lucid --serial ttyS2 --script fixup.sh --kernel-image
http://rcn-ee.net/deb/kernel/beagle/lucid/v2.6.32.7-l7.0/linux-image-2.6.32.7-l7.0_1.0lucid_armel.deb
Anyone know what im doing wrong?