Mengembalikan GRUB Ubuntu

18.1.11

  1. Cari partisi dari Ubuntu anda dan mount partisi tersebut ke suatu direktori.
  2. $ sudo su -
    # fdisk -l
    # mkdir /mnt/system
    # mount /dev/sda11 /mnt/system
  3. Ubah root i  le system ke direktori yang ada di hardisk
  4. # chroot /mnt/system
  5. Mount i  le system procfs agar sistem dapat menulis ke direktori /proc dan buatlah i  le device harddisk agar dapat digunakan.
  6. # mount -t proc proc /proc
    # cd /dev
    # MAKEDEV sd
  7. Lakukan instalasi GRUB ke MBR dari harddisk. Kemudian restart komputer anda.
  8. # grub-install /dev/sda
    # exit
    # reboot

Art Glossary: 'A' Paper Sizes

13.1.11

Definition: 'A' size or 'A' series is a set of paper sizes established by the International Standards Organization (ISO) that ranges from 2A0 (the largest) to A7 (the smallest). The size of the paper goes down as the number goes up, and each is half the size of the previous e.g. two A4 sheets make up an A3 piece and two A5 sheets make up an A4 sheet.


'A' size -- size in millimeters -- approx inches

2A0 -- 1,189 x 1,682 mm -- 46.8 x 66.2 in

A0 -- 841 x 1,189 mm -- 33.1 x 46.8 in

A1 -- 594 x 841 mm -- 23.4 x 33.1 in

A2 -- 420 x 594 mm -- 16.5 x 23.4 in

A3 -- 297 x 420 mm -- 11.7 x 16.5 in

A4 -- 210 x 297 mm -- 8.3 x 11.7 in

A5 -- 148 x 210 mm -- 5.8 x 8.3 in

A6 -- 105 x 148 mm -- 4.1 x 5.8 in

A7 -- 74 x 105 mm -- 2.9 x 4.1 in


Source: painting

 
 
Copyright © All Sources