I'm happily running Ubuntu 12.04.1 LTS, although I could swear the
distribution was called "Lubuntu" when I downloaded it.
Instead of trying to make grub work I added a /boot_linux.sh with the
contents below.  The only drawback is I have to change the symlink  for
initrd.img whenever I get a new kernel. Instead of an absolute path I need
the relative path, so

From: initrd.img -> /boot/initrd.img-3.2.0-32-generic
To: initrd.img -> boot/initrd.img-3.2.0-32-generic


cat /boot_linux.sh

#!/bin/bash
#
echo "this is a boot_linux.sh script"
#
#
mkdir -p /tmp/rootfs
mount /dev/sda4 /tmp/rootfs
kexec -u
kexec --load /tmp/rootfs/boot/vmlinuz-3.2.0-24-generic
--initrd=/tmp/rootfs/boot/initrd.img-3.2.0-24-generic
--command-line="root=/dev/sda4"
kexec -e


Hope this helps,

Knut Forkalsrud

PS: I also found this helpful:
http://theangryangel.co.uk/blog/debian-on-the-appletv




On Thu, Jan 10, 2013 at 9:58 PM, Robert Baptista <rob...@rbcardiff.net>wrote:

> I supplied Davilla with a patch a while back for grub2 support. I believe
> he released an update with it included, but I don't recall when it was or
> if it was a full version change. You might have luck finding it in the
> forum.
>
> Robert
>
>
> On 1/10/2013 5:01 PM, martin_05 wrote:
>
>>
>> On Thursday, January 10, 2013 4:32:53 PM UTC-8, Rick wrote:
>>
>> > Yeah, I've had a really hard time. To the point where I was dropping
>> back to earlier versions of Ubuntu than current (not sure I got all the way
>> back to the ATV doc's Ubuntu 8.05 version) to try to get it to work. It
>> sometimes seemed like I'd get somewhere, and then not really.
>>  I am now thinking that it might be far more cost-effective to just
>> purchase one of those small fan-less micro-PC's and install 12.04 LTS
>> conventionally.  At one point you have to value your time.
>> --
>> To post to this group, send email to 
>> atv-bootloader@googlegroups.**com<atv-bootloader@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/**group/atv-bootloader?hl=en<http://groups.google.com/group/atv-bootloader?hl=en>
>>
>
> --
> To post to this group, send email to 
> atv-bootloader@googlegroups.**com<atv-bootloader@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/**group/atv-bootloader?hl=en<http://groups.google.com/group/atv-bootloader?hl=en>
>

-- 
To post to this group, send email to atv-bootloader@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/atv-bootloader?hl=en

Reply via email to