Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: grub

23 Mar

Installing GRUB Into MBR

Use this when your MBR gets corrupted – usually happens after you reinstall windows. Pop in a bootable ubuntu DVD and boot into it. Then open a terminal and type in the following commands…


$ sudo grub
> find /boot/grub/stage1
(hd0,1)
> root (hd0,1) #Must be same as the output of the last command
> setup (hd0)
admin Posted in Command Line, Linux grub, hd, hdd, install, Linux, mbr, root, windows 1 Comment
15 Aug

Adding a Windows Entry to Grub

The code to add a Windows loading section in Grub


title Windows
        rootnoverify (hd0,1)
        chainloader +1

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

admin Posted in Code, Linux boot, grub, Linux, loader, windows Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