Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2023 10:39:45 +0900 (JST)
From:      *** <dua_x@ymail.ne.jp>
To:        "freebsd-users-jp@FreeBSD.org" <freebsd-users-jp@FreeBSD.org>
Subject:   zpool upgrade
Message-ID:  <743855569.313293.1700962785777.JavaMail.yahoo@mail.yahoo.co.jp>
References:  <743855569.313293.1700962785777.JavaMail.yahoo.ref@mail.yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
* { font-size: 13px; font-family: 'MS Pゴシック', sans-serif;}p, ul, ol, blockquote { margin: 0;}a { color: #0064c8; text-decoration: none;}a:hover { color: #0057af; text-decoration: underline;}a:active { color: #004c98;}
FreeBSD 14.0 のLiveCDから起動。

起動しなくなったFreeBSD 14.0を起動させたい。

お願いします。この手順で大丈夫のような気がしています。




Pool 'zroot' has the bootfs property set, you might need to update

the boot code. See gptzfsboot(8) and loader.efi(8) for details.







# gpart show

nda0 GPT

1 efi (200M)

2 freebsd-boot (512K)

       - free - (492)




# gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 2 nda0







# gpart list | grep -Ew '(Name|efi)'

1. Name: nda0p1

  type: efi

2. Name: nda0p2

3. Name: nda0p3

4. Name: nda0p4

1. Name: nda0




# mount_msdosfs /dev/nda0p1 /boot/efi

mount_msdosfs: /dev/nda0p1: Invaild argument

ここでエラーがでます。




ときどき、FreeBSD 14.0 のLiveCDから起動させるとnda0が認識されなかったりする。




[-- Attachment #2 --]
<style>* {
  font-size: 13px;
  font-family: 'MS Pゴシック', sans-serif;
}
p, ul, ol, blockquote {
  margin: 0;
}
a {
  color: #0064c8;
  text-decoration: none;
}
a:hover {
  color: #0057af;
  text-decoration: underline;
}
a:active {
  color: #004c98;
}
</style><p>FreeBSD 14.0 のLiveCDから起動。</p><p>起動しなくなったFreeBSD 14.0を起動させたい。</p><p>お願いします。この手順で大丈夫のような気がしています。</p><p><br></p><p>Pool &#x27;zroot&#x27; has the bootfs property set, you might need to update</p><p>the boot code. See gptzfsboot(8) and loader.efi(8) for details.</p><p><br></p><p><br></p><p># gpart show</p><p>nda0 GPT</p><p>1 efi (200M)</p><p>2 freebsd-boot (512K)</p><p>       - free - (492)</p><p><br></p><p># gpart bootcode -b &#x2F;boot&#x2F;pmbr -p &#x2F;boot&#x2F;gptzfsboot -i 2 nda0</p><p><br></p><p><br></p><p># gpart list | grep -Ew &#x27;(Name|efi)&#x27;</p><p>1. Name: nda0p1</p><p>  type: efi</p><p>2. Name: nda0p2</p><p>3. Name: nda0p3</p><p>4. Name: nda0p4</p><p>1. Name: nda0</p><p><br></p><p># mount_msdosfs &#x2F;dev&#x2F;nda0p1 &#x2F;boot&#x2F;efi</p><p>mount_msdosfs: &#x2F;dev&#x2F;nda0p1: Invaild argument</p><p>ここでエラーがでます。</p><p><br></p><p>ときどき、FreeBSD 14.0 のLiveCDから起動させるとnda0が認識されなかったりする。</p><p><br></p>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?743855569.313293.1700962785777.JavaMail.yahoo>