uBoot installation on Pogoplug Classic (POGO-P24) fails February 17, 2012 07:26PM |
Registered: 13 years ago Posts: 7 |
# Validating existing uBoot... Block size 131072, page size 2048, OOB size 64 Dumping data starting at 0x00000000 and ending at 0x00080000... Connecting to jeff.doozan.com (69.163.187.226:80) ## Unknown uBoot detected on mtd0: 188602682dada4308e3d9945c3f6b6ed ## ## The installer could not detect the version of your current uBoot ## This may happen if you have installed a different uBoot on ## /dev/mtd0 or if you have bad blocks on /dev/mtd0 ## ## If you have bad blocks on mtd0, you should not try to install uBoot. ## ## If you have installed a diffirent uBoot on mtd0, and understand the ## risks, you can re-run the installer with the --no-uboot-check parameter ## ## Installation cancelled. Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 490560 inodes, 1959924 blocks 97996 blocks (5%) reserved for the super user First data block=0 Maximum filesystem blocks=4194304 60 block groups 32768 blocks per group, 32768 fragments per group 8176 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 17, 2012 09:16PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 18, 2012 05:11AM |
Registered: 13 years ago Posts: 7 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 18, 2012 02:36PM |
Registered: 13 years ago Posts: 7 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 18, 2012 03:12PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 18, 2012 07:20PM |
Registered: 13 years ago Posts: 7 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 18, 2012 09:18PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 27, 2012 09:48PM |
Registered: 13 years ago Posts: 17 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 27, 2012 11:25PM |
Registered: 12 years ago Posts: 12 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 28, 2012 07:46AM |
Registered: 13 years ago Posts: 7 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 28, 2012 11:32PM |
Registered: 13 years ago Posts: 17 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 29, 2012 04:50AM |
Registered: 13 years ago Posts: 7 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails February 29, 2012 10:58PM |
Registered: 13 years ago Posts: 17 |
The size of the rootfs should be about about 300-400MB umount /media/debian/proc umount /media/debian/dev/pts du -sh /media/debian/ So we have a working rootfs image which we want to put on a USB flash drive. Connect your USB flash drive (Here I assume it to be /dev/sdb) and use gparted to create a primary ext3 partition (sdb1) and a primary swap partition (sdb2). It's very important that the ext3 partition is the very first partition of your flash drive. Mount the newly created partition and copy rootfs onto it. mount /dev/sdb1 /mnt cp -a /media/debian/* /mnt
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails March 01, 2012 12:56PM |
Registered: 12 years ago Posts: 12 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails March 02, 2012 09:59PM |
Registered: 13 years ago Posts: 17 |
sudo -s mkdir /media/temp mount /dev/sdb1 /media/temp apt-get install debootstrap binfmt-support qemu-kvm-extras-static modprobe binfmt_misc mount devpts /media/temp/dev/pts -t devpts mount -t proc proc /media/temp/proc chroot /media/temp/ /bin/rm /etc/ssh/ssh_host_* dpkg-reconfigure openssh-server apt-get install dhcp3-client passwd exit umount /media/temp/dev/pts umount /media/temp/proc umount /media/temp
Wladston Viana
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails March 31, 2012 03:48PM |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails June 22, 2012 05:57PM |
Registered: 13 years ago Posts: 17 |
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails June 22, 2012 07:30PM |
Registered: 12 years ago Posts: 4 |
WarheadsSE
Re: uBoot installation on Pogoplug Classic (POGO-P24) fails July 02, 2012 09:17AM |