Installing Ubuntu on BB black = Error: no space left on device

1,596 views
Skip to first unread message

lolx...@googlemail.com

unread,
Jul 1, 2013, 2:47:53 PM7/1/13
to beagl...@googlegroups.com
Hi,
my BeagleBone Black always gets the same error when installing Ubuntu Desktop: "no space left on device".
I'm not sure if i do it right.

My Steps:

(1.) downloading ubuntu image named ubuntu-precise-12.04.2-armhf-3.8.13-bone20.img.xz .
(2.) Extracting the file with 7zip.
(3.) Save the system with win32diskimager-binary06 to my 8GB microSD.
(4.) start BB black with microSD.
(5.) login and do "sudo apt-get update" and "sudo apt-get upgrade".
(6.) after upgrading do "sudo apt-get install ubuntu-dektop"
(7.) after downloaden it sets up some packages...
(8.) while setting up it gets the error "no space left on device"

But there is space, right?
I already tested this: http://superrb.com/blog/2011/10/25/ubuntu-no-space-left-on-device-is-it-a-lie-or-have-i-run-out-of-inodes
It doesen't work for me....

Is not there an image that include the desktop?
I tested the ubuntu-12.04-preinstalled-desktop-armhf+omap4.img.xz, but if i exctract that i get an RAW-file. O.o

lolxdfly

Robert Nelson

unread,
Jul 1, 2013, 4:15:02 PM7/1/13
to beagl...@googlegroups.com
On Mon, Jul 1, 2013 at 1:47 PM, <lolx...@googlemail.com> wrote:
> Hi,
> my BeagleBone Black always gets the same error when installing Ubuntu
> Desktop: "no space left on device".
> I'm not sure if i do it right.
>
> My Steps:
>
> (1.) downloading ubuntu image named
> ubuntu-precise-12.04.2-armhf-3.8.13-bone20.img.xz .
> (2.) Extracting the file with 7zip.
> (3.) Save the system with win32diskimager-binary06 to my 8GB microSD.
> (4.) start BB black with microSD.
> (5.) login and do "sudo apt-get update" and "sudo apt-get upgrade".
> (6.) after upgrading do "sudo apt-get install ubuntu-dektop"
> (7.) after downloaden it sets up some packages...
> (8.) while setting up it gets the error "no space left on device"

Did you resize the image? if you go back to the website where you
downloaded it, they talk about it..

Regards,

--
Robert Nelson
http://www.rcn-ee.com/

Tommy Snyder

unread,
Jul 1, 2013, 4:29:32 PM7/1/13
to beagl...@googlegroups.com
http://circuitco.com/support/index.php?title=Desktops_On_Ubuntu/Debian

