![]() |
|
[RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: [RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux) (/showthread.php?tid=97949) |
- AngryUndead - 2011-04-20 02:55 Code: Device Boot Start End Blocks Id SystemHey I'm confused about some things. Why is /dev/sda3 the root filesystem but marked as swap in the partition table? Just curious about what's going on there. I've also got another question. Will the install script work on a smaller drive? I was thinking of replacing the stock drive with a CF drive (266x - 600x) because I keep all of my media on a 6TB NAS. I'm just trying to figure out what I'm going to have to do to make this work without losing my settings. As soon as I get the advancedsettings bit worked out I'll switch to using a remote mysql metadata database. Thanks. - Sam.Nazarko - 2011-04-20 03:46 nchall Wrote:Sam, Use atv-linux (see Google Code). It is the project I worked on, gives you a beautiful Ubuntu Minimal install of ~400MB and then you can install a desktop with sudo apt-get install ubuntu-desktop. This will give you a system without XBMC/CrystalHD Philmatic Wrote:No, what he means is that some of us only have a USB drive installed on our ATVs, we don't have the internal HD installed at all (For whatever reason), so using your installer, we'd select "Pen Drive installation" then we'd have to modify our com.apple.boot.plist to drop down a letter to support that configuration. Firstly. I read it wrong. But the answer is still the same. He needs to replace that plist and fstab file with the ones on the remote server as the only device is /dev/sda. No, it can't be implemented in the Windows installer because not many seem to want it and it would require me to write a driver for EXT3 and HFS+ (challenging c++), or prepare a separate image (more feasible) which would only confuse users more. This would have to be done because despite you saying that com.apple.boot.Plist would have to be replaced, and you are correct, I would also have to replace /etc/fstab, which either requires a new image or very sophisticated filesystem manipulation that is unachievable through open source tools. That said, I'd be glad to assist people in achieving their aTV setup. calev Wrote:Thats what i did. You can install the desktop environment afterwords with one command. I then installed fluxbox since gnome runs a little slow.It makes it easier to copy movies and stuff over. It works really good. The only problem ive had is trying to get the wireless card to work with ndswrapper. I can see my networks and connect but no internet. Use atv-linux, ndiswrapper works with wifi card on this version. AngryUndead Wrote: Firstly, yes it will work on any size drive and give you drivesize - 1.5GB of space to use. You could edit script to make this -1s to give you 99% capacity instead, but the 1.5GB is reserve for system reasons. However, I know someone having tremendous difficulty configuring the system with a CF drive. He has tried several CF2IDE adapters and I have personally pursued the matter remotely via SSH, verifying his partition tables and their contents with md5 hashes, and yet he has had no success in booting unless kexecing from a remote OS or device, so I'd advise against it. I don't know what output is giving you that information saying /dev/sda4 is ext3. But it is wrong. /dev/sda3 is ext3, the swap partition being the second partition. I presume you ran this on a Mac? The reason you are getting this error is because the first 40sectors of the disk (normally omitted), is being treated as an EFI GPT partition #1, which means all further partitions become incremented by one. It is irrelevant though. Because the Recovery partition is still the first 'real' partition, swap the second and ext3 Linux the third. Apple computers parse this differently, but trust me, Linux root file system is on /dev/sdX3 and swap is on sdx2. If this was wrong then fstab would be wrong and your system would not be functioning. - AngryUndead - 2011-04-20 03:49 Sam.Nazarko Wrote:I don't know what output is giving you that information saying /dev/sda4 is ext3. But it is wrong. /dev/sda3 is ext3, the swap partition being the second partition. I presume you ran this on a Mac? The reason you are getting this error is because the first 40sectors of the disk (normally omitted), is being treated as an EFI GPT partition #1, which means all further partitions become incremented by one. It is irrelevant though. Because the Recovery partition is still the first 'real' partition, swap the second and ext3 Linux the third. Apple computers parse this differently, but trust me, Linux root file system is on /dev/sdX3 and swap is on sdx2. If this was wrong then fstab would be wrong and your system would not be functioning. I just ran that on the atv itself, with putty. "fdisk -lu" and "df -h". That's it. Good point about the CF disk though. I'm not willing to fight with it. I just wish it was SATA so I could put a small SSD in there. - Sam.Nazarko - 2011-04-20 04:27 fdisk does not provide reliable output for GPT. It even tells you that itself and says use gnu parted instead, 1080P over Component Video - unmesh - 2011-04-20 05:54 I've been running OSX on my ATV1 for a while. I took the plunge today and began running XBMC Live from a USB stick because of its reputation of handling 1080P content, starting with an xorg.conf modified to run HD720P over Component. When everything was running fine, I re-edited xorg.conf to use HD1080P and only get a blank screen. Does 1080P only run over HDMI? Also, and this is a stupid Linux question, is there a faster way to test xorg.conf changes than a full reboot of the ATV? Thanks. - Sam.Nazarko - 2011-04-20 06:06 Good on taking the plunge. You won't regret it. Besides running it off a USB means you can go back any time. Component should allow 1080p just fine. To test xorg.conf changes, close XBMC with the exit option and then run "sudo xinit /usr/bin/xbmc --standalone" after making your xorg.conf changes. Hope this helps - unmesh - 2011-04-20 06:26 Sam.Nazarko Wrote:Good on taking the plunge. You won't regret it. Besides running it off a USB means you can go back any time. Component should allow 1080p just fine. To test xorg.conf changes, close XBMC with the exit option and then run "sudo xinit /usr/bin/xbmc --standalone" after making your xorg.conf changes. My LCD is a LG 47LG70 and displays 1080P material from my BluRay or Cable box fine. I modified the ATV xorg.conf Screen section as follows: Code: Section "Screen"TVStandard of HD720P works but HD1080P does not. Is there a log I can look at to further debug the problem? Thanks. - unmesh - 2011-04-20 06:46 I found the log file and the system definitely looks unhappy with the settings: The resolution of 800x600 is not supported by the TV, hence the blank screen. At HD720P, 1280x720 shows up as a validated mode, here it does not. Code: (II) Setting vga for screen 0.- unmesh - 2011-04-20 07:48 I've been playing with various xorg.conf settings and it looks from the log that HD1080i is supported by the driver but not HD1080p - AngryUndead - 2011-04-20 17:58 Sam.Nazarko Wrote:fdisk does not provide reliable output for GPT. It even tells you that itself and says use gnu parted instead, Thanks. |