by DomeDan » Mon Apr 02, 2012 9:00 am
When your in the grub-screen to select kernel (right after bios):
have the kernel you want to boot selected
press e
go to the row starting with "kernel"
press e
go to the end of that line and write nomodeset and press enter
and then press b to boot
to make this prescient in OpenSuSE (as root):
run application yast
choose "System" then "Boot loader"
tab your way to the kernel your using and tab to "edit"
add nomodeset at the end of the field "optional kernel command line parameters"
and then "ok"
in debian/ubuntu (as root)
edit /etc/default/grub
add nomodeset to GRUB_CMDLINE_LINUX, like this:
GRUB_CMDLINE_LINUX="nomodeset"
if you have something there already just separate that and nomodeset with a space
save
run the command: update-grub
if your not able to boot the system, start a live-cd and:
mount the partition with the system, example:
mount /dev/sda1 /mnt/
and mount other filesystems needed
mount -t proc proc /mnt/proc
mount -o bind /dev /mnt/dev
mount -o bind /sys /mnt/sys
and chroot into the mount-point
chroot /mnt/ /bin/bash
now you can do the step I explained above.
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com