PrepAway - Latest Free Exam Questions & Answers

what command will create a boot disk on the first flopp…

CORRECT TEXT

On a Debian-based system, what command will create a boot disk on the first floppy if your kernel
image is named “vmlinux-2.4.18-4”? Type the full command string to accomplish this.

PrepAway - Latest Free Exam Questions & Answers

Answer: mkboot vmlinux-2.4.18-4

Explanation:
mkboot /boot/vmlinux-2.4.18-4
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. Syntax:
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.


Leave a Reply