Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <tsoome> ok, in that case open terminal, from there, zpool import -N rpool
  2. <tsoome> then bootadm install-bootloader -P rpool
  3. <tsoome> you may want to use also -M to get MBR updated
  4. <tsoome> zpool import -N rpool; bootadm install-bootloader -MP rpool
  5.  
  6. <mystified_> cannot import 'rpool': pool may be in use from other system, it was last accessed by (hostid: 0x8bf238) on Sun Feb 19 07:08:01 2017
  7.  
  8. <tsoome> ah then zpool import -fN rpool
  9.  
  10. <tsoome> bootadm install-bootloader -vMP rpool
  11. <tsoome> -v is verbose
  12. <tsoome> -M is update MBR
  13.  
  14. <mystified_> bootblock version installed on /dev/rdsk/c4d0s0 is more recent or identical
  15. <mystified_> Use -F to override
  16.  
  17. <tsoome> bootadm install-bootloader -fvMP rpool
  18. <tsoome> -f will add force for bootadm
  19.  
  20. <mystified_> bootblock written for /dev/rdsk/c4d0s0, 219 sectors starting at 1024 (abs 65284) stage1 written to slice 1 sector 0 (abs 16065) stage1 written to master boot sector
  21.  
  22. <tsoome> zpool export rpool
  23. <tsoome> and reboot
  24.  
  25.  
  26. you want to re-run: bootadm install-bootloader -fvM
  27. <tsoome> and reboot to verify it is atill ok.
  28.  
  29. you have, but the issue is related to MBR boot code setup
  30. state Done Creating fast lookup database Done lee@x-oi:~$ lee@x-oi:~$ sudo pkg
  31. <mystified_> Back to BE
  32. <mystified_> what i can I do about The Mbr
  33. <tsoome> once pkg update is done,
  34. run beadm list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement