I'm trying to install Ubuntu on a BeagleBoard-xM following the
NetInstall method instructions here - http://elinux.org/BeagleBoardUbuntu.
Everything worked fine (as long as I selected usb1 as the ethernet
port when asking about networking hardware) but it failed repeatedly
during the base system install (at around 76%?) with "Unable to
install busybox-initramfs".
One slightly odd thing - it came up with United Kingdom as the default
mirror. Could this be the problem?
Don't use the "NetInstall" method for the XM board. Ubuntu dev's made
some assumptions with lucid (released in may of 2010) so it'll never
be compatible with the XM...
The Demo Image should work fine, however note I've only tested them on
an early XM prototype with bad memory.. Just waiting for ups to
deliver my new XM..
You could also try the pre-installed image for Beagle-xM (this will be the
default method that Ubuntu is using for Beagle and Pandaboard for Maverick).
Tomorrow we'll get the Maverick beta release, and the omap image should work
fine at Beagleboard xM (image was tested, but not with A2 board).
I'm trying to install Ubuntu on a BeagleBoard-xM following the
NetInstall method instructions here - BeagleBoardUbuntu - eLinux.org.
Everything worked fine (as long as I selected usb1 as the ethernet
port when asking about networking hardware) but it failed repeatedly
during the base system install (at around 76%?) with "Unable to
install busybox-initramfs".
You could also try the pre-installed image for Beagle-xM (this will be the
default method that Ubuntu is using for Beagle and Pandaboard for Maverick).
Tomorrow we'll get the Maverick beta release, and the omap image should work
fine at Beagleboard xM (image was tested, but not with A2 board).
Did you pull in the x-load patch to support both the Numonyx memory
and the Micron memory? The Rev A2 board will ship with both, so you
need to be sure that you've got that patch applied. Sorry for that,
but memory delivery times became the bottleneck to shipping the xMs
and we therefore got stuck with taking memories from both suppliers.
I was also trying my first net install on Beagleboard B4 and had the
same issue. So this particular problem doesn't appear to be related
to xM. But from what I've read the net install while not work for
other reasons on xM right now.
Does anyone know how to get around the busybox-initramfs install error
in the netinstall?
Well the xM definitely won't work, the lucid install assumes NAND
flash. (Maverick doesn't care and there's even a builtin overide i
can use to stop it from trying)..
But well darn... Anything weird in "ctrl alt f4"? other then all the
hid/input noise from 2.6.35?
I had just re-qualified that "NetInstall" on "2010-08-24" on my Bx
with the newer 2.6.35 kernel.. I'll retest it quickly...
I'm trying to install Ubuntu on a BeagleBoard-xM following the
NetInstall method instructions here - BeagleBoardUbuntu - eLinux.org.
Everything worked fine (as long as I selected usb1 as the ethernet
port when asking about networking hardware) but it failed repeatedly
during the base system install (at around 76%?) with "Unable to
install busybox-initramfs".
You could also try the pre-installed image for Beagle-xM (this will be the
default method that Ubuntu is using for Beagle and Pandaboard for Maverick).
Tomorrow we'll get the Maverick beta release, and the omap image should work
fine at Beagleboard xM (image was tested, but not with A2 board).
Did you pull in the x-load patch to support both the Numonyx memory
and the Micron memory? The Rev A2 board will ship with both, so you
need to be sure that you've got that patch applied. Sorry for that,
but memory delivery times became the bottleneck to shipping the xMs
and we therefore got stuck with taking memories from both suppliers.
Yeah i think the Canonical guys are safe, they were using sakoman's tree...
Weird, it works fine for me (B5 Board).. 83% just passed
"busybox-initramfs" was watching ctrl-alt-f4... besides the evbug.c
errors from keyboard input and tar time stamps way off. (i should have
it run ntpdate early to get rid of that issue)..
I've tried three times in the last two days to do the netinstall on a
Rev B4, with the same issue. I also can confirm that the suggested
mirror was for the UK ( I'm in the states), when I tried to manually
specify a mirror I complained about not finding a Release. I may have
not had the path specified correctly. What mirror were you using for
the netinstall?
I was able to parse the error message from console 4; this is not
verbatim but what I used as a google search this morning.
command not executed: 'sh -c debconf-apt-progress install busybox-
initramfs ....
I will try again and take better notes if the error occurs again.
I've tried three times in the last two days to do the netinstall on a
Rev B4, with the same issue. I also can confirm that the suggested
mirror was for the UK ( I'm in the states), when I tried to manually
specify a mirror I complained about not finding a Release. I may have
not had the path specified correctly. What mirror were you using for
the netinstall?
I'm using the same UK mirror and based in the states.. (Actually the
UK mirror is the only ports.ubuntu server..)
The only tweak i do when running mine, is to specify a local
apt-cacher-ng mirror with: "http://192.168.0.10:3142/" during the
install when prompted... (mostly to speed up the slow network
download..)
I was able to parse the error message from console 4; this is not
verbatim but what I used as a google search this morning.
command not executed: 'sh -c debconf-apt-progress install busybox-
initramfs ....
I will try again and take better notes if the error occurs again.
Yeah, it's pretty hard with the input errors spaming the log too...
I just added the pointed patch, so it should now work with both xM versions.
As I still don't have a board with Numonyx, can anyone help me testing the
binary with it?
All you need to do is to download http://people.canonical.com/~rsalveti/maverick/boot/xM/MLO , put at your SD card
an boot it with your current working image (no need for Ubuntu). When testing,
please post the result at the bug or at this thread so we can push it to our
archives.
Okay i see the problem.. First the default boot mmc partition is
64Mb.. When selecting the '--firmware' option, the uInird with the
debian installer is just way to big now (40Mb's). During the install
and before switching to the final uIntird that'll be used on a normal
boot, i back up the install uInitrd to "uInitrd.net" with a copy so
(40 + 40 >= 64Mb ) before blowing the orignal away.. I'll need to
spend some time to cut out the crude which isn't needed.. But I'll
bump the partition size and use a 'mv' instead..