[atv-bootloader] Re: recovery-1.0 release

2011-07-22 Thread dkeefe
See my answers below. Thanks again for your help. 2. nano doesn't work if you telnet into the atv bootloader. I get For some reason, ubuntu (or the install I was using) doesn't have a / usr/share/terminfo/l/linux file. export TERM=xterm-basic seems to fix it for example, or symlinking

[atv-bootloader] Re: recovery-1.0 release

2011-07-22 Thread dkeefe
sure. I'll post it later tonight. thanks again! On Jul 22, 3:10 pm, Travis Hansen travisghan...@gmail.com wrote: I plan on fixing the nano issue yes. The keyboard issue is likely something missing from the kernel.  Can you send me the dmesg output from a system booted where it's working?

[atv-bootloader] Re: recovery-1.0 release

2011-07-22 Thread dkeefe
bootloader dmesg: Linux version 2.6.39 (root@thansen-MP061) (gcc version 4.5.2 (Ubuntu/ Linaro 4.5.2-8ubuntu4) ) #2 Sun Jun 5 22:45:22 MDT 2011 BIOS-provided physical RAM map: BIOS-e820: - 0008f000 (usable) BIOS-e820: 0008f000 - 0009 (ACPI NVS)

[atv-bootloader] Re: recovery-1.0 release

2011-07-22 Thread dkeefe
ubuntu dmesg: [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Linux version 2.6.38-8-generic (buildd@vernadsky) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 (Ubuntu 2.6.38-8.42-generic

[atv-bootloader] Re: recovery-1.0 release

2011-06-25 Thread Bharath Ramesh
On Jun 23, 11:52 pm, Travis Hansen travisghan...@gmail.com wrote: All You'll be happy to know we've released a new recovery image. http://code.google.com/p/atv-bootloader/downloads/list A couple of things to note... 1. It does include support for pretty much every filesystem out there

[atv-bootloader] Re: recovery-1.0 release

2011-06-25 Thread Scott D. Davilla
On Jun 25, 7:10 pm, Travis Hansen travisghan...@gmail.com wrote: I'm actually not sure which version the boot.efi is from. I just checked the md5sum it seems that the boot.efi hasnt changed in a while. The 3.0.2 boot.efi comes with the same md5sum as well. boot.efi has never changed from

[atv-bootloader] Re: recovery-1.0 release

2011-06-24 Thread dkeefe
Yeah! I'll give it a shot this weekend. what is gdisk and why would we need it? Thanks again for your work! On Jun 23, 11:52 pm, Travis Hansen travisghan...@gmail.com wrote: All You'll be happy to know we've released a new recovery image.

[atv-bootloader] Re: recovery-1.0 release

2011-06-24 Thread Travis Hansen
gdisk is the gpt counterpart to the msdos fdisk. Basically it's a another tool that can be used to create gpt partition tables/ partitions instead of parted which may be more difficult for beginners. On Jun 24, 6:57 am, dkeefe dke...@eoimaging.com wrote: Yeah! I'll give it a shot this weekend.

[atv-bootloader] Re: recovery-1.0 release

2011-06-24 Thread Travis Hansen
I'm guessing that's because you 'installed' a pre-created .img file to your harddisk. I believe simply running parted /dev/sdX will detect and clean that up for you...not sure though. On Jun 24, 10:35 am, dkeefe dke...@eoimaging.com wrote: got it. does it create a proper partition table? I

[atv-bootloader] Re: recovery-1.0 release

2011-06-24 Thread dkeefe
I've installed linux a bunch of different ways (including running live images from vfat partitions), and I see that message every time. parted and gptsync won't fix it. It works fine, so it isn't a big deal. it is just annoying... On Jun 24, 12:53 pm, Travis Hansen travisghan...@gmail.com wrote: