Author Topic: The Birth Of Zubuntu  (Read 12093 times)

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3706
    • View Profile
The Birth Of Zubuntu
« Reply #15 on: November 10, 2008, 07:52:04 pm »
Quote from: Allelectrix
Quote from: 550
http://ricks937.com/zaurus/zubuntu-minimal-rootfs.tar.gz

Perhaps its a stupid question, but do you know if this will run on a 6000?

How do you install a rootfs tar file to a C1000 ? is there a tutorial ?

thanks.

my guess is that you'll need to partition an SD card, create an EXT2 part, format it, and unpack the root tarball to that.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

craigtyson

  • Sr. Member
  • ****
  • Posts: 462
    • View Profile
The Birth Of Zubuntu
« Reply #16 on: November 11, 2008, 04:49:45 am »
I gave it a go, but could not get the volume mounted, just got JFS erros then was left with no console.  Im not sure if this is because I cannt create a partition on the SD card (get wierd results in gparted on UBUNTU) or if its somthing else.
« Last Edit: November 11, 2008, 04:50:16 am by craigtyson »
Craig
SL-C1000, Angstrom GPE 2007.12r13
Ambicom WL1100C, SanDisk UltraII 1GB SD
 
Old Faithfull - SL-5500 battery out of the C750 (see below) TKC v1 (New) 1GB SD
Dead - SL-C750, Cacko 1.23 lite (Dropped, very messy!)
Ambicom WL1100C, SanDisk Dead - 1GB SD
Keep your Z on a bungee, you never know.....

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3706
    • View Profile
The Birth Of Zubuntu
« Reply #17 on: November 11, 2008, 05:23:14 pm »
ok, a little more detailed
1/ unmount the card
2/ do "fdisk -l" to list disks/cards, and then "fdisk /dev/sd$" to partition it where $ is the device
3/ delete all partitions, then
- create a new partition of type primary, use half the card size (start is default, end is (say) +1G). set the type to LBA FAT16.
- create a new partition primary, use rest of the card.
4/ write the partition table
5/ mkfs.vfat /dev/sd$1
6/ mkfs.ext2 /dev/sd$2
7/ eject the card and reinsert, and hopefully the two partitions will be mounted, or mount manually.

unpack the tar file to the ext2 directory, and I think you simply chroot into it?

--edit-- in instructions above I suggested a 1G fat partition so that the card will behave as a useful flash drive acceptable to windows etc to make it easy to transfer files, and also in the hope that inserting it into a windows or mac will not cause them to try and format the card
you could make that partition much smaller if wished.
« Last Edit: November 11, 2008, 05:24:31 pm by speculatrix »
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

undrwater

  • Full Member
  • ***
  • Posts: 232
    • View Profile
    • http://
The Birth Of Zubuntu
« Reply #18 on: November 14, 2008, 12:48:49 am »
An added "Please!" for the 6000.

Question: Are you using OE kernels, or rolling them yourself?  The reason I ask is that IIRC, the 6000 OE kernel is still lacking support for some critical events such as suspend (and wifi, I think).

Allelectrix

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
The Birth Of Zubuntu
« Reply #19 on: November 14, 2008, 01:10:28 pm »
Quote
How do you install a rootfs tar file to a C1000 ? is there a tutorial ?

thanks.

my guess is that you'll need to partition an SD card, create an EXT2 part, format it, and unpack the root tarball to that.

Hi again speculatrix, thanks for your thoughts on this issue, so, if we do this, the OS is on a remote Card, and the OS is not loaded
to main machine memory as conventional Z OS's are.

This being the case, how do we get the Computer to see this remote OS as its main OS?
SL-C1000 running PdaXii13
Edimax EW-7318USg rt73 Chipset USB 802.11 g/b Wifi
ASPj Source Code rt73.o 2.4.20 kernel module with monitor + packet injection capability
Aircrack-ng 0.9
Miniature USB 2.0 Hub that attaches to rear of screen comfortably using velcro
2 x 500mA 12v DC - 5v DC Converters powering the USB Hub, WiFi Card and the Computer
12v DC 7Ah Sealed Lead Acid Rechargeable Cell powering the DC to DC Convertors

