Talk:DebXO

From OLPC
Revision as of 10:34, 16 February 2009 by 68.162.71.27 (talk) (DebOX USB Not Readable: new section)
Jump to: navigation, search

I'm having some issues with debxo 0.3.

1) I wanted to have a login name of quixote, but when I changed it, using "usermod -L quixote olpc", the shutdown gui ceased working again. Could this be related to the earlier issue, in 0.2, that prevented shutdown from working? I've switched it back to "olpc" but shutdown still doesn't work. Hibernate generates error messages and aborts back to regular "on" mode.

2) Trying to establish a new user resulted in lots of things not being set up, such as wireless networking. Is there a simple way to set up another user just like the "olpc" user?

3) I gather "zcat" does a raw write, because my 16GB SD HC became a 2GB SD with lots of unallocated space. Maybe it would be good to let people know they'll have unallocated space with a card or thumbdrive larger than 2GB. I set it up as my new /home partition and am enjoying all the oceans of space!

Other than those issues, I'm finding debxo to be stable. It boots up quite quickly. And the install, with that nice little zcat command I'd never seen before, couldn't be simpler.

Thanks!

DebOX USB Not Readable

I followed the instruction zcat debxo-awesome.ext3.img.gz > /dev/sdc1 where /dev/sdc1 is a 4 GB USB disk. My olpc can't read it and wont boot from it. At startup I press Esc and get the ok prompt. The boot command and the dir u:\ command say the usb disk is unreadable.

I can mount the usb disk on my Lenny box with mount -o loop,offset=16384 -t ext3 /dev/sdc1 /media/linuxkey and have added a directory security and copied my developer key there. While mounted df - h shows only 740 M of the 1.9 G partition is used.

cfdisk /dev/sdc1 shows the partition is bootable and has the label DebXO but will not allow me to maximize it although it shows 2039.42 M free space. I could make a new partition to use the free space but it seems more logical to have a single 4 G partition.

At any rate, what is wrong?