Solaris 10 설치 설명서: Solaris Live Upgrade 및 업그레이드 계획

Procedurex86: GRUB 메뉴를 사용하여 성공적인 새 부트 환경 활성화 시 폴백

단계
  1. 수퍼유저 또는 동등한 역할의 사용자로 로그인합니다.

    역할에는 권한 부여 및 권한이 있는 명령이 포함됩니다. 역할에 대한 자세한 내용은 System Administration Guide: Security ServicesConfiguring RBAC (Task Map)를 참조하십시오.

  2. 시스템을 다시 부트합니다.


    # init 6
    

    GRUB 메뉴가 표시됩니다. 원래 부트 환경은 Solaris OS입니다. second_disk 부트 환경이 성공적으로 활성화되었으며 GRUB 메뉴에 표시됩니다. 어떤 이유로 주 항목이 부트되지 않을 경우 failsafe 항목이 복구에 사용됩니다.


    GNU GRUB version 0.95 (616K lower / 4127168K upper memory)
    +-------------------------------------------------------------------+
    |Solaris                                                            |
    |Solaris failsafe                                                   |
    |second_disk                                                        |
    |second_disk failsafe                                               |
    +-------------------------------------------------------------------+
    Use the ^ and v keys to select which entry is highlighted. Press
    enter to boot the selected OS, 'e' to edit the commands before
    booting, or 'c' for a command-line.
  3. 원래 부트 환경으로 부트하려면 화살표 키를 사용하여 원래 부트 환경을 선택한 다음 Return을 누릅니다.


예 10–1 성공적인 부트 환경 활성화 시의 폴백


# su
# init 6

GNU GRUB version 0.95 (616K lower / 4127168K upper memory)
+-------------------------------------------------------------------+
|Solaris                                                            |
|Solaris  failsafe                                                  |
|second_disk                                                        |
|second_disk failsafe                                               |
+-------------------------------------------------------------------+
Use the ^ and v keys to select which entry is highlighted. Press
enter to boot the selected OS, 'e' to edit the commands before
booting, or 'c' for a command-line.

원래 부트 환경인 Solaris를 선택합니다.