Advertisement
Guest User

nnn

a guest
Apr 17th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Restore basic windows boot loader with lilo - universe enabled
  2. open synaptic-settings-repositories, first tab, tick universe, close those windows and open a terminal, and run these commands
  3. sudo apt-get update
  4. sudo fdisk -l (confirms hd=sdX, and windows partitions)
  5. sudo apt-get install lilo
  6. sudo lilo -M /dev/sda mbr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement