... it may be wise to check whether my thoughts about the following are right:
My current setup is a dualboot W2k and Kubuntu-9.04 with PartitionMagic as primary bootloader.
The partitions on my first hard disk are shown in attachment sda_small.png.
The order of boot is:
Now i want to reinstall W2k (keeping the data intact) on /dev/sda1 and replace the PartitionMagic bootloader with grub. Will the following sequence lead to success?
1- unhide /dev/sda1 (via KDE partition manager for example)
2- boot from W2k installation CD
3- let W2k setup find /dev/sda1 and install W2k
4- boot from liveCD for Kubuntu 9.04
5- install grub on MBR of /dev/sda
The /dev/sda3 might then be merged with /dev/sda1 later on perhaps but i want to leave it now for what it is.
For the last step I need to find out more about how to do that as my current menu.lst on /boot/grub is as shown in the second attachment.
Could someone be so kind and indicate whether my way of thinking is right?
Thanks
My current setup is a dualboot W2k and Kubuntu-9.04 with PartitionMagic as primary bootloader.
The partitions on my first hard disk are shown in attachment sda_small.png.
The order of boot is:
Code:
MBR -> /dev/sda3: partitionmagic7.0 -> /dev/sda1: W2k -> /dev/sda6: Kubuntu 9.04 (grub 0.97)
1- unhide /dev/sda1 (via KDE partition manager for example)
2- boot from W2k installation CD
3- let W2k setup find /dev/sda1 and install W2k
4- boot from liveCD for Kubuntu 9.04
5- install grub on MBR of /dev/sda
The /dev/sda3 might then be merged with /dev/sda1 later on perhaps but i want to leave it now for what it is.
For the last step I need to find out more about how to do that as my current menu.lst on /boot/grub is as shown in the second attachment.
Could someone be so kind and indicate whether my way of thinking is right?
Thanks
Comment