1
Posted on 2:16 PM by Softminer and filed under


Free End User Training

Get up to speed with the new features, user-interfaces, and ways of working with SharePoint 2010

Learn from over 50 FREE 'how-to' videos of SharePoint 2010 in action
Free End User Training

Take a deep dive into the enterprise search technologies of Microsoft Office SharePoint Server 2007

Learn from over 18 hours of enterprise seacrh videos
Free End User Training

Develop solutions for Microsoft Office SharePoint Server 2007

Learn from over 12 hours of SharePoint developer videos
0
Posted on 6:08 AM by Softminer and filed under ,

To install grub first you need to boot with live CD on Ubuntu 8.10:

then go to Terminal and run:

sudo grub
find /boot/grub/stage1


Take not of whatever find states (hdx,x) for example in mycase ubuntu is installed on Sda7 so

root (hdx,x)
in my case: root (hd0,7)


setup (hdx)
in my case: setup (hd0)


quit

now the grub should be installed on your boot menu and automatically should have windows boot, if it doesnt have boot menu of Windows you have to add in manually

sudo gedit /boot/grub/menu.lst

then add this to menu.lst

# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1

hint: in Ubuntu 9 you can use
sudo upgrade-grub