Ah Bosan |
Hari ni juga tido kol 7 lepas tunggu waktu tok bersahur dan waktu solat subuh
PaDaMu SeGaLaNyA Ku BeRsErAh
sudo fdisk -lIf the user isn’t sure of the partition, look for one of the appropriate size or formatting.Running sudo blkid may provide more information to help locate the proper partition, especially if the partitions are labeled. The device/drive is designated by sdX, with X being the device designation. sda is the first device, sdb is the second, etc. For most users the MBR will be installed to sda, the first drive on their system. The partition is designated by the Y. The first partition is 1, the second is 2. Note the devices and partitions are counted differently.
sudo mount /dev/sdXY /mntExample: sudo mount /dev/sda1 Note: If the user has a separate /boot partition, this must be mounted to /mnt/boot
sudo grub-install --root-directory=/mnt/ /dev/sdXExample: sudo grub-install –root-directory=/mnt/ /dev/sda