Linux - NewbieThis 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 already created a partition for Fedora, what are you trying to shrink and why. I assume you meant shrink a partition no shrink a disk? What point do you run into problems specifically and do you get any error messages?
Yes, I've read that but it's not helpful at all. It doesn't give me any instructions for if I've already created a partition before the installation procedure.
If you already created a partition for Fedora, what are you trying to shrink and why. I assume you meant shrink a partition no shrink a disk? What point do you run into problems specifically and do you get any error messages?
I wasn't trying to shrink it, I just mentioned that because I presumed alot of people would tell me to or point me to guides telling me to use the shrink option in the installation, which I'd like to avoid.
Here's how I've done it:
- I've created a partition through vista, about 30GB.
- I made it drive X:\ but I did not format it (I don't think NTFS or FAT32 are good for linux, I think it's ext3 or ext4, right?)
- I select the custom partition layout option, select the partition I made, and click 'new'
From here I don't know what to do (when it starts asking for mount point and etc.)
Format with ext3 filesystem. Simplest choice in mount point is to use "/" which means root, it's the / without quotes and should be the first choice in the drop down box.
Yep, it's the first choice, but that doesn't make it the primary partition does it? I heard windows doesn't like being the secondary partition, so I'd like to avoid that if possible..
So now I've gotten to trying to create a custom layout.
I tell it to use mount point "/" with ext3 type. Then it has an error message that says "Your / partition does not match the the live image you are installing from. It must be formatted as ext4."
So I switch the type to ext4 and it then has another error saying, "Bootable partitions cannot be on an ext4 filesystem."
for a custom layout
first you need to deside if grub is going to be on the MBR ( replasing the MS Windows boot loder ) or not
if not then the MS bootloder needs editing and a ext3 partition for /boot ( aprox 73 to 100 meg ) needs to be made
fedora defaults to the NEW ext4 format ( can not be used for /boot) for / ,/home , etc.
i use
/boot - 100 meg
/home - 5 gig
/ - 15 gig
/DATA ( shared labelled data partition ) - 160 gig
/swap - 2 gig ( shared with fedora and CentOS )
========================
so for boot ( if used -- ext 3
for the rest -- ext4
for a custom layout
first you need to deside if grub is going to be on the MBR ( replasing the MS Windows boot loder ) or not
if not then the MS bootloder needs editing and a ext3 partition for /boot ( aprox 73 to 100 meg ) needs to be made
fedora defaults to the NEW ext4 format ( can not be used for /boot) for / ,/home , etc.
i use
/boot - 100 meg
/home - 5 gig
/ - 15 gig
/DATA ( shared labelled data partition ) - 160 gig
/swap - 2 gig ( shared with fedora and CentOS )
========================
so for boot ( if used -- ext 3
for the rest -- ext4
What are the advantages of having GRUB has the boot loader? Should I just leave the Windows boot loader?
also Microsoft sometimes tries to "fix" a 100% perfectly working GRUB if it is on the MBR . It dose this by replacing GRUB ( it boots MS also ) with the Microsoft bootloder ( IT DOSE NOT boot anything else but Microsoft products -- no linux , and no mac)
easy to fix , once MS dose this ,but a pain in the A?? .
What are the advantages of having GRUB has the boot loader
It is a lot easier to dual or multi-boot systems with Grub.
Your other errors are explained by John VV. I don't use Fedora but my understanding is that it automatically creates a separate /boot partition which needs to be ext3 format and apparently the / (root) partition needs to be ext4, at least with the DVD you have to install.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.