Membuat WINDOWS menjadi pilihan default saat dual boot, dual booting
OPEN SUSE
YaST > System > Boot loader, and then select windows, and also select "set as default".
UBUNTU
buka terminal, lalu ketik
sudo gedit /boot/grub/menu.lst
cari bagian
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify ’saved’ instead of a number. In this case, the default entry
# is the entry saved with the command ’savedefault’.
# WARNING: If you are using dmraid do not change this entry to ’saved’ or your
# array will desync and will not let you boot your system.
default 0
lalu ganti default 0 dengan urutan OS yg ada di komputer anda saat booting up.
No comments:
Post a Comment