Oracle
1Z0-403 · Question #79
You have a PC-compatible floppy and want to use it to create a Grand Unified Bootloader (GRUB) boot floppy. You perform these steps on your Linux system in the order shown (with the /floppy…
The correct answer is A. only 6. See the full explanation below for the reasoning.
Question
You have a PC-compatible floppy and want to use it to create a Grand Unified Bootloader (GRUB) boot floppy. You perform these steps on your Linux system in the order shown (with the /floppy directory existing on the local hard drive): 1. fdformat /dev/fd0 2. mkfs -t msdos /dev/fd0 3. mount -t msdos /dev/fd0 /floppy 4. mkdir -p /floppy/boot/grub 5. cp /boot/grub/stage* /floppy/boot/grub 6. Invoke the grub shell and type the following commands at the prompt grub> root (fd0) grub> setup (fd0) grub> quit What are the minimum steps required to accomplish the task?
Options
- Aonly 6
- Bonly 4 and 5
- C3, 4, 5 and 6
- D1, 2, 4, and 5
- E1, 2, 3, 4 and 5
How the community answered
(44 responses)- A75% (33)
- B2% (1)
- C2% (1)
- D14% (6)
- E7% (3)
Community Discussion
No community discussion yet for this question.