Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have received a copy of partition magic 8.0 and installed it on my windows xp system. My drive is partitioned as follows: 1. swap file, 2. partition for windows, 3. partition for boot magic, 4. partition for Linux. when I try to install Linux from boot disk it locks up before the lnstaller fully loads and locks the system. I would appriciate any suggestions on getting Linux installed onto the partition I have created for it.
Yeah skyline pretty much said it all right there. You don't want to (it won't let you obviously) pre partition for linx. Your distro should have a partitioning tool on it What you can do if you do not want to format your disk is to:
Defrag the drive in windows
Redistribute the partitioning of the drive (your distro should have some program capable of doing that) giving a formatable partition for linux while leaving part of the old partition for windows.
Run install as usual
No guarrentes windows will still work properly....Windows really does suck ( out of the two systems I used this method on one remainded optional and the other one froze as you tried to boot windows)
Best of luck to you
Last edited by werley_123; 07-15-2003 at 02:01 AM.
maybe you should reserve some space for the /boot partition in the first 512 MB of your primary master.
It could be helpful to start LINUX;o)
A nice distribution could be Mandrake 9.x because of its own partitioning-tool which is able to resize ntfs partitions. It's the only distribution I know with this feature.
Oh. I've got the same problem after modifying the Partition Magic setting under windows (I have dual boot). If you type -help you could see the help. But at that moment I did not have time for these all and had to finish some jobs. So I just Reinstalled windows and Linux (sounds stupid, but really I have no materials to read, nor the internet at that moment).
I am also looking for the answer for this question. Thank you all.
Originally posted by werley_123 Yeah skyline pretty much said it all right there. You don't want to (it won't let you obviously) pre partition for linx. Your distro should have a partitioning tool on it What you can do if you do not want to format your disk is to:
Defrag the drive in windows
I would also add that you might want to turn off virtual memory before you defrag the drive (assuming that Microsoft's latest bugware allows you to do that).
Yes - you would use disk driud - all the major distribution's installers come with partitioning tools built in - so - you dont need to set up partitions in advance using either Windows tools or a 3rd party propriartry tool - you just leave some free space and let the Linux distribution set up its own filesystem in a partiton in the free space.
take a screenshot in partitionmagic by hitting {prt scrn} on your keyboard (top row third from right) and then paste the picture in paint or something. show the picture in this thread so i can see what your hdd partitions look like then i can help you from there
I have a copy of Mandrake 9.1 which I had purchased from someone. I have done as Skyline said and unpartioned the drive and started running the installation disk in my system to install Linux. As the installation disk was running the program would show hda: lost interupt and then would start checking the partion of the drive. While checking the partition the message unable to handle kernel NULL pointer message would be displayed and then <0>kernel panic: AIEE, killing interupt handler!, Interupt handler - not syncing would be displayed and then the system would lock and go no further. Does anyone know why this would happen and if so help would be greatly appreciated. Needless to say, this is quite frustrating. Thanks for helping in advance. I have a screenshot but I'm unable to post it.
Dakota
My $.02
I have used Partition Magic to create Linux ext2 and swap partitions just so that I didn't have unpartitioned space on the hard drive (From Windows perspective) Normally, 3 or 4 Gigabytes is enough for a full install of Mandrake 9.0. (You can get by with a lot less.) When you boot the Mandrake setup CD, use the partitioning tool it provides to setup the various Linux partitions. On a dual boot machine, I normally install M$ Windows in a primary partition on the first 2 or 3 GB of the drive. I then use PM8 to create Logical partitions. Note that GNU/Linux names the primary hard drive hda. The first primary partition is call hda1. The first logical partition is called hda5. (Learning the naming convention will save you much heart ache later.) I normally create 3 partitions in the extended logical drive. Those being a / , swap, and /usr . (The forward slash is the root partition, and is where most of the "guts" are installed. Typically, a minimum of 2 GB is necessary, depending on your installation.) GNU/Linux needs some swap space. As a rule, 1.5 times the physical memory is adequate for swap. (This is dependent on your particular hardware.) Whatever space is left over can be assigned to /usr. I normally install LILO to MBR. This method omits Boot Magic altogether. LILO can be set to default to either of the OSes you have installed. This method has worked for me every time, however it is only one user's opinion. I hope some of the information is helpful.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.