LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help about partitions! (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-about-partitions-44086/)

SayHelloToPapa 02-04-2003 03:11 PM

Need help about partitions!
 
I currently run under WindowsXP and I wanna keep it. I have 8unused gig to create Linux partitions. With PartitionMagic, I can create LinuxExt2,LinuxExt3 and LinuxSwap. I know I must create a Primary Linux partition and a Swap partition. What size should the Swap partition be and is it a logical or primary partition.

Oh, and will the MBR automaticaly update so I can choose Linux or Windows?

Mara 02-04-2003 03:45 PM

You can just resize the Windows partition and leave free space for Linux installer. It can create partitions for you and format them.
You need a / (root) filesystem and swap (and may have more partitions, for example /home for your private files). They can all be extended. Swap can be ~500MB (or even less, 300-400MB), the rest for main partition.

The MBR (I guess you mean the boot menu) will not be updated the right way during installation. You need to do this yourself. During Linux installation choose not to install LILO in the MBR. Install it in one of the Linux partitions. Create a boot disk when asked.
When the installation's completed, boot from the floppy, log in as root and make an image of LILO:
dd if=dev/hda? of=boot.lnx bs=512
Where /dev/hda? is the right partition name (the one you installed LILO to). Copy the file to Windows partition (via floppy). When in Windows, open boot.ini and add (at the end):
C:\BOOT.LNX="Linux"

lopoetve 02-05-2003 02:11 PM

why not just install lilo in the MBR and then add

other=/dev/hda?(windows partition)
label=windows
optional

and add prompt, timedelay, and default to the beginning of the lilo.conf file?


All times are GMT -5. The time now is 03:26 PM.