Debian Linux boot disk creation

by nixcraft on April 10, 2006 · 0 comments

Under Debian Linux use mkboot command that makes a bootdisk. mkboot only works on floppy disk drive. By default the bootdisk will use the kernel /vmlinuz and the current root partition. Use the -r option to specify a different partition, and provide the new kernel file directly to specify a different kernel. Use the -d option to specify a different device for the floppy drive.

To create a boot disk of the kernel /vmlinuz:
See kernel version (soft link):

# ls –l /vmlinuz
# mkboot

Output:

Insert a floppy diskette into your boot drive, and press .

To use second floppy drive /dev/fd1:

# mkboot -d /dev/fd1

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 12 + 12 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: