Linux on Apple TV/Debian
From AwkwardTV
Contents |
[edit] Debian Install
[edit] Partitions
Number Start End Size File system Name Flags 1 20.5kB 35.7MB 35.7MB fat32 EFI boot 2 35.7MB 455MB 419MB hfs+ Recovery 3 455MB 1399MB 944MB ext3 OSBoot 4 1399MB 12.1GB 10.7GB ext3 Media 5 12.1GB 40.0GB 28.0GB
The Root FS is on Partition 3, Partition 4 is /usr and 5 is a LVM Volume
[edit] Recovery Partition
My Settings in com.apple.Boot.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Background Color</key>
<integer>0</integer>
<key>Boot Fail Logo</key>
<string></string>
<key>Boot Logo</key>
<string>BootLogo.png</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Cache</key>
<string>mach_kernel.prelink</string>
<key>Kernel Flags</key>
<string>root=/dev/sda3 irqpoll noapic acpi=force</string>
</dict>
</plist>
[edit] xorg
My xorg.conf you should change the Keyboard layout. You need the closed source nvidia Driver.
