TrueNAS Scale을 재설치하기 위해서 iso 이미지를 USB에 구웠는데 grub rescue 화면이 나왔다.
grub rescue> ls (hd0,msdos1)/
grub rescue> set prefix=(hd0,1)/boot/grub
grub rescue> set root=(hd0,1)
grub rescue> insmod normal
grub rescue> normal
이 과정을 거쳐서 해결했다.
TrueNAS Scale을 재설치하기 위해서 iso 이미지를 USB에 구웠는데 grub rescue 화면이 나왔다.
grub rescue> ls (hd0,msdos1)/
grub rescue> set prefix=(hd0,1)/boot/grub
grub rescue> set root=(hd0,1)
grub rescue> insmod normal
grub rescue> normal
이 과정을 거쳐서 해결했다.