PDA

View Full Version : [ubuntu] Upgrade from 9.04 to 9.10



[=Vion=]
November 6th, 2009, 05:44 PM
Just upgraded to 9.10 but Im having problems. Everything finished fine but when the PC restarted I couldnt get passed the white ubuntu lo then....nothing... Just a black screen. I tried starting in recovery mode but on top of the ususal menu this shows up in black: One or more of the mounts listed in /etc/fstab cannot yet be mounted: ESC for recovery shell swap waiting for UUID=0d0c5412 blab bla bla

Plz help....

pdoes
November 6th, 2009, 05:53 PM
Try the following steps:


Boot up from Live CD
Open a terminal
sudo fdisk -l
run fsck for every device you see but not extended, or swap (I forgot)
Mount /dev/sda1 (root partition) on /mnt
cd /mnt/etc/X11
mv xorg.conf xorg.conf.mybackup
cp xorg.conf.failsafe xorg.conf
reboot.


If you don't have the xorg.conf.failsafe this is the contents.
Code:


# xorg.conf.failsafe (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

[=Vion=]
November 6th, 2009, 05:59 PM
crap...i dont have my live cd with me right now but I CAN access the root shell. Anything I can do from there? Otherwise I will have to wait until I get home... In 9 hours!

pdoes
November 6th, 2009, 06:08 PM
Ah Ok, I misread your post, thought you couldn't get in the root shell.

Just follow steps 6,7,8,9

[=Vion=]
November 6th, 2009, 06:22 PM
The shell takes me to my desktop. How would I navigate to said X11 from there?

[=Vion=]
November 6th, 2009, 06:42 PM
crap no even the shell is failing. I can access ext3 via XP so I guess Im gonna have to work from there.