cema: (dp)
cema ([personal profile] cema) wrote2017-02-18 11:04 am

linux help requested

Hi all,

Need help with making linux work again.

Some time ago I bought a cheap Lenovo 11e laptop for cheap. Installed Linux Mint 17 64bit on it and used it happily for many months. A few days ago it did not wake up from a hibernation session, and an attempt at bootup just shows the Mint logo and does not go anywhere. I possibly can get into the grub session but no idea what to do next.

Suggestions?

Thanks!

Update. Всем спасибо! We made Linux great again снеся Минт у установив Убунту. В чем была проблема, так и не поняли. По логам, все хорошо вплоть до иксов. Ну да ладно.

[identity profile] russhatter.livejournal.com 2017-02-18 04:41 pm (UTC)(link)
I do not know the features of this Mint, so the following are recommendations for "some Linux" system. There are plenty of information about these systems in Internet, ask Google about details.
At first try Ctrl+Alt+F1 to switch consoles (F1-...F6, or add "Func" key to combination, Ctrl+Alt+F7 is return to graphic console).
If it works, login in text console and make sure if file system is alive and good. If it is true, try to backup your disk. If not - sorry.

[identity profile] sibirets.livejournal.com 2017-02-18 04:44 pm (UTC)(link)
Может, с железом проблема? Вы в Live Session пытались загрузиться?

[identity profile] spamsink.livejournal.com 2017-02-18 05:13 pm (UTC)(link)
+1 to russhatter's reply; also try booting from an installation DVD.

[identity profile] ati.livejournal.com 2017-02-18 05:57 pm (UTC)(link)
Загрузиться с флешки/live cd, подмонтировать основной диск, проверить его с помощью fsck, посмотреть там логи.

[identity profile] ak-47.livejournal.com 2017-02-18 09:30 pm (UTC)(link)
Не знаю насколько применимо в вашей ситуации, но у меня был похожий симптом с RHEL. Оказалось что Python обновился с 2.6 до 2.7 и это убило ГУЙ. Точно так же всё зависало на этапе загрузки и дальше лого не шло. Ctrl+Alt+F{1-6} работали, правда. По бутлогам выясниось что Python был виноват. Как только откатился, сразу всё встало на место.

[identity profile] dmpogo.livejournal.com 2017-02-18 11:52 pm (UTC)(link)
If you can get to grub menu, edit the boot line, adding 'single' somewhere to the kernel options and boot into single user mode.

(somewhere like in http://askubuntu.com/questions/132965/how-do-i-boot-into-single-user-mode-from-grub

The look around. First of all do 'dmesg' to see whether all hardware is up normally.
What I would have do then is to disable graphical regime, so that X is not started, and reboot. Then I should be able to see the console messages
and see whether other than X services started OK. Then start X manually to see if it gets up ...