Страница 1 из 1

Safe mode to boot? [Solved]

Добавлено: 17 дек 2012, 22:16
Rosa Pingulio
How do I boot in safe mode?

I f@cked up my install by installing from the repos the nvidia prop. dkms driver 3.10 for my graphic card.
Instantly the screen blurred, so I had to do a cold restart.
Now it halts during boot without presenting a login prompt.

Re: Safe mode to boot?

Добавлено: 17 дек 2012, 22:21
akdengi
add in grub kernel line 1 or s or silent and boot

Re: Safe mode to boot?

Добавлено: 18 дек 2012, 19:41
Rosa Pingulio
I come from LILO experience. No knowledge yet for editing Grub.
akdengi писал(а):add in grub kernel line 1 or s or silent and boot
I have to add a line in a grub lst or conf and what is the content '... '?
Or can I do it at boot?
Can I make it a permanent option to choose (like in the old days :) ) ?

Re: Safe mode to boot?

Добавлено: 18 дек 2012, 19:54
Dimon
Can you provide your /boot/grub/menu.lst?
Maybe my file can help you.
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,5)/boot/gfxmenu
default 0

title linux
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=be7a5732-373e-44a7-9bde-24b8d05bf5dd nokmsboot logo.nologo quiet splash=silent vga=788
root (hd0,5)
initrd /boot/initrd.img

title linux-nonfb
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=be7a5732-373e-44a7-9bde-24b8d05bf5dd nokmsboot
root (hd0,5)
initrd /boot/initrd.img

title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=be7a5732-373e-44a7-9bde-24b8d05bf5dd nokmsboot failsafe
root (hd0,5)
initrd /boot/initrd.img

title windows
root (hd0,0)
makeactive
chainloader +1

title 3.0.28-nrj-desktop-2rosa.lts
kernel (hd0,5)/boot/vmlinuz-3.0.28-nrj-desktop-2rosa.lts BOOT_IMAGE=3.0.28-nrj-desktop-2rosa.lts root=UUID=be7a5732-373e-44a7-9bde-24b8d05bf5dd nokmsboot logo.nologo quiet splash=silent vga=788
root (hd0,5)
initrd /boot/initrd-3.0.28-nrj-desktop-2rosa.lts.img

title 3.0.38-nrj-desktop-1rosa.lts
kernel (hd0,5)/boot/vmlinuz-3.0.38-nrj-desktop-1rosa.lts BOOT_IMAGE=3.0.38-nrj-desktop-1rosa.lts root=UUID=be7a5732-373e-44a7-9bde-24b8d05bf5dd nokmsboot logo.nologo quiet splash=silent vga=788
root (hd0,5)
initrd /boot/initrd-3.0.38-nrj-desktop-1rosa.lts.img

Re: Safe mode to boot?

Добавлено: 20 дек 2012, 22:21
Rosa Pingulio
Dimon, thnx for offering.
I have to start a live ISO in order to get menu.lst information.
I hope there is another way such as with a boot entry.

Re: Safe mode to boot?

Добавлено: 21 дек 2012, 20:49
ДроноваЮ
Rosa Pingulio
1) start booting your ROSA
2) right after start press E while the 'ROSA Desktop.Fresh 2012' is highlighted
3) appent '1' or 's' after 'splash=silent' (move the cursor to the end of the string then move it left with the left arrow key. You shoul get this:
single_mode0.png
4) hit F10
5) after that you'll boot into the single mode
single_mode1.png
while in single mode you may restore whatever you want to, plase google for the instructions.
If not -- ask here. :)

Re: Safe mode to boot?

Добавлено: 26 дек 2012, 17:52
Rosa Pingulio
Thank you for the screenshots that made it clear.
Today I did a 'fresh' install of 2012.1desktop.fresh :)
Wiki brought me also this sollution plus via KDE Config an easy (GUI) way to make a permanent entry for safe mode in grub.

Solved!