Create a Boot Floppy
Tagged with: boot, command, floppy, Linux
Sunday, March 9th, 2008 10:54 PM
Create a boot floppy - if you still have a floppy drive?
mkbootdisk --device /dev/fd0 `uname -r`
Create a boot floppy - if you still have a floppy drive?
mkbootdisk --device /dev/fd0 `uname -r`
The code to add a Windows loading section in Grub
title Windows
rootnoverify (hd0,1)
chainloader +1
[tags]grub,windows,linux,boot,loader[/tags]
Disabling startup login prompt for password
[tags]windows,xp,password,user,boot,startup,prompt[/tags]