Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # grub
  2. grub> device (hd0) /dev/sda
  3. grub> root (hd0,0)
  4. grub> setup (hd0)
  5. grub> device (hd0) /dev/sdb
  6. grub> root (hd0,0)
  7. grub> setup (hd0)
  8. grub> quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement