langkah langkahnya sbagai berikut :
1. Open Terminal dan ketikan
$sudo add-apt-repository ppa:bean123ch/burg
2. Setelah itu Update dengan perintah
$sudo apt-get update
3. Install BURG
$sudo apt-get install burg burg-themes
4. Install Burg ke master boot record :
$sudo burg-install "(hd0)"
5. Update daftar OS di BURG :
$sudo update-burg
6. Jika ada pesan error seperti di bawah ini:
/etc/default/burg: 8: Syntax error: "(" unexpected
maka perbaiki file BURG di atas yang ada di folder /etc/default ,
langkah ini tidak perlu dilakukan jika tidak ditemukan pesan error :
$sudo gedit /etc/default/burg
7. Kita cari line:8 sesuai pesan error diatas.
GRUB_CMDLINE_LINUX=”sudo burg-install “(hd0)”"
kemudian ganti dengan
GRUB_CMDLINE_LINUX=sudo burg-install “(hd0)”
( hilangkan tanda petik di awal dan di akhir kemudian save and close )
8. kemudian update lagi
$sudo update-burg
9. Jika sudah sukses, Untuk melihat tanpa perlu restart guna kan perintah :
$burg-emu
Press F1 to see all the available options.
Press F2 to change the theme,
Press F3 to change the resolution or
This entry was posted
at 14.32
and is filed under
ubuntu
. You can follow any responses to this entry through the
comments feed
.