Advertisement
Guest User

Grub-Legacy RAID1-Boot from sda and sdb

a guest
Mar 18th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. grub<<END1
  2. device (hd0) /dev/sda
  3. root (hd0,0)
  4. setup (hd0)
  5. quit
  6. END1
  7. grub<<END2
  8. device (hd0) /dev/sdb
  9. root (hd0,0)
  10. setup (hd0)
  11. quit
  12. END2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement