Thread: Lost UBUNTU option from dual boot system
hi,
had win7 , ubuntu11.10 on laptop dual boot option.win7 primary(default) , ubuntu secondary option.
few days before have removed program named 'ubuntu' win7 control panel(just because feel not required) , time not showing me 2 options while booting.it boots win7.
please suggest me how ubuntu option?
thank in advance.
ok boot ubuntu live cd
nee dto find out partition ubuntu installed. type this:
sudo fdisk -l
mount partition:
sudo mount /dev/sda1 /mnt
"sda1" partition installed ubuntu (or other linux distro). "sda5", "sda6", etc. you.
install grub partition mounted:
sudo grub-install --root-directory=/mnt/ /dev/sda
boot ubuntu(from harddrive) , type:
sudo update-grub
hope helps
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Lost UBUNTU option from dual boot system
Ubuntu
Comments
Post a Comment