Black Screen On Live Boot

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
joff

Black Screen On Live Boot

Post by joff »

Trying to run Linux Mint 9 Xfce. Been reading up on it a lot and I am sure there is a fix for it, I read the thread: http://forums.linuxmint.com/viewtopic.p ... 91&start=0 they however refer to another thread as a base and that one is missing.

My monitor actually shuts off after the countdown and when I turn it back on it just shuts off again. I checked the file with Md5sums it matched.

I am running and HP Pavilion
AMD Athlon 64
Dual Core Processor 3800+ 2GHz
1g RAM
NVIDIA GeForce 6150 LE - Video Card

Any thing you can do to help would be great.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
oobetimer

Re: Black Screen On Live Boot

Post by oobetimer »

joff wrote:Trying to run Linux Mint 9 KDE. Been reading up on it a lot and I am sure there is a fix for it, I read the thread: http://forums.linuxmint.com/viewtopic.p ... 91&start=0 they however refer to another thread as a base and that one is missing.

My monitor actually shuts off after the countdown and when I turn it back on it just shuts off again. I checked the file with Md5sums it matched.

I am running and HP Pavilion
AMD Athlon 64
Dual Core Processor 3800+ 2GHz
1g RAM
NVIDIA GeForce 6150 LE - Video Card

Any thing you can do to help would be great.
X-server is falling down?

http://forums.linuxmint.com/viewtopic.php?f=46&t=52499
joff

Re: Black Screen On Live Boot

Post by joff »

1. First drop to a terminal by pressing Ctrl+Alt+F1 Log in with your usual Username and Password.

2. Stop the window manager

Code: Select all

sudo /etc/init.d/gdm stop
....of course if WM is eg kdm, so sudo /etc/init.d/kdm stop
I meant to say I am running Xfce rc. I tried your code but I must be putting it in wrong. When I get in to the Edit screen I get this

code:

Code: Select all

/casper/vmlinux file=/cdrom/preseed/mint.seed boot=capser initrd=/casper/initrd.lz quiet splash --
Where would I drop your code, and I would replace kdm with Xfce right?

I am using the linuxmint-9-xfce-rc-amd64.iso download
should I be using linuxmint-9-xfce-rc-i386.iso :?:
joff

Re: Black Screen On Live Boot

Post by joff »

I tried the instructions from the link I posted with no changes.
joff

Re: Black Screen On Live Boot

Post by joff »

So far I have tried

Code: Select all

i915.modset=1
(nochange)then

Code: Select all

 nomodset xforcevesa
with that I at least got to see text scroll down the scree before it went black. I am grasping at straws here if anyone has any suggestions.

I still don't understand where I would put

Code: Select all

sudo /etc/init.d/gdm stop
oobetimer

Re: Black Screen On Live Boot

Post by oobetimer »

joff wrote:
I still don't understand where I would put

Code: Select all

sudo /etc/init.d/gdm stop
http://forums.linuxmint.com/viewtopic.p ... 12#p304107

You don´t have to do it, because gdm is already stopped. Just run Xorg -configure.

Code: Select all

Xorg -configure

cp /root/xorg.conf.new /etc/X11/xorg.conf

startx
Locked

Return to “Installation & Boot”