nerdexam
LPI

117-102 · Question #457

On a debian system which of the following would build a boot disk?

The correct answer is C. mkboot--device /dev/fd0 2.4.18-12. mkboot creates a boot floppy appropriate for the running system. The boot disk is entirely selfcontained, and includes an initial ramdisk image which loads any necessary SCSI modules for the system. The created boot disk looks for the root filesystem on the device suggested by…

108 Essential System Services

Question

On a debian system which of the following would build a boot disk?

Options

  • Amkboot /dev/floppy
  • Bmakeboot--device /dev/fd0 2.4.18-12
  • Cmkboot--device /dev/fd0 2.4.18-12
  • Dmkboot /boot/vmlinux-2.4.18-12
  • Emkbootdisk /boot/vmlinux-2.4.18-12

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    5% (1)
  • C
    80% (16)
  • E
    5% (1)

Explanation

mkboot creates a boot floppy appropriate for the running system. The boot disk is entirely selfcontained, and includes an initial ramdisk image which loads any necessary SCSI modules for the system. The created boot disk looks for the root filesystem on the device suggested by /etc/fstab. The only required argument is the kernel version to put onto the boot floppy. mkbootdisk [options] kernel version. Bydefault mkboot creates the boot disk on first floppy device. If you want to specify the device use the--device option. In debian you should specify the kernel filename which resides on /boot.

Topics

#boot disk#mkboot#Debian#kernel boot

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice