1153万例文収録!

「grub boot」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > grub bootに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

grub bootの部分一致の例文一覧と使い方

該当件数 : 34



例文

Code Listing2.1: /boot/grub/grub.conf 例文帳に追加

コード表示2.1: /boot/grub/grub.conf - Gentoo Linux

Code Listing2.3: /boot/grub/grub.conf 例文帳に追加

コード表示2.3: /boot/grub/grub.conf - Gentoo Linux

For instance, in /boot/grub/grub.conf: 例文帳に追加

例えば、/boot/grub/grub.confでは、以下のようになります。 - Gentoo Linux

Code Listing2.2: Creating /boot/grub/grub.conf 例文帳に追加

コード表示2.2: /boot/grub/grub.confの作成 - Gentoo Linux

例文

Code Listing12.1: Grub Output # grub-install --root-directory=/boot /dev/hdaCould not find device for /boot/boot: not found or not a block device 例文帳に追加

コード表示12.1:GRUBの出力 - Gentoo Linux


例文

12.Could Not Find Device For /boot/boot: Not Found Or Not a Block DeviceSituation 例文帳に追加

#grub-install--root-directory=/boot/dev/hda 状況 - Gentoo Linux

In other words, (hd0,0)/grub/splash.xpm.gz is in reality/boot/grub/splash.xpm.gz since (hd0,0) is /boot.例文帳に追加

言い換えると、(hd0,0)/grub/splash.xpm.gzは、実際には、/boot/grub/splash.xpm.gzとなります。 これは、(hd0,0)が/bootであることによります。 - Gentoo Linux

Code Listing2.6: Creating a GRUB bootdisk # cd /boot/grub# dd if=stage1 of=/dev/fd0 bs=512 count=1# dd if=stage2 of=/dev/fd0 bs=512 seek=1 例文帳に追加

コード表示2.6:GRUBブートディスクの作成 - Gentoo Linux

Then, cut and paste your password to /boot/grub/grub.conf. 例文帳に追加

次に、パスワードを/boot/grub/grub.confにカット&ペーストします。 - Gentoo Linux

例文

After finishing the installation, boot with your GRUB bootdisk. 例文帳に追加

インストールが完了したら、GRUBブートディスクで起動します。 - Gentoo Linux

例文

Now configure GRUB to boot from the ATA RAID device: 例文帳に追加

ではATARAIDデバイスから起動できるようにGRUBを設定します。 - Gentoo Linux

How do I boot FreeBSD and Linux using GRUB?9.13. 例文帳に追加

7.34. 砂場 (sandbox) とは何ですか? - FreeBSD

Just add the following to your configuration file /boot/grub/menu.lst (or /boot/grub/grub.conf in some systems, e.g. 例文帳に追加

標準的な .mc ファイルは次のようになります。 Your version number - FreeBSD

Mount your boot partition and verify if the grub/grub.conf file exists.例文帳に追加

bootパーティションをマウントし、grub/grub.confファイルが存在するかを確認してください。 - Gentoo Linux

Create /boot/grub/grub.conf with nano (or, if applicable, another editor):例文帳に追加

nano(あるいは、他のエディタでも可能ですが)で/boot/grub/grub.confを作成してください。 - Gentoo Linux

You still need to install GRUB in the MBR (Master Boot Record) so that GRUB is automatically executed when you boot your system.例文帳に追加

システム起動時にGRUBが自動的に実行されるようにするためには、MBR (Master Boot Record、マスターブートレコード)にGRUBをインストールする必要があります。 - Gentoo Linux

In the example configuration we want to install GRUB so that it reads its information from the boot partition /dev/sda1, and installs the GRUB boot record on the hard drive's MBR (master boot record) so that the first thing we see when we turn on the computer is the GRUB prompt.例文帳に追加

次の例では、GRUBが/bootパーティションの/dev/hda1から情報を読むように、そして、コンピュータの電源を入れた後、最初にGRUBプロンプトが出現するように、ハードディスクのMBR(master boot record、マスターブートレコード)にGRUBをインストールしています。 - Gentoo Linux

In the example configuration we want to install GRUB so that it reads itsinformation from the boot partition /dev/sda1, andinstalls the GRUB boot record on the hard drive's MBR (master boot record) sothat the first thing we see when we turn on the computer is the GRUB prompt. 例文帳に追加

次の例では、GRUBが/bootパーティションの/dev/sda1から情報を読むように、そして、コンピュータの電源を入れた後、最初にGRUBプロンプトが出現するように、ハードディスクのMBR(master boot record、マスターブートレコード)にGRUBをインストールしています。 - Gentoo Linux

Code Listing11.1: Mounting and verifying # mount /dev/hda1 /mnt/gentoo/boot# cat /mnt/gentoo/boot/grub/grub.conf 例文帳に追加

コード表示11.1:bootパーティションのマウントとgrub.confの存在を確認する - Gentoo Linux

For instance, if you believe that you have a wrongly configuredgrub.conf, you can immediately fire up your editor to update/boot/grub/grub.conf. 例文帳に追加

例えば、grub.confの設定を失敗したと思うなら、すぐにエディターで/boot/grub/grub.confを更新します。 - Gentoo Linux

grub root (hd0,0)grub setup (hd0) (hd0,0) must be replaced with your boot partition and (hd0) with the HDD you have chosen.例文帳に追加

(hd0,0)をあなたのbootパーティションに置き換え、(hd0)をあなたの選んだHDDに置き換えなければいけません。 - Gentoo Linux

# ls -l /mnt/gentoo/boot/grub/menu.lstlrwxrwxrwx 1 root root 9 Mar 7 14:00 /mnt/gentoo/boot/grub/menu.lst - grub.conf 例文帳に追加

これが原因でないなら、シンボリックリンクを再作成してください。 - Gentoo Linux

If no password is entered at boot,GRUB will simply use the default boot setting. 例文帳に追加

ブート時にパスワードの入力がされなければ、GRUBは単にデフォルトのブート設定を使用します。 - Gentoo Linux

When you installed grub in your boot record using the interactive commands,did you execute the two lines below in the grub prompt? 例文帳に追加

対話型コマンドを使ってブートレコードへgrubをインストールした際に、 grubプロンプトで以下の二行を実行したでしょうか? - Gentoo Linux

(Execute this from within the chrooted environment)# echo "=sys-boot/grub-0.93.20031222" /etc/portage/package.mask# emerge grub -p 例文帳に追加

(chroot環境内でこれを実行してください) #emergegrub-p - Gentoo Linux

(Run from within the chrooted environment)# grub-install --root-directory=/boot /dev/hda 例文帳に追加

(chroot環境内で実行してください) - Gentoo Linux

I want to boot Windows from grub or lilo but it shows only black screen. 例文帳に追加

GRUBまたはLILOを使用してWindowsを起動させたいのですが、真っ黒な画面だけが表示されてしまいます。 - Gentoo Linux

If you attempt to boot the system using a grub floppy, the problem disappears.例文帳に追加

GRUBフロッピーを使ってシステムをブートした場合には、この問題は起こりません。 - Gentoo Linux

After hitting Return at the Grub menu during the system boot, the system reboots.例文帳に追加

状況 システムのブート時にGRUBメニューでリターンキーを押した後、システムが再起動します。 - Gentoo Linux

The situation described below is only relevant for grub-0.95.x at the moment of installing grub at the boot sector.例文帳に追加

下に記述されている状況は、grub-0.95.xでブートセクタにgrubをインストールする場合のみ関連します。 - Gentoo Linux

For example, if youchange your device boot order, you may need to change your grub configuration. 例文帳に追加

例えば、もし起動デバイスの順番を変更したら、GRUBの設定を変更する必要があるかもしれません。 - Gentoo Linux

Then, you should see a nice black and white GRUB bootmenu where you will select the kernel to boot and press Enter.例文帳に追加

これで、よい感じのGRUBの白黒のブートメニューが表示されるので、起動するカーネルを選択してEnterキーを押します。 - Gentoo Linux

Now, you need to type in the right commands to install the GRUB boot record onto your hard drive.例文帳に追加

ここで、ハードディスクのブートレコードにGRUBをインストールするためには、正しいコマンドを打ち込む必要があります。 - Gentoo Linux

例文

It is also important to set a LILO or GRUB boot password, to prevent a malicious user from booting into single-usermode and gaining complete access to your system.例文帳に追加

悪意あるユーザがシングルユーザモードでブートして、システムに対する完全なアクセスを取得できないように、LILOやGRUBのブートパスワードを設定することも重要です。 - Gentoo Linux

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS