![]() |
Re: Easy Debian Fremantle Beta Testing
"Something like this" is not good enough :)
Without hacking boot scripts, Maemo expect 3 partitions in this specific order: 1. MyDocs (fat32) 2. OptFS (ext3) 3. Swap (swap) These three can be of any size, but the order matters. Well, to some extent. The location of the swap partition does not really matter as long as it is not 1 or 2. It sounds like you've created a new extended partition between MyDocs and OptFS. I have not tried that but I would expect this to not work because your Optfs would move to position #3 and the partition would be something like #5, thus effectively losing #2 where Maemo expects OptFS. There should be an easy way out. You do not need to flash again. All you need to do is boot again, press W in BackupMenu and connect to GParted as before. Then, 1. Delete your new extended partition 2. MOVE your OptFS partition down, immediately after MyDocs (just use drag'n'drop in GParted) 3. Create a new PRIMARY partition in the empty space and format it as ext3 4. Reboot and enjoy. NOTE: You really do not need extended partitions. You can create up to 4 primary partitions and that is all you need. Extended partition is merely a way to circumvent the magic limit of 4, in case you want more partitions. This is not Linux, this is how any computer works :) |
Re: Easy Debian Fremantle Beta Testing
the egl driver and hwa is working now?
|
Re: Easy Debian Fremantle Beta Testing
pichlo
You wont belive it - moving a partition with drag and drop doesn't work on GParted on my Lubuntu ;) Damn. Everything I do ends with a blocker. I have serached how to mowe partitions in GPared, read the documentation on sourceforge and nothing - I can not drag the thing to the end. Edit - to move a partition I had to remove the swap and then I could move the opt and then create new swap behind opt and ED as the last one! ;) Edit 2 Now I have everything set up but maemo doesn't see that partition. Is this good or bad? If this is good is there a way to copy the files which I previously extracted to my sd card to that partition? Will ED see that partition if I do like posted here http://talk.maemo.org/showpost.php?p...ostcount=2807? |
Re: Easy Debian Fremantle Beta Testing
Err, sorry if I did not make myself clear. Perhaps some mutual misunderstanding.
This is what I thought you had: Code:
+-----------------------+-----+---+----+ First, delete your new partition: Code:
+-----------------------+-----+---+----+ Code:
+-----------------------+---+-----+----+ Code:
+-----------------------+---+-----+----+ Edit: If your setup looks like the above and Maemo does not see the new partition, then perhaps you've forgotten to format it? Try formatting it as ext3, followed by a reboot. Edit 2: You can now copy your ED content to the new partition. It will be /dev/mmcblk0p3 or /dev/mmcblk0p4, depending on your specific arrangement. You can use dd as in the post you've linked but that will only work if the new partition size exactly matches the size of the image. A better approach is to use cp -a like here, adjusting for source and destination (/dev/mmcblk1p1 and /dev/mmcblk0p3 or 4, respectively). Finally, edit your .chroot accordingly and you are set. |
Re: Easy Debian Fremantle Beta Testing
1 Attachment(s)
Well I had it like this:
MyDocs -opt-swap-My new partition in EXT3 and maemo didn't see it. Now I changed it and did as in the attachemnt so it looks like you posted. Previously I laso had it in ext3. To be on the safe side I formated the new partition twice to ext3. Maemo doesn't see it. I rebooted twice just to be 100%. When I plug the phone to PC with Backupmenu my Lubuntu does see the new partition. I think that I did something wrong bu do not know what. |
Re: Easy Debian Fremantle Beta Testing
Looks alright to me. What exactly do you mean by "Maemo does not see it"?
If you mean File Manager does not show it, that would not surprise me. I do not have it though so I cannot check. Please post the output of the following (in the terminal as root): sfdisk -l (that's lovercase 'ell', not number one) mount /dev/mmcblk0p3 /mnt ls /mnt |
Re: Easy Debian Fremantle Beta Testing
Code:
Nokia-N900:~# sfdisk -l Code:
Nokia-N900:~# mount /dev/mmcblk0p3 /mnt |
Re: Easy Debian Fremantle Beta Testing
Quote:
/edit: or try the version from jessie/sid/whatever. We might have a broked mix like with squeeze/lenny but it'll work at least. ;) |
Re: Easy Debian Fremantle Beta Testing
Quote:
Oh and before you ask, out of order is not a problem ;) |
Re: Easy Debian Fremantle Beta Testing
Now the situation changed rapidly. My sd card is out of order and I can not copy the previously extracted files to my new and shiny partition...
So here I go again. I have downloaded estels image from qole, extracted it on my PC and transfered it to MyDocs. To sum up the state of my mess: the partition for ED is at: Code:
/dev/mmcblk0p4 Code:
mount /dev/mmcblk0p4 /mnt ls /mnt shows: Code:
lost+found Code:
mmcblk0p4 Code:
mount -t ext3 /home/user/MyDocs/your-easy-debian-image-file.ext3 /mnt Code:
mount -t ext3 /dev/mmcblk0p4 /.debian Code:
cp -a /mnt/* /.debian Code:
umount /.debian |
All times are GMT. The time now is 12:12. |
vBulletin® Version 3.8.8