Results 1 to 4 of 4
I am trying to setup a multiboot with RH 9 and Win XP. My problem is that I have RH 9 installed, but it has now taken 3 of the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2003 #1Just Joined!
- Join Date
- Jul 2002
- Location
- CA
- Posts
- 4
Multiboot Red Hat w/ Win XP
I am trying to setup a multiboot with RH 9 and Win XP. My problem is that I have RH 9 installed, but it has now taken 3 of the primary partitions ( /, /boot, and swap). Now when I try to install XP, it tells me all the primary partitions are taken. Is their some way I can move the contents of /boot to my main partition so I can delete /boot? Or do I have to delete RH and start over with just 2 partitions?
-thank you
- 06-22-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Indeed you can (substitute hda1 for whereever your boot partition is):
The you will of course have to update your /etc/fstab and boot loader settings.Code:umount /boot mkdir /mnt/boot mount /dev/hda1 /mnt/boot cp -a /mnt/boot/* /boot umount /mnt/boot
- 06-22-2003 #3Just Joined!
- Join Date
- Jul 2002
- Location
- CA
- Posts
- 4
reply
i'm kind of a newbie, so can u tell me what exactly i would have to update in /etc/fstab and in the boot settings
- 06-22-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You would have to remove to /boot entry from /etc/fstab, and then change the boot loader settings (I don't know if you're using GRUB or LILO, so I can't give you any specific instructions) to use the new path on the new partition to find the kernel image (and the initrd image if your distribution uses an initrd). If you want more specific instructions, then tell me which boot loader you're using, and include your boot loader config file (/boot/grub/grub.conf for GRUB and /etc/lilo.conf for LILO), and your exact partition table.


Reply With Quote
