DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I've installed Debian on my new MacBook Pro along with Windows and Mac OS X. The installation proceed like a charm. Atleast as much a charm as described here. So now I see Mac OS X, Windows and Linux in the rEFIt menu. However, if I choose to boot into Linux, it boots into Windows. Windows boots into Windows too. Anyone have any idea what the problem might be? Thanks.
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675
Rep:
Looks like your bootloader is pointing at the wrong partition for Linux. I'm not familiar with that bootloader though. Is there a way to edit it to point to the correct linux partition ?
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675
Rep:
I haven't owned a mac since the 90's, so I know nothing about whatever funky bootloader you are using. If you get desperate, you could try putting a grub install on there, which would boot linux, windows and OSX for you. I don't think it would screw anything up, but like I said, I don't know a damn thing about your funky bootloader, and I know nothing recent about macs, so, use at your own risk. Supergrub bootdisk will build and install grub for you, with all the correct entries. Use at your own risk though.
Well, every tutorial I've seen on the internet so far on how to set up triple booting has used rEFIt as the boot loader. I'm assuming that there's a valid reason behind that. In any case I could probably try installing lilo in the MBR. Actually even with rEFIt, you have to install lilo on your linux partition that you're using. It shouldn't be too hard to reinstall rEFIt if it doesn't work. However, I'll do some googling and see what I decide. Thanks for trying, though
Well, every tutorial I've seen on the internet so far on how to set up triple booting has used rEFIt as the boot loader. I'm assuming that there's a valid reason behind that. In any case I could probably try installing lilo in the MBR. Actually even with rEFIt, you have to install lilo on your linux partition that you're using. It shouldn't be too hard to reinstall rEFIt if it doesn't work. However, I'll do some googling and see what I decide. Thanks for trying, though
Did you remember to resynch the MBR and GUID partition tables in the rEFIt menu?
Yup. And I finally figured out the problem. So my partition table looks something like this:
* /dev/sda1 -> Mac OS X
* /dev/sda3 -> Linux swap
* /dev/sda4 -> Windows
* /dev/sda5 -> Miscellaneous partition
* /dev/sda6 -> Linux /
* /dev/sda7 -> /home
So what was happening was that rEFIt was erroneously detecting my swap partition as my Linux partition and pointing to it. Since there was no bootloader in /dev/sda3, it was going to the next bootloader, loading Windows. Installing Lilo in /dev/sda3 instead of /dev/sda6 should have solved the problem. Unfortunately, I figured this out only after I repartitioned and made /dev/sda3 my Linux / partition Anyway, Debian is working now. Thanks
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.