Титла: (РЕШЕН) проблем с boot на ubuntu Публикувано от: lidero в Aug 17, 2008, 22:50 Здравейте
проблема ми е следния: Имам си две системи Windows & Linux(Ubuntu) но се наложи да преинсталвам бозичката и сега немога да си преинстална Boot Loadera на Ubuntu Новак съм още и не са ми ясни работите Светнаха ме че ставало с Live CD(Ubuntu) и писане в терминала, дори вече се снабдих с него, но незнам как точно да си оправя проблема Може ли някой да ме светне какво трябва да пиша и съвсем бегло кое за какво се прави ? Титла: (РЕШЕН) проблем с boot на ubuntu Публикувано от: dedmin в Aug 17, 2008, 23:09 Титла: (РЕШЕН) проблем с boot на ubuntu Публикувано от: lidero в Aug 17, 2008, 23:34 Вярно, че Gooogle знае
ако знаеш точно какво и как да търсиш ![]() !!! БЛАГОДАРЯ !!! Титла: (РЕШЕН) проблем с boot на ubuntu Публикувано от: plamen_f в 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. |