sudo nano /etc/default/grub
the line
GRUB_DEFAULT=0
must be changed with the desired value, indexing starts with 0. Then save, exit and execute:
sudo update-grub
reboot to test...
Wednesday, April 17, 2019
triple boot 2x Ubuntu and Windows?
https://askubuntu.com/questions/228890/how-can-i-triple-boot-xubuntu-ubuntu-and-windows
Start your installation using the Ubuntu 12.04 LTS CD.
- When you reach the
Installation Type Page
, selectSomething Else
. - Now, you will get a page listing your partitions.
- Select
/dev/sda2
and selectModify
- Now, give the
Use as
asext4
andmount point
as/
- You can just reuse your existing
swap
partition. - Continue with the installation.
After the installation, you should be having a system that you desired.
Subscribe to:
Posts (Atom)