That link should be very helpful. The image you downloaded is supposed to fit on a 2GB card so after it partitions there is only so much space used.  If you follow the direction on that page you should have what you want. But I warn you... full Ubuntu desktop is sluggish. I highly suggest the LXDE version ( instructions here: http://circuitco.com/support/index.php?title=Installing_LXDE )

Marcel Lütke Dreimann

unread,
Jul 1, 2013, 4:32:27 PM7/1/13
to beagl...@googlegroups.com
Did you resize the image?
No, i think i dont resized the image. I followed only the steps from top.

if you go back to the website where you
downloaded it, they talk about it..
I downloaded it from here: http://www.armhf.com/index.php/download/
I cant find anything from resizing the image.

Is it required to resize it? If yes, how can i do it?

Tommy Snyder

unread,
Jul 1, 2013, 4:39:17 PM7/1/13
to beagl...@googlegroups.com

Juan C.

unread,
Jul 2, 2013, 10:06:32 AM7/2/13
to beagl...@googlegroups.com
Marcel, 

I tried the wiki that Tommy provided and I was able to get it working. It includes the instructions on how to resize it as well.

Marcel Lütke Dreimann

unread,
Jul 2, 2013, 10:50:10 AM7/2/13
to beagl...@googlegroups.com
Thanks for your answers and tips!

I followed the Steps from http://circuitco.com/support/index.php?title=Desktops_On_Ubuntu/Debian !
It work. There were only a few warnings in the installation.

But if i login at the Ubuntu-Loginscreen i get a blackscreen. A few minutes later i see a screen with a cuser and i can move the courser with the mouse. But then, it freeze. The leds on the bord are lighting and of course the power-led. I have tried 3 times but it freeze always after the login :( .

Should i try the
LXDE version?

lolxdfly

Robert Nelson

unread,
Jul 2, 2013, 10:52:51 AM7/2/13
to beagl...@googlegroups.com
Oddly, adding a default "xorg.conf" seems to resolve some of the
blinking/freezing issues with 13.04:

http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-HDMI:

Tommy Snyder

unread,
Jul 2, 2013, 11:26:48 AM7/2/13
to beagl...@googlegroups.com
Which version did you install? Raring or Precise? If you installed Raring try what RobertCNelson suggested. If that doesn't work I know Ubuntu Desktop works on Precise. LXDE does as well.

Marcel Lütke Dreimann

unread,
Jul 2, 2013, 12:43:15 PM7/2/13
to beagl...@googlegroups.com
sudo apt-get install xserver-xorg-video-modesetting x11-xserver-utils
is installed and actuell!

/etc/X11/xorg.conf
i dont have such a file! Must i create it with the console?

xrandr
it says :  "can't open display"

I found out that it freeze when the cusor spawns. I can move the cursor for some seconds and while moving its blinking.


Which version did you install? Raring or Precise?
I installed Raring.

Robert Nelson

unread,
Jul 2, 2013, 12:45:49 PM7/2/13
to beagl...@googlegroups.com
On Tue, Jul 2, 2013 at 11:43 AM, Marcel Lütke Dreimann
<lolx...@googlemail.com> wrote:
>> sudo apt-get install xserver-xorg-video-modesetting x11-xserver-utils
>
> is installed and actuell!
>
>> /etc/X11/xorg.conf
>
> i dont have such a file! Must i create it with the console?

Yeap...

>
>> xrandr
>
> it says : "can't open display"

scroll down a little farther on that wiki:

xrandr -display :0.0 -q

> I found out that it freeze when the cusor spawns. I can move the cursor for
> some seconds and while moving its blinking.
>
>
>> Which version did you install? Raring or Precise?
>
> I installed Raring.

Yeap, that needs the xorg.conf... (precise was fine without it..) It
looks like xorg is automaticly defaulting to settings that later cause
lockups on this device.

Robert Nelson

unread,
Jul 2, 2013, 12:47:00 PM7/2/13
to beagl...@googlegroups.com
On Tue, Jul 2, 2013 at 11:45 AM, Robert Nelson <robert...@gmail.com> wrote:
> On Tue, Jul 2, 2013 at 11:43 AM, Marcel Lütke Dreimann
> <lolx...@googlemail.com> wrote:
>>> sudo apt-get install xserver-xorg-video-modesetting x11-xserver-utils
>>
>> is installed and actuell!
>>
>>> /etc/X11/xorg.conf
>>
>> i dont have such a file! Must i create it with the console?
>
> Yeap...

Just ssh in;

sudo nano /etc/X11/xorg.conf

Then just copy/paste from webrowser..

Tommy Snyder

unread,
Jul 2, 2013, 12:48:07 PM7/2/13
to beagl...@googlegroups.com
I would try adding that file with the contents described at the link Robert mentioned.

My favorite is nano

nano /etc/X11/xorg.conf

<CTRL+x> to save and exit, 'y' to confirm write, <ENTER> to finish

I'm in the process of trying this. I'm waiting for Ubuntu Desktop to install.

Tommy Snyder

unread,
Jul 2, 2013, 12:49:39 PM7/2/13
to beagl...@googlegroups.com
Thanks Robert,
I hadn't seen that you replied before I posted.

Robert Nelson

unread,
Jul 2, 2013, 12:53:36 PM7/2/13
to beagl...@googlegroups.com
On Tue, Jul 2, 2013 at 11:47 AM, Robert Nelson <robert...@gmail.com> wrote:
> On Tue, Jul 2, 2013 at 11:45 AM, Robert Nelson <robert...@gmail.com> wrote:
>> On Tue, Jul 2, 2013 at 11:43 AM, Marcel Lütke Dreimann
>> <lolx...@googlemail.com> wrote:
>>>> sudo apt-get install xserver-xorg-video-modesetting x11-xserver-utils
>>>
>>> is installed and actuell!
>>>
>>>> /etc/X11/xorg.conf
>>>
>>> i dont have such a file! Must i create it with the console?
>>
>> Yeap...
>
> Just ssh in;
>
> sudo nano /etc/X11/xorg.conf
>
> Then just copy/paste from webrowser..

Or for the really, lazy like me.. ;)

wget https://raw.github.com/RobertCNelson/tools/master/ubuntu/setup-xorg.sh
chmod +x setup-xorg.sh

./setup-xorg.sh

William Hermans

unread,
Jul 2, 2013, 1:18:28 PM7/2/13
to beagl...@googlegroups.com
LOL lazy my aaaaa . . .

Seriously Robert you're doing a wonderful job. Keep it up !


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Marcel Lütke Dreimann

unread,
Jul 2, 2013, 2:31:49 PM7/2/13
to beagl...@googlegroups.com
I have done the lazy version and the xrandr-commands. :D

But it doesent fix the freeze. :( It only fixes the blinking.

Robert Nelson

unread,
Jul 2, 2013, 2:34:19 PM7/2/13
to beagl...@googlegroups.com
It's gotta be something in unity/ubuntu then... as it fixes the
freezing with lxde...

diete...@gmail.com

unread,
Sep 11, 2014, 3:55:48 PM9/11/14
to beagl...@googlegroups.com
Thanks for the comment !!!!!!!!!!!!!!!!!!!!!!!!!!!

Am Montag, 1. Juli 2013 22:39:17 UTC+2 schrieb Tommy Snyder:


Reply all
Reply to author
Forward
0 new messages