Kadang di sebuah kompie atw laptop terinstall lebih dari satu Operating System, misalkan Linux Ubuntu dan Windows... mau nya sih cuman terinstall Ubuntu aja...
tp karena ada software2 yg hanya berjalan maksimal di Windows dan apalagi software2 itu ada hubungannya dengan pekerjaan, mau ngak mau jd harus menginstal windows juga...
tp karena ada software2 yg hanya berjalan maksimal di Windows dan apalagi software2 itu ada hubungannya dengan pekerjaan, mau ngak mau jd harus menginstal windows juga...
nah klw kita ingin menyembunyikan menu Opertaing System Windows saat boot di Linux Ubuntu, mungkin ini salah satu caranya...
Versi Linux Ubuntu yg di gunakan Ubuntu Jaunty (9.04)langkah2 nya begini.
1. masuk ke Terminal Applications -> Accessoris -> Terminal
2. ketikan $sudo gedit /boot/grub/menu.lst
3. tambahkan symbol pagar di depan kalimat, seperti contoh di bawah ini
************* sebelum ************* # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows XP Professional rootnoverify (hd0,0) savedefault makeactive chainloader +1 *************** sesudah *************** # This is a divider, added to separate the menu items below from the Debian # ones. #title Other operating systems: #root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 #title Microsoft Windows XP Professional #rootnoverify (hd0,0) #savedefault #makeactive #chainloader +1
4. Untuk mengembalikan Windows XP nya, dihilangkan aja symbol pagar nya
No comments:
Post a Comment