Автор Тема: (РЕШЕН) проблем с boot  на ubuntu  (Прочетена 2533 пъти)

lidero

  • Участници
  • ***
  • Публикации: 3
    • Профил
Здравейте
проблема ми е следния:
Имам си две системи Windows &  Linux(Ubuntu)
но се наложи да преинсталвам бозичката
и сега немога да си преинстална Boot Loadera на Ubuntu
Новак съм още и не са ми ясни работите
Светнаха ме че ставало с Live CD(Ubuntu) и писане в терминала,
дори вече се снабдих с него, но незнам как точно да си оправя проблема

Може ли някой да ме светне какво трябва да пиша
и съвсем бегло кое за какво се прави ?
Активен

dedmin

  • Напреднали
  • *****
  • Публикации: 456
    • Профил
(РЕШЕН) проблем с boot  на ubuntu
« Отговор #1 -: Aug 17, 2008, 23:09 »
Gooogle знае
Активен

lidero

  • Участници
  • ***
  • Публикации: 3
    • Профил
(РЕШЕН) проблем с boot  на ubuntu
« Отговор #2 -: Aug 17, 2008, 23:34 »
Вярно, че Gooogle знае
ако знаеш точно какво и как
да търсиш '<img'>

 !!! БЛАГОДАРЯ !!!
Активен

plamen_f

  • Напреднали
  • *****
  • Публикации: 1246
    • Профил
(РЕШЕН) проблем с boot  на ubuntu
« Отговор #3 -: Aug 18, 2008, 08:15 »
Here's the quick and easy way to re-enable Grub.

1) Boot off the LiveCD

2) Open a Terminal and type in the following commands, noting that the
first command will put you into the grub "prompt", and the next 3
commands will be executed there. Also note that hd0,0 implies the
first hard drive and the first partition on that drive, which is where
you probably installed grub to during installation. If not, then
adjust accordingly.

Code:

sudo grub
root (hd0,0)
setup (hd0)
exit

Reboot (removing the livecd), and your boot menu should be back.

If you have grub after the install but Windows is not an option try this:

Open the terminal: applications/accessories/terminal
insert this code
Code:

sudo gedit /boot/grub/menu.lst

Copy this code and insert it at the bottom of this open document (In
the title portion you can call windows whatever you like)

Code:

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

Look at the top of this open document where it annotates that the grub
loader is hidden by default. If you want the selection to be visible
instead of having to hit (esc) when booting place a (#) sign in front
of this line.
Активен