Hi,
I have a brand spanking new MacBook Pro 2011 15". The only hardware peculiarities are that it's got the slightly fancier Radeon HD 6750M graphics chip, the high-res screen, and an OCZ Vertex 3 SSD i installed myself.
I downloaded a LiveCD image (Fedora-15-x86_64-Live-Desktop.iso), and put it on a USB stick using livecd-iso-to-disk --mactel --format on another machine which is already running Fedora. I put the stick in the Mac, option-rebooted, and picked the USB stick in the Mac's boot menu.
The boot process starts - the boot loader tells me it's about to start Fedora, and i can hit a key to go into its menu. So far so good. But when the countdown hits zero, or if i enter the menu and choose an option, everything stops. There's no sign of Linux loading.
The fact that the boot loader comes up and offers to boot Fedora tells me that i have successfully navigated the maze of creating a bootable disk. But it seems that the kernel that the loader is trying to load is not at all happy. And yet, there are reports on this forum of people successfully installing Fedora 15 on MacBook Pro 8,2s (well, with minor hitches - they wouldn't be on this forum if it had gone flawlessly!).
I have no idea how to approach this problem. The fact that nothing at all happens gives me no clues as to what's going wrong. I don't have any sort of logging or diagnostic output.
Any thoughts on what might be the problem, or how i can approach this?
I'm going to try burning a CD from the ISO, to see if that works any better.
---------- Post added at 02:04 PM ---------- Previous post was at 12:40 PM ----------
I tried burning a CD, and that was a little more successful. The disc boots, and i get quite a bit of Fedora loading action, but then it drops out to a debug shell with little explanation. The last thing in the output of dmesg is:
Code:
dracut Warning: No root device "live:/dev/disk/by-label/Fedora-15-x86_64-Live-Desktop.is"
That looks a bit like a path is a character too long for some sort of limit - something has sliced an 'o' off the end of that path somewhere along the line. I tried renaming the ISO file to something shorter and burning it again (a pretty desperate move!), but the result was the same.
So, what is this dracut thing, and why is it messing with me?