0

I have a single hard disk. It has 6 partition and on the 6th partition i have installed Linux kernel-3.10.26 .

Linux kernel-3.10.26 -> (hd0,sda6)

Now i want to ask whether can i install another Linux kernel version say version 3.2.54 on same partition of same hard disk where previous version of Linux has been installed and i can make a choice at boot time that in which version i should boot?

Linux Kernel-3.2.54 -> (hd0,sda6)

nitin
  • 37

1 Answers1

2

Yes, certainly. Exactly how to do it will depend on your distro - if you want a version that's not in the repository, you might need to build it yourself. For example, instructions for Ubuntu.

Your bootloader will allow you to choose the kernel you want to boot.

user55325
  • 5,113