Debian Linux boot disk creation

by on April 10, 2006 · 0 comments· last updated at April 10, 2006

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



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as:

Previous Faq:

Next Faq: