nothing simple. make few changes to ur bootloader which shud b i guess grub.
just do to the command line of grub and highlight the entry for ur 2.6 kernel.
now bfore u edit it u must know where is ur new kernel and which is the /boot partition if it is , else which is root partition for new kernel.
now change the entry labeled root(hdx,y) to
root (hda,b) { this the root / boot for ur new kernel }
now on the next line u will hve ....
something like ...
ro root LBAEL=/ etc etc .
make this ro root LABEL = /dev/hda( or hdb accordingly) /kernel image path
and boot from this kernel if it doesn't try changing the partition at time we messit up.
it will work 101% .
bye bye .
|