-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike wrote: > Hi !! > > When i boot linux from rescue disk, i get following message: > > VFS: Insert root floppy disk to be loaded in RAM disk and press ENTER > > Now how can i create a root disk... I am trying to boot Redhat 6.0 > > > Regards, > Mike > man mkbootdisk Basically you do mkbootdisk version-number-of-your-kernel Sometimes with the addition of --device /dev/fd0 as this: mkbootdisk --device /dev/fd0 version-number-of-your-kernel The kernel version you are running can be seen by doing: uname -a /Richard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6VbI8USLExYo23RsRAiW4AKCo7Bg+TpLth1a2OOWFV0VvWyClHwCfUp3f HEnQVOnAJYu1N0D2ZWJBLsg= =nYhZ -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/