You are not logged in.
Hi ArchLinux Users
Last night I was browsing the internet when in chromium and was notified that flash had crashed. A few seconds later my system froze and I was not able to do anything. After that I am unable to boot my laptop. I fear the my nvidia graphics card must have blown up as I see nothing once I turn on my laptop.
I have not backup my all my data yet and am desperate to get it. My plan is to use the hard disk in another laptop boot it and backup the data. I am worried about the clash of drivers as my friends laptop has ATI.
How do I black list nvidia at grub? Also I can avoid loading gnome 3 (GDM) as all I need is a command line access. I am really worried and would really appreciate any and all help.
Also I am not sure if my problem fits the forums category and apologize for this as it was the best I could think of.
Cheers!
Nishit
Last edited by jlight2011 (2011-09-14 00:22:57)
Offline
http://www.archlinux.org/news/changes-t … cklisting/
Try doing that. Grub gives you an option for editing the kernel line before loading it.
Last edited by the sad clown (2011-09-13 23:54:38)
I laugh, yet the joke is on me
Offline
I have not access to my disk at all. Can I just plug in my HDD as it is in my friends laptop and boot it? How else do I edit files in
/etc/modprobe.d/
Thank you for you help!
Nishit
Offline
http://www.archlinux.org/news/changes-t … cklisting/
Try doing that. Grub gives you an option for editing the kernel line before loading it.
What do I need to do to edit the kernel line and what do I need to write into to the kernel line to block nvidia?
Offline
You don't need to edit the file, just add do this to the kernel line before grub loads it:
Modules can be blacklisted at boot time by appending modprobe.blacklist=mod1,mod2,mod3 to the kernel command line (in grub, lilo or syslinux). Alternatively, the modules can be disabled altogether by appending mod1.disable=1 mod2.disable=1 mod3.disable=1 instead. This is useful in an emergency where a broken module makes it impossible to boot your system.
See here for how to do it: https://wiki.archlinux.org/index.php/Gr … _boot_menu
I laugh, yet the joke is on me
Offline
Thanks a lot mate.
I will try this out immediately.
Cheers!
Nishit
Offline
Just to make sure you understand, you are going to add "modprobe.blacklist=nvidia" or "nvidia.disable=1" to the kernel line.
Last edited by the sad clown (2011-09-14 00:11:27)
I laugh, yet the joke is on me
Offline
Just to make sure you understand, you are going to add "modprobe.blacklist=nvidia" or "nvidia.disable=1" to the kernel line.
Thanks a lot mate!
Last edited by jlight2011 (2011-09-14 00:21:48)
Offline
Possibly too late, but imo booting your own laptop with your favourite live rescue cd/usb would be a lot easier than moving your hard drive around the place.
Last edited by tomk (2011-09-14 00:31:57)
Offline