ubuntu@ubuntu:~$ sudo mount /dev/sda5 mnt mount: mount point mnt does not exist ubuntu@ubuntu:~$ sudo mount /dev/sda5 /mnt ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc ubuntu@ubuntu:~$ sudo chroot /mnt root@ubuntu:/# grub-install /dev/sda /usr/sbin/grub-bios-setup: warning: this msdos-style partition label has no post-MBR gap; embedding won't be possible. /usr/sbin/grub-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. /usr/sbin/grub-bios-setup: error: will not proceed with blocklists. root@ubuntu:/#
ubuntu@ubuntu:~$ sudo mount /dev/sda5 mnt mount: mount point mnt does not exist ubuntu@ubuntu:~$ sudo mount /dev/sda5 /mnt ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc ubuntu@ubuntu:~$ sudo chroot /mnt root@ubuntu:/# grub-install /dev/sda /usr/sbin/grub-bios-setup: warning: this msdos-style partition label has no post-MBR gap; embedding won't be possible. /usr/sbin/grub-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. /usr/sbin/grub-bios-setup: error: will not proceed with blocklists. root@ubuntu:/#
|