Fortunately, it does boot when I put ro 3 at the end of the kernel line in GRUB. It's just that I can't get any GUI when I do that.
Output from running sudo inxi -F:
Code: Select all
System: Host: S2550 Kernel: 3.7.10-antix.5-486-smp (i686) (32 bit)
Console: tty1 Distro: antiX-13.2_386-full Luddite 4 November 2013
Machine: System: Gateway product: Solo 2550 version: Rev 1 serial: 0018942899
Mobo: Gateway model: Solo 2550 version: Rev 1.0 Bios: Gateway version: 15.03
date: 03/09/2000
CPU: Single core Pentium III (Coppermine) (-UP-) cache: 256 KB flags: (paesse) clocked
at 597.368 MHz
Graphics: Card: Silicon Motion SM710 LynxEM
X.org: 1.12.4 drivers: fbdev,vesa,siliconmotion tty size: 80x25
Advanced Data: N/A for root out of X
Audio: Card: ESS ES1978 Maestro 2E driver: snd_es1968 Sound: ALSA
ver: k3.7.10-antix.5-486-smp
Network: Failed to Detect Network Card!
Drives: HDD Total Size: 80.0 GB (-) 1: id: /dev/sda model: ST980815A size: 80.0 GB
Partition: ID: / size: 35G used: 2.5G (8%) fs: ext3 ID: swap-1 size: 5.24GB used: 0.00GB
(0%) fs: swap
Sensors: System Temperatures: cpu: 35.0C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 67 Uptime: 2 min Memory: 30.4/278.2MB Runlevel: 3
Client: Shell (sudo) inxi: 1.9.16
Code: Select all
[ 984.277] (EE) SMI(0): Not enough video memory for the configured screen size (1024x1024) and color depth.
I've tried several things in GRUB to try to boot into the GUI:
- removing nouveau.modeset=0 from the kernel line (so the line reads kernel (kernel location) (root location)
- appending ro 5 to the end of the kernel line (but without the nouveau.modeset=0, for this and everything below this)
- appending ro nomodeset nouveau.modeset=0 noxorg to the end of the kernel line
- appending ro nomodeset to the end of the kernel line
I've also tried:
- Running startx after booting into init-3
- Running slim after booting into init-3
But all of those still end up with the same blank screen. I'm stuck! Any ideas?
P.S. I don't know much about Linux. All of what I did above is information I got from other threads.