![]() |
Re: Easy Debian Diablo Beta Testing
Poopers! Looks like I have to reflash and start all over again.
I have chortles! *lol* So I put debian-m5-v3b-rootfs.tar on mmc1 right after a fat32 format of the entire card. I then edited /home/user/.chroot file and changed the one part you mentioned to IMGFILE=/dev/mmcblk1p2 Finally, I copied and pasted this in Xterm. Code:
sudo qmount /dev/mmcblk1p2 /floppyTurns out it was extracted the entire mess to my internal flash. I now have no memory left and my tablet is goosed. Then depression sets in......... Hey horde, would you mind writing out exactly what you did? For some reason, I tend to follow your directions a little easier. Cheers, I guess. :) |
Re: Easy Debian Diablo Beta Testing
Dude, why did you do that? :( You FINALLY had a perfectly running system after all that hard work. There was no need to put yourself into a position of having to do more work. In fact, I had been happily using an img (as well as the majority of people here) for who knows how long. The only reason I wanted to partition was because I was ready for that next step. You barely started walking and were attempting to run.
Patience, brother. Take a minute to appreciate it. :) |
Re: Easy Debian Diablo Beta Testing
I hear you brother, but still, I just would like to get it right the first time.
Besides, I try to give it 100% effort on any goals I've set no matter how challenging they might be for me. :D So here's the latest rundown. Mounted partition 2 (ext2) on mmc1. Tried to extract the rootfs from mmc2 to mounted partition using sudo. Tried to extract the rootfs from mmc1, first partition (fat32), to mounted partition using sudo. Tried to extract the rootfs from mmc1, second partition (ext2), to mounted partition using sudo. Did all of these two times each, seemed to work, but every time, right there in the end, my memory card would disappear all together. So here's the only way I've got the whole rootfs to completely unpack... rootfs on mmc2 mounted partition 2 on mmc1 copied rootfs to mounted drive cd to mounted drive unpacked it as root. So here's what I have. http://img214.imageshack.us/img214/9...0042423510.png Is it not working because everything is set as root? How can I change the permissions for the entire partition? I feel like I'm so close! :D |
Re: Easy Debian Diablo Beta Testing
Addison, your screenshot suggests that you might not be following my instructions; the "/debian/" directory that you're showing there -- is that after you've run Easy Debian? Because if it isn't, the explanation is that you're dumping everything into a directory in your flash memory, instead of into the mounted ext2 partition.
The problem with that theory is that it looks like you've got the 280MB rootfs file in there too, which would be too big for your flash memory. Hmm. I'm not sure what that's a picture of. Here are my instructions, expanded a bit. First, put tar file (debian-m5-v3b-rootfs.tar.bz2) to the FAT32 partition (which should be mounted as /media/mmc1 I think? Or is it mmc2 on the N810?). It really doesn't matter which. You just need to know the correct path to the file. Let's assume, for the purpose of the instructions, that you've put it in /media/mmc1/ Next, open a terminal. Type the following. Code:
sudo qmount /dev/mmcblk1p2 /floppyCode:
Mounting...Code:
ls /floppy -lCode:
cd /floppyCode:
cd /Code:
..Unmounting /floppy...Code:
sudo debianCode:
No chroot dir specified; using /debianAs for the rest of your message... I'm not sure what you mean when you say, "my memory card would disappear all together". Does the /floppy directory appear completely empty? Or does something else disappear that was there before? Maybe the weirdness with your N810 (the weirdness that made your card appear corrupted) is causing the problem again? |
Re: Easy Debian Diablo Beta Testing
The rootfs is on mmc2 and the ext2, second partition is on mmc1 (that's the screenshot of the mounted drive I think).
It's only on mmc2 for stability since my removable memory card enjoys taking big, meaty dumps on me for some reason. So what I'm doing is cp that rootfs from mmc2 to the 2nd partition on mmc1 first. Code:
[1|user@Nokia-N800-43-7|~]sudo qmount /dev/mmcblk1p2 /floppyI thought that was a normal error for some reason. BTW, on my mmc1, fat32 is around 1.14 GB (?), the 2nd and only other partition for that card is ext2 at 2.51 GB. Edit: Sorry, here's a copy of ls /floppy -l Code:
[1|user@Nokia-N800-43-7|~]ls /floppy -l |
Re: Easy Debian Diablo Beta Testing
Okay, the only real problem I'm having is that I can't visualize a single thing that's going on with all of this.
Apparently I was dropped on my head, burned in a bathtub and thrown out a car when I was a baby. :( If you could, please post a simple screenshot of Gparted for your memory card. Second, if you could, post a screenshot of either your external or internal memory card before you extracted the whole rootfs thingie, then I should be gold from there on out. I've read through almost every debian post, but without a single picture of what you guys are doing, I'll probably remain a waddling nightmare of unhappiness. Does that make any sense? :) |
Re: Easy Debian Diablo Beta Testing
Quote:
When looking at filemanager, it no longer shows my external memory card, it just disappeared. Tried like 8 times or so. I went ahead and used root instead of sudo and it unpacked the whole way through. It looks like qmount isn't working correctly. What does that error message mean when attempting to mount /floppy? So either I've formatted the card wrong, the card is indeed junk, or I'm missing a dependency for qmount to do its thing. Thanks qole for exercising so much patience with me on this. I'm sure I've been a struggle for you. :) |
Re: Easy Debian Diablo Beta Testing
Addison,
That error, "blkid: error while loading shared libraries: libuuid.so.1: cannot open," is annoying but harmless. I'll try to figure out why that's happening for you and get it fixed, but it shouldn't stop this process from working. Unfortunately, all of those "Input/Output error" lines mean that your card is screwed up (again). You're going to have to reformat before trying again... WARNING: Formatting a partition is dangerous. If you format the wrong partition you could lose important data. You have been warned! Open a terminal, and enter the following: Code:
sudo umount /floppyBy the way, you can either gain root at the beginning and do everything as root, or use sudo to do specific things as root. I prefer the latter, but the former has fewer keystrokes... |
Re: Easy Debian Diablo Beta Testing
Is the libuuid.so.1 error a common one?
If you are getting the error, could you please post the output of the following: Code:
apt-cache policy libblkid1 libuuid1 |
Re: Easy Debian Diablo Beta Testing
Hiya qole!
Code:
[1|user@Nokia-N800-43-7|~]apt-cache policy libblkid1 libuuid1Code:
[1|user@Nokia-N800-43-7|~]sudo mkfs.ext2 -m 0 -L Debian /dev/mmcblk1p2I'll probably find it easier to partition the memory card and untar your rootfs file from a computer than using the tablet. Besides, if I go that way, there's other whole communities that I can bug besides laying this all on you. :) |
| All times are GMT. The time now is 10:29. |
vBulletin® Version 3.8.8