Allelectrix

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
The Birth Of Zubuntu
« Reply #20 on: November 14, 2008, 01:14:20 pm »
Hi speculatrix, ignore the above question, I just read past your previous reply, I'll give it a go with your multi partition suggestions and see what gives  
cheers !
SL-C1000 running PdaXii13
Edimax EW-7318USg rt73 Chipset USB 802.11 g/b Wifi
ASPj Source Code rt73.o 2.4.20 kernel module with monitor + packet injection capability
Aircrack-ng 0.9
Miniature USB 2.0 Hub that attaches to rear of screen comfortably using velcro
2 x 500mA 12v DC - 5v DC Converters powering the USB Hub, WiFi Card and the Computer
12v DC 7Ah Sealed Lead Acid Rechargeable Cell powering the DC to DC Convertors

craigtyson

  • Sr. Member
  • ****
  • Posts: 462
    • View Profile
The Birth Of Zubuntu
« Reply #21 on: November 17, 2008, 05:31:46 pm »
Quote from: speculatrix
ok, a little more detailed
1/ unmount the card
2/ do "fdisk -l" to list disks/cards, and then "fdisk /dev/sd$" to partition it where $ is the device
3/ delete all partitions, then
- create a new partition of type primary, use half the card size (start is default, end is (say) +1G). set the type to LBA FAT16.
- create a new partition primary, use rest of the card.
4/ write the partition table
5/ mkfs.vfat /dev/sd$1
6/ mkfs.ext2 /dev/sd$2
7/ eject the card and reinsert, and hopefully the two partitions will be mounted, or mount manually.

unpack the tar file to the ext2 directory, and I think you simply chroot into it?

--edit-- in instructions above I suggested a 1G fat partition so that the card will behave as a useful flash drive acceptable to windows etc to make it easy to transfer files, and also in the hope that inserting it into a windows or mac will not cause them to try and format the card
you could make that partition much smaller if wished.


Thanks got some where closer.  I now get to mount jffs2 readonly

but then end up with an error

WARNING No /etc/altboot-2.6.cfg found! Check your installation of alt-boot

Any ideas?
Craig
SL-C1000, Angstrom GPE 2007.12r13
Ambicom WL1100C, SanDisk UltraII 1GB SD
 
Old Faithfull - SL-5500 battery out of the C750 (see below) TKC v1 (New) 1GB SD
Dead - SL-C750, Cacko 1.23 lite (Dropped, very messy!)
Ambicom WL1100C, SanDisk Dead - 1GB SD
Keep your Z on a bungee, you never know.....

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3706
    • View Profile
The Birth Of Zubuntu
« Reply #22 on: November 17, 2008, 06:41:08 pm »
Quote from: craigtyson
Thanks got some where closer.  I now get to mount jffs2 readonly

but then end up with an error

WARNING No /etc/altboot-2.6.cfg found! Check your installation of alt-boot

Any ideas?

sorry, no idea at all.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

craigtyson

  • Sr. Member
  • ****
  • Posts: 462
    • View Profile
The Birth Of Zubuntu
« Reply #23 on: November 18, 2008, 08:46:11 am »
OK looked at the TAR and ther is no

/etc/altboot-2.6.cfg in there

Im guessing I have the wrong one.

The install notes say that for a c1000 there is an extra step, but I dont get to the ALTBoot menu to do the extra step??

Is there any way I can extract the TAR to flash? or create a set of simbolic links to the SD ?
« Last Edit: November 18, 2008, 08:47:10 am by craigtyson »
Craig
SL-C1000, Angstrom GPE 2007.12r13
Ambicom WL1100C, SanDisk UltraII 1GB SD
 
Old Faithfull - SL-5500 battery out of the C750 (see below) TKC v1 (New) 1GB SD
Dead - SL-C750, Cacko 1.23 lite (Dropped, very messy!)
Ambicom WL1100C, SanDisk Dead - 1GB SD
Keep your Z on a bungee, you never know.....