Here is my problem:
I have windows and a windows data partition as hda1 and hda2 respectively
I have installed Kubuntu on the second IDE drive hdb (hdb5, which is mounted as /). By default the installer puts the GRUB files in a /boot folder of hdb5, and modify the MBR of hda (hd0) so that GRUB is executed at boot to give me the choice between loading Kubuntu or Windows.
This situation would be perfect if hdb wasn't a removable IDE drive. For some XP programs, I need to remove my  linux hdb and replace it by another drive. Naturally, when I do that, I can't even boot XP, as GRUB is located on the drive which is not connected at this time.
I am thinking about the following thing : I can create a new small ext3 partition on hda (hda5) and I could install the GRUB file in this partition, which will always be there as hda is fixed and always present.
Is this possible?
And in that case, will it bother GRUB to have an entry in the menu saying that one can boot kubuntu on hdb5, when the drive is removed? I mean, obviously GRUB will complain if I choose to boot Kubuntu, but remember than when I am using the non-linux drive, I want to work on windows. So my concern is to know if GRUB will want to display the boot menu, or if it does some checks before displaying it and will complain about not finding the linux partition. In that case I have to rethink everything.
Thanks in advance
I have windows and a windows data partition as hda1 and hda2 respectively
I have installed Kubuntu on the second IDE drive hdb (hdb5, which is mounted as /). By default the installer puts the GRUB files in a /boot folder of hdb5, and modify the MBR of hda (hd0) so that GRUB is executed at boot to give me the choice between loading Kubuntu or Windows.
This situation would be perfect if hdb wasn't a removable IDE drive. For some XP programs, I need to remove my  linux hdb and replace it by another drive. Naturally, when I do that, I can't even boot XP, as GRUB is located on the drive which is not connected at this time.
I am thinking about the following thing : I can create a new small ext3 partition on hda (hda5) and I could install the GRUB file in this partition, which will always be there as hda is fixed and always present.
Is this possible?
And in that case, will it bother GRUB to have an entry in the menu saying that one can boot kubuntu on hdb5, when the drive is removed? I mean, obviously GRUB will complain if I choose to boot Kubuntu, but remember than when I am using the non-linux drive, I want to work on windows. So my concern is to know if GRUB will want to display the boot menu, or if it does some checks before displaying it and will complain about not finding the linux partition. In that case I have to rethink everything.
Thanks in advance
Comment