Posts Tagged With: boot

Create a Boot Floppy

Tagged with: , , ,

Create a boot floppy - if you still have a floppy drive?


mkbootdisk --device /dev/fd0 `uname -r`
No Comments »

Adding a Windows Entry to Grub

Tagged with: , , , ,

The code to add a Windows loading section in Grub


title Windows
        rootnoverify (hd0,1)
        chainloader +1

[tags]grub,windows,linux,boot,loader[/tags]

No Comments »

Disable Password Prompt at Startup in Windows XP

Tagged with: , , , , , ,

Disabling startup login prompt for password

  • Click Start and Run
  • Type “Control Userpasswords2″ and press enter.
  • Uncheck the box for “Users must enter a user name and password to use this computer.”
  • Click Apply and Ok.

[tags]windows,xp,password,user,boot,startup,prompt[/tags]

8 Comments »