V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
sunnyyj
V2EX  ›  macOS

从 Yosemite B6 升级到正式版后,Recovery HD 恢复分区会消失

  •  
  •   sunnyyj · 2014-10-18 10:59:01 +08:00 · 6103 次点击
    这是一个创建于 3821 天前的主题,其中的信息可能已经有所发展或是发生改变。
    貌似是因为安装程序将系统分区转化为CoreStorage模式了,而Recovery HD还是普通模式,所以无法显示了。
    用 diskutil list查看一下是否有CoreStorage,然后“diskutil cs revert /”转换

    效果:
    $ diskutil list
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUID_partition_scheme *500.3 GB disk0
    1: EFI EFI 209.7 MB disk0s1
    2: Apple_CoreStorage 499.4 GB disk0s2
    3: Apple_Boot Recovery HD 650.0 MB disk0s3
    $ diskutil cs revert /
    Started CoreStorage operation on disk1 Macintosh HD
    Switching partition from Core Storage type to original type
    Reclaiming space formerly used by Core Storage metadata
    Even though the disk is now fully reverted, you should reboot soon to re-mount your reverted disk from the actual original partition
    Removing Physical Volume
    Destroying Logical Volume Group
    Remounting former Physical Volume as normal disk
    Core Storage LV UUID:
    Core Storage disk: disk0s2
    Finished CoreStorage operation on disk1 Macintosh HD
    view raw convert hosted with ❤ by GitHub
    $ diskutil list
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUID_partition_scheme *500.3 GB disk0
    1: EFI EFI 209.7 MB disk0s1
    2: Apple_HFS Macintosh HD 499.4 GB disk0s2
    3: Apple_Boot Recovery HD 650.0 MB disk0s3
    3 条回复    2014-10-18 12:41:51 +08:00
    ffffwh
        1
    ffffwh  
       2014-10-18 11:55:44 +08:00
    但cmd-R还进得去。
    话说以前开filevault,不知怎么的recovery彻底没了,每次internet recovery要半个小时..
    ptyfork
        2
    ptyfork  
       2014-10-18 12:06:27 +08:00
    这样revert之后按option启动的选项显示的是EFI,而不是recovery?
    sunnyyj
        3
    sunnyyj  
    OP
       2014-10-18 12:41:51 +08:00
    @ptyfork 是显示recovery-10.10,也可以正常使用

    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2403 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 08:26 · PVG 16:26 · LAX 01:26 · JFK 04:26
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.