リモートで作業中にUbuntuとWindows Ubuntu7(およびその逆)から切り替えるにはどうすればよいですか?
実際、MBRでWindowsローダー(BCD)を使用していますが、2つの選択肢があります。
Windows 7で作業していてUbuntuを起動したい場合は、Ubuntuをデフォルトとして設定しているので簡単です。そのため、再起動時に、システムは GRUB (タイムアウトを「0」に設定)に直接移動し、Ubuntuが存在します。
しかし、どうすれば再びWindowsに戻ることができますか?チャンスはありますか?
入力中に、WindowsローダーをUbuntuに強制し、GRUB2が異なるシステムから選択できるようにするこの問題を解決できるかどうか疑問に思いました。
動作しますか?
WindowsからLinuxへの切り替えの部分を既に解決しているのは良いことです。他の方向はそれほど難しくありません:
コマンド grub-reboot
があります。これは必要なことだけを行います-詳細は以下を参照してください:
起動するシステムのgrub
メニューエントリが「Windows」の場合、次のようにします。
$ grub-reboot Windows
電源障害後に起動するようにハードウェアを構成した場合、コンピューターがそのまま実行を続けることができない理由はありません。
しかし、そうでない場合は、Wake on lan(WOL)で起動し、シャットダウンする前に構成したシステムを起動することが可能です。 WOLは、ローカルネットワークの外部にルーティングできない「特別な」ネットワークパッケージで動作するため、DSLルーターやコンピューターなど、そのネットワークにはデバイスが必要です。
GRUB-REBOOT(8) System Administration Utilities GRUB-REBOOT(8)
NAME
grub-reboot - set the default boot entry for GRUB, for the next
boot only
SYNOPSIS
grub-reboot [OPTION] MENU_ENTRY
DESCRIPTION
Set the default boot menu entry for GRUB, for the next boot
only.
[ ... ]
--boot-directory=DIR
expect GRUB images under the directory DIR/grub instead
of the /boot/grub directory
MENU_ENTRY is a number, a menu item title or a menu item iden‐
tifier. Please note that menu items in submenus or sub-submenus
require specifying the submenu components and then the menu
item component. The titles should be separated using the
greater-than character (>) with no extra spaces. Depending on
your Shell some characters including > may need escaping. More
information about this is available in the GRUB Manual in the
section about the 'default' command.
[ ... ]
関連コマンドのリストについては、man -k grub
を実行します-例えば。 grub-set-default
も役立ちます。