Aggiorna README.md
This commit is contained in:
parent
53354a35d1
commit
fc5b360bc1
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
@ -122,3 +122,28 @@ si può anche guardare i vari nodi
|
|||
|
||||
cheese
|
||||
|
||||
## Bootloader nel disco corretto
|
||||
|
||||
usare questo comando per vedere dove è installato
|
||||
|
||||
df
|
||||
|
||||
```sh
|
||||
Filesystem 1K-blocks Used Available Use% Mounted on
|
||||
udev 8091944 0 8091944 0% /dev
|
||||
tmpfs 1627184 1768 1625416 1% /run
|
||||
/dev/sdb2 489634808 7081020 457608280 2% /
|
||||
tmpfs 8135912 0 8135912 0% /dev/shm
|
||||
tmpfs 5120 12 5108 1% /run/lock
|
||||
/dev/nvme0n1p1 306472 78560 227912 26% /boot/efi
|
||||
tmpfs 1627180 84 1627096 1% /run/user/1000
|
||||
```
|
||||
|
||||
per spostarlo su /dev/sdb1
|
||||
|
||||
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi /dev/sdb1
|
||||
|
||||
e poi
|
||||
|
||||
sudo update-grub
|
||||
|
||||
|
|
Loading…
Reference in a new issue