I have suffered from boot configuration a lot. If windows is installed above ubuntu, ubuntu doesn't boot. if ubuntu is installed above windows then windows goes away.
Of course, reinstalling grub fixes these things, but I suppose having a dedicated grub partition is going to help me a lot.
So I have fresh windows installed. I am about to install ubuntu 11.04. But before I install Ubuntu, I want to create a dedicated boot partition first.
I thought creating a separate partition of about 200 mb and mounting it as /boot was called dedicated partition
but it seems it is not.
How to create a dedicated boot partition during ubuntu installation?
sudo grub-install --root-directory=/media/grub2 /dev/sda
as a command. But from where to input this command, is it ok if i do from the ubuntu's live cd. – Starx Jul 25 '11 at 08:09/media/grub2
or whatever is your dedicated Grub2 partition (Grub2 will install the config and module files there) and/dev/sda
is the disk you want to boot from (Grub2 boot image will be installed into the first sector there). – arrange Jul 25 '11 at 08:21/boot
of your Ubuntu installation, but its own (very small) extra partition (as explained in the link). – arrange Jul 25 '11 at 09:21link to kernel
instead ofkernal image link
. How to find out the links to those kernel images – Starx Jul 25 '11 at 13:13/
are updated automatically. Therefore you don't need to update your Grub config. Also see http://members.iinet.net.au/~herman546/p15.html#3._Symlink – arrange Jul 25 '11 at 13:57