参考答案和解析
正确答案: 启动加载(Boo tloading)模式:这种模式也称为"自主"(Autonomous)模式。也即Boot Loader从目标机上的某个固态存储设备上将操作系统加载到RAM中运行,整个过程并没有用户的介入。这种模式是Boot Loader的正常工作模式,因此在嵌入式产品发布的时侯,Boot Loader显然必须工作在这种模式下。
下载(Downloading)模式:在这种模式下,目标机上的Boot Loader将通过串口连接或网络连接等通信手段从主机(Host)下载文件,比如:下载内核映像和根文件系统映像等。从主机下载的文件通常首先被Boot Loader保存到目标机的RAM中,然后再被Boot Loader写到目标机上的FLASH类固态存储设备中。Boot Loader的这种模式通常在第一次安装内核与根文件系统时被使用;此外,以后的系统更新也会使用Boot Loader的这种工作模式。工作于这种模式下的BootLoader通常都会向它的终端用户提供一个简单的命令行接口。
更多“简述Boot Loader的两种操作模式(Operation Mode)?”相关问题
  • 第1题:

    下面不属于Boot Loader 阶段1所完成的步骤的是:( )

    A . 硬件设备初始化。

    B . 拷贝Boot Loader的阶段2到RAM空间中。

    C .将kernel映像和根文件系统映像从Flash读到RAM空间中。

    D . 设置堆栈。


    正确答案:C

  • 第2题:

    什么是Boot Loader?主要有几种工作模式及主要功能是什么?


    正确答案: 简单说来,Boot loader就是操作系统内核运行的一段小程序,完成进行初始化系统硬件设置的任务,包括CPU、SDRRAM、Flash、串口等初始化,时钟的设置、存储器的映射。
    分为启动加载模式和下载模式。
    (1)启动加载模式
    启动加载(Boot laoding)模式又称为“自主”(Autonomous)模式,是指Bootloader从目标机上的某个固态存储设备上将操作系统加载到RAM中运行,整个过程并没有用户的介入。
    (2)下载模式
    在下载模式下,目标机上的Bootloader将先通过串口连接或网络连接等通信手段从宿主机下载文件。

  • 第3题:

    以下()不是Boot Loader的阶段1所完成的步骤。

    • A、硬件设备初始化
    • B、拷贝Boot Loader第二阶段的代码到RAM空间中
    • C、将kernel映像和根文件系统映像从Flash读到RAM空间中
    • D、设置堆栈

    正确答案:C

  • 第4题:

    简述Boot Loader分为几个阶段,各阶段主要完成什么功能?


    正确答案:Boot Loader通常分为2个阶段。阶段1完成基本硬件的初始化,加载阶段2的RAM空间,复制阶段2到RAM,设置堆栈指针,跳转到阶段2的C程序入口点。在阶段2初始化阶段2要使用的硬件设备,检测系统内存映射,加载内核映像和根文件系统映像,调用内核。

  • 第5题:

    在没有Gs接口和PCCCH信道时,应该采用的网络操作模式NMO()

    • A、Network_operation_mode=1
    • B、Network_operation_mode=2
    • C、Network_operation_mode=3
    • D、Network_operation_mode=4

    正确答案:B

  • 第6题:

    A user reports a corrupted boot logical volume. In order to recreate the contents of the boot logical volume which of the following procedures should the user be advised to perform?()

    • A、Reboot the system in normal mode.
    • B、Use the bosboot command to rebuild the boot image.
    • C、Restore the boot logical volume from a mksysb image.
    • D、Reboot the system into maintenance mode and run fsck on the boot logical volume.

    正确答案:B

  • 第7题:

    During reboot, the system hangs with an LED 0554 message that means, "The boot device could not be opened or a read failed."  Which of the following recovery procedures should be taken ()

    • A、Boot in maintenance mode and use fsck to check hd5.
    • B、Boot in maintenance mode, access the rootvg and check the /etc/inittab for corruption.
    • C、Boot in maintenance mode, access the rootvg and rebuild the boot image using the bosboot command.
    • D、Boot in maintenance mode, and reset the root password.

    正确答案:C

  • 第8题:

    Your company has a domain controller that runs Windows Server 2008. The domain controller has the backup features installed. You need to perform a non-authoritative restore of the doman controller using an existing backup file. What should you do()

    • A、Boot into Directory Services Restore Mode and use wbadmin to restore critical volume.
    • B、Boot into Directory Services Restore Mode and use the backup snap-in to restore critical volume
    • C、Boot into Safe Mode and use wbadmin to restore critical volume
    • D、Boot into Safe Mode and use the backup snap-in to restore critical volume

    正确答案:A

  • 第9题:

    单选题
    An AIX server will not boot in normal mode and the server must be booted into maintenance  mode to rebuild the boot logical volume. A NIM master is not defined in this environment.  How is the system booted into maintenance mode to perform this task ()
    A

    Apply power and when the SMS menus appear press 5 repeatedly to enter a maintenance boot automatically. The system will present a maintenance shell eventually.

    B

    Boot media such as CDROM or Tape is required to boot into maintenance mode. When inserted into the proper device the system automatically boots into maintenance mode when it can not boot into normal mode.

    C

    Apply power and the server automatically boots into maintenance mode where you can select your disk to rebuild the boot logical volume.

    D

    Boot media such as CDROM or Tape is required and an administrator must select the proper SMS menus to get into maintenance mode.


    正确答案: C
    解析: 暂无解析

  • 第10题:

    问答题
    简述Boot Loader与嵌入式系统的关系。

    正确答案: Boot Loader 是在操作系统内核或用户应用程序运行之前运行的一段小程序.其作用为:初始化硬件设备,建立内存空间的映射图,将系统的软件件环境带到一个合适的状态,为最终调用操作系统内核或用户应用程序准备好正确的环境。
    解析: 暂无解析

  • 第11题:

    单选题
    以下()不是Boot Loader的阶段1所完成的步骤。
    A

    硬件设备初始化

    B

    拷贝Boot Loader第二阶段的代码到RAM空间中

    C

    将kernel映像和根文件系统映像从Flash读到RAM空间中

    D

    设置堆栈


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    在没有Gs接口和PCCCH信道时,应该采用的网络操作模式NMO()
    A

    Network_operation_mode=1

    B

    Network_operation_mode=2

    C

    Network_operation_mode=3

    D

    Network_operation_mode=4


    正确答案: C
    解析: 暂无解析

  • 第13题:

    简述Boot Loader的功能。


    答案:Boot Loader主要有3个功能:
    初始化目标硬件设备;控制启动过程;下载并执行操作系统映像。

  • 第14题:

    An AIX server will not boot in normal mode and the server must be booted into maintenance  mode to rebuild the boot logical volume. A NIM master is not defined in this environment.  How is the system booted into maintenance mode to perform this task ()

    • A、Apply power and when the SMS menus appear press 5 repeatedly to enter a maintenance boot automatically. The system will present a maintenance shell eventually.
    • B、Boot media such as CDROM or Tape is required to boot into maintenance mode. When inserted into the proper device the system automatically boots into maintenance mode when it can not boot into normal mode.
    • C、Apply power and the server automatically boots into maintenance mode where you can select your disk to rebuild the boot logical volume.
    • D、Boot media such as CDROM or Tape is required and an administrator must select the proper SMS menus to get into maintenance mode.

    正确答案:D

  • 第15题:

    简述Boot Loader与嵌入式系统的关系。


    正确答案:Boot Loader 是在操作系统内核或用户应用程序运行之前运行的一段小程序.其作用为:初始化硬件设备,建立内存空间的映射图,将系统的软件件环境带到一个合适的状态,为最终调用操作系统内核或用户应用程序准备好正确的环境。

  • 第16题:

    简述Connected Mode(连接模式)。


    正确答案: —UE可以在Cell_FACH,Cell_PCH/URA_PCH的分组连接状态执行系统间的小区重选。

  • 第17题:

    A system was running properly until a reboot. Following the reboot, the system LED displayed cycles between 0223 and 0229. Which of the following procedures should be performed next?()

    • A、Power down then power up the system
    • B、Boot into diagnostic mode and run fsck
    • C、Boot from installation media and run bosboot
    • D、Boot into maintenance mode and check the bootlist

    正确答案:D

  • 第18题:

    During reboot the system hangs with an LED 0554 message that means, "The boot device could not be opened or a read failed." What recovery procedures should be taken?()

    • A、Boot in maintenance and use fsck to check hd5.
    • B、Boot in maintenance mode, access the rootvg and check the /etc/inittab for corruption.
    • C、Boot in maintenance mode, access the rootvg and rebuild the boot image using the bosboot command.
    • D、Boot in maintenance mode, access the rootvg and use the bootlist command to create a valid boot list.

    正确答案:C

  • 第19题:

    Examine the contents of SQL loader control file: Which three statements are true regarding the SQL* Loader operation performed using the control file?()

    • A、An EMP table is created if a table does not exist. Otherwise, if the EMP table is appended with the loaded data.
    • B、The SQL* Loader data file myfile1.dat has the column names for the EMP table.
    • C、The SQL* Loader operation fails because no record terminators are specified.
    • D、Field names should be the first line in the both the SQL* Loader data files.
    • E、The SQL* Loader operation assumes that the file must be a stream record format file with the normal carriage return string as the record terminator.

    正确答案:A,B,E

  • 第20题:

    During reboot the system hangs with LED 0581 that indicates "Configuring TCP/IP." Which recovery procedures should be taken?()

    • A、Boot in maintenance mode, and verify the Ethernet adapter configuration.
    • B、Boot in maintenance mode, access the rootvg and check the /etc/inittab for corruption.
    • C、Boot in maintenance mode, access the rootvg and rebuild the boot image using the bosboot command.
    • D、Boot in maintenance mode after verifying the network connection, access the rootvg and check the /etc/rc.net file.

    正确答案:D

  • 第21题:

    问答题
    简述Boot Loader在嵌入式系统中主要起的作用。

    正确答案: Boot Loader是在嵌入式系统复位启动时,操作系统内核运行前,执行的一段程序。通过Boot Loader,初始化硬件设备,建立内存和I/O空间映射图,为最终加载操作系统内核调整好适当的系统软硬件环境。
    解析: 暂无解析

  • 第22题:

    问答题
    简述Boot Loader的两种操作模式(Operation Mode)?

    正确答案: 启动加载(Boo tloading)模式:这种模式也称为"自主"(Autonomous)模式。也即Boot Loader从目标机上的某个固态存储设备上将操作系统加载到RAM中运行,整个过程并没有用户的介入。这种模式是Boot Loader的正常工作模式,因此在嵌入式产品发布的时侯,Boot Loader显然必须工作在这种模式下。
    下载(Downloading)模式:在这种模式下,目标机上的Boot Loader将通过串口连接或网络连接等通信手段从主机(Host)下载文件,比如:下载内核映像和根文件系统映像等。从主机下载的文件通常首先被Boot Loader保存到目标机的RAM中,然后再被Boot Loader写到目标机上的FLASH类固态存储设备中。Boot Loader的这种模式通常在第一次安装内核与根文件系统时被使用;此外,以后的系统更新也会使用Boot Loader的这种工作模式。工作于这种模式下的BootLoader通常都会向它的终端用户提供一个简单的命令行接口。
    解析: 暂无解析

  • 第23题:

    问答题
    什么是Boot Loader?主要有几种工作模式及主要功能是什么?

    正确答案: 简单说来,Boot loader就是操作系统内核运行的一段小程序,完成进行初始化系统硬件设置的任务,包括CPU、SDRRAM、Flash、串口等初始化,时钟的设置、存储器的映射。
    分为启动加载模式和下载模式。
    (1)启动加载模式
    启动加载(Boot laoding)模式又称为“自主”(Autonomous)模式,是指Bootloader从目标机上的某个固态存储设备上将操作系统加载到RAM中运行,整个过程并没有用户的介入。
    (2)下载模式
    在下载模式下,目标机上的Bootloader将先通过串口连接或网络连接等通信手段从宿主机下载文件。
    解析: 暂无解析