<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>FC3/grub: What is the proper procedure to resize (shrink) the /boot<br>partition?  parted does not like the partition ("Error: Filesystem has
<br>incompatible feature enabled").</blockquote><div><br>
If it was me, I'd just reinstall if it is a desktop. A server role on the otherhand is more interesting. <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am assuming:<br><br>1) boot using the distribution DVD in rescue mode<br>2) back up /boot
<br>3) I am assuming I will get a Fedora-specifc parted equivalent, that will<br>let me<br>    a) unmount /boot<br>    b) resize on the fly, or blow it away and create another one in its<br>place<br>    c) remount /boot<br>
4) run (what?) to reinstall grub in this partition; is it grub-install?<br>with what options?  my current grub.conf has</blockquote><div><br>
Yes, grub-install will fix that up.<br>
 <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file
<br># NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/, eg.<br>#          root (hd0,0)<br>#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
<br>#          initrd /initrd-version.img<br>#boot=/dev/sda<br>default=0<br>timeout=5<br>splashimage=(hd0,0)/grub/splash.xpm.gz<br>hiddenmenu<br>title Fedora Core (2.6.9-1.667)<br>        root (hd0,0)<br>        kernel /vmlinuz-
2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb<br>quiet<br>        initrd /initrd-2.6.9-1.667.img<br><br>5) reboot and cross the fingers...<br></blockquote></div><br>
Looks to me like you are still running the stock kernel on FC3? Any chance a reinstall is out of the question?<br>
<br>
A fast way to clear the drive and let Fedora pick the partitions is to
zero out the first few hundred meg of the drive. I do that to prevent
it from labelling some partitions /1 and /boot1 if it sees partitions
on there already.<br>
Boot off the FC cd or dvd in rescue mode.<br>
Don't bother to start network interfaces.<br>
Don't bother to mount existing partitions (skip)<br>
at the command prompt<br>
<br>
# dd if=/dev/zero of=/dev/sda bs=1M count=200<br>
<br>
You're done. hit reset and reboot and let it install and pick the partitions this time.<br>
Substitute sda for hda is you have an IDE drive.<br clear="all"><br>
I reload my system at least once a month or every 6 weeks. I'm always
tinkering around on it, and I usually run the new tests that get
released. I have rsync scripts to back up my data to my server so I
don't miss anything important when I reload.<br>
<br>-- <br>-=/>Thom