Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Ostatnio przez swoją głupotę zrobiłem upgrade z gruba do gruba2, niestety teraz zamiast zobaczyć listę dostępnych systemów włącza mi się tryb komend gruba i wszystko się wiesza nie widać żadnego komunikatu o błędach, tylko tryb komend i mrugający kursor ale nie można niczego wpisywać ani kompletnie nic zrobić. W momencie bootowania zanim przechodzi do lini komend widać na ułamek sekundy jakieś napisy, jedyne co jestem w stanie wyczytać to Welcome to GRUB2(?).
Mój grub.cfg
# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set 9f8ebf1e-1863-4055-9b25-dedd5e465ee5 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=cyan/blue set menu_color_highlight=white/blue ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Debian GNU/Linux, Linux 2.6.26-1-686" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set 9f8ebf1e-1863-4055-9b25-dedd5e465ee5 linux /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro quiet initrd /boot/initrd.img-2.6.26-1-686 } menuentry "Debian GNU/Linux, Linux 2.6.26-1-686 (recovery mode)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set 9f8ebf1e-1863-4055-9b25-dedd5e465ee5 linux /boot/vmlinuz-2.6.26-1-686 root=/dev/sda1 ro single initrd /boot/initrd.img-2.6.26-1-686 } menuentry "Debian GNU/Linux, Linux 2.6.24-1-686" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set 9f8ebf1e-1863-4055-9b25-dedd5e465ee5 linux /boot/vmlinuz-2.6.24-1-686 root=/dev/sda1 ro quiet initrd /boot/initrd.img-2.6.24-1-686 } menuentry "Debian GNU/Linux, Linux 2.6.24-1-686 (recovery mode)" { insmod ext2 set root=(hd1,1) search --no-floppy --fs-uuid --set 9f8ebf1e-1863-4055-9b25-dedd5e465ee5 linux /boot/vmlinuz-2.6.24-1-686 root=/dev/sda1 ro single initrd /boot/initrd.img-2.6.24-1-686 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/30_os-prober ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ###
Miał ktoś może podobny problem?
Ewentualnie czy jest jakaś możliwośc powrotu do starego gruba, zawsze przywracałem gruba poprzez chroot i komende grub ale teraz jej nie ma a grub-install i grub-setup jest w wersji dla gruba2
Offline
Pokaż jeszcze zawartość /etc/default/grub
A powrócić zawsze możesz instalując paczkę grub-legacy
Offline
/etc/default/grub
# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entrys #GRUB_DISABLE_LINUX_RECOVERY="true"
Co do instalacji paczki grub-legacy to może być ciężko zważywszy że nie mogę uruchomić linuksa. Zresztą ja nic nie odinstalowywałem nawet zrobiłem tylko dpkg-reconfigure grub-pc i upgrade-grub2-from-legacy
Offline
A po co robiłeś dpkg-reconfigure grub-pc ?
Dziwne..
Mój grub.cfg:
root@Kudzu /home/kodzik # cat /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 insmod ext2 set root=(hd0,2) search --no-floppy --fs-uuid --set 478b12cf-ad43-45da-8780-a52022570dbe if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1280x800 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod ext2 set root=(hd0,2) search --no-floppy --fs-uuid --set 478b12cf-ad43-45da-8780-a52022570dbe insmod png if background_image /usr/share/images/grub/debian.png ; then set color_normal=black/black set color_highlight=magenta/black else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry "Debian GNU/Linux, Linux 2.6.31.1" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set a426dea9-572f-4ddd-800b-dbb350d3881a linux /vmlinuz-2.6.31.1 root=/dev/sda2 ro vga=792 quiet CONSOLE=/dev/tty1 } menuentry "Debian GNU/Linux, Linux 2.6.31.1 (recovery mode)" { insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set a426dea9-572f-4ddd-800b-dbb350d3881a linux /vmlinuz-2.6.31.1 root=/dev/sda2 ro single } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/30_os-prober ### ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ###
Offline
Wcześniej jak aktualizował się grub2 to klikałem wszystkie domyślne opcje i nie zwracałem uwagi na to, dopiero wczoraj chciałem się pobawić tym grubem 2 i klikałem chain into grub2 ale własnie wtedy też mi się wieszał na lini komend, dlatego zrobiłem dpkg-reconfigure grub-pc żeby zobaczyć czy czegoś nie można ustawić inaczej ale niestety po tym wywalił mi już gruba1 i straciłem możliwośc uruchomienia czegokolwiek na kompie, dlatego później po chroocie zrobiłem już upgrade-from-grub-legacy bo i tak już nie miałem chyba nic do stracenia. Teraz dzięki slaksowi udało mi sie wywalic gruba2 i zainstalowac grub-legacy i działa ale pewnie prędzie czy później będę musiał się zmierzyc z grubem2 bo w nieskonczoność grub-legacy pewnie nei będą utrzymywać
Offline
Time (s) | Query |
---|---|
0.00012 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00092 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.145.58.158' WHERE u.id=1 |
0.00113 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.145.58.158', 1732215274) |
0.00051 | SELECT * FROM punbb_online WHERE logged<1732214974 |
0.00097 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=15111 AND t.moved_to IS NULL |
0.00011 | SELECT search_for, replace_with FROM punbb_censoring |
0.00188 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=15111 ORDER BY p.id LIMIT 0,25 |
0.00115 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=15111 |
Total query time: 0.00683 s |