You can have multiple versions of Ubuntu on the same computer using grub to switch between them.
- Install the first OS to the first disk
- Install the second OS to the second disk
If using multiple disks for different versions, after installing the second OS use grub to select the default using the first OS/disk. e.g. to select the second OS/disk as default boot:
- Log into the first OS/disk
- Edit grub: sudo vi /etc/default/grub
- Edit timeout to sufficient to see the menu e.g. 5
- Save, exit and run: update-grub
- Reboot and note the number of the second install in the list (index 1), but load the first
- Edit grub: sudo vi /etc/default/grub
- Edit default option
No comments:
Post a Comment