Click to See Complete Forum and Search --> : Easier question


rch-tech
03-04-2001, 06:38 PM
What do I need to make a bootdisk. I just need to be able to mount the root partition and rebuild LILO.

Mandrake 7.2

prince_kenshi
03-05-2001, 04:03 AM
The way I do it is
dd if="/boot/bzImage" of="/dev/fd0" bs=8192
where bzImage is the name of your kernel. You can also use mkboot but it won't work if your kernel is not named bzImage.