how do i go about uninstalling Linux Mandriva from a partition on my hard drive?
Saturday, September 19th, 2009 at
22:04
I belive i also need to get rid of the LILO bootloader which i belive is installed on the same partition as linux. ( i have windows installed on the other partition)
Tagged with: lilo bootloader • Linux • partition
Filed under: Mandrake
Like this post? Subscribe to my RSS feed and get loads more!
How about, within linux, removing the lilo bootloader first:
lilo -u /dev/hda
Replacing /dev/hda with the actual device if necessary.
Then just remove the linux partition later on.