Found a live DVD and booted to it, the output you requested is as follows:
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001c80a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 172790376 86394164+ 83 Linux
/dev/sda2 172791806 234440703 30824449 5 Extended
/dev/sda5 231317504 234440703 1561600 82 Linux swap / Solaris
/dev/sda6 172791808 231317503 29262848 83 Linux
Partition table entries are not in disk order
ubuntu@ubuntu:~$
This sounds more like that it is a lightdm issue.
What happens if you try this from the login screen:
press CTR+ALT+F1
you will get to the terminal then login to your normal user
once logged in enter
Hi Mark & SeZo,
Thanks for you help,
First, tried your suggestion Mark, no joy at all, both did mention being “clean” when I ran the commands but no boot.
I would not have the first idea where to start with checking the log files.
Secondly, tried your suggestion SeZo and a lot of writing flashed up the screen but nothing happened after that, thanks again guys.
Finally said on screen xinit giving up,
Xinit unable to connect to X server, resource temporarily unavailable
Waiting for X server to shut down (EE) server terminated successfully (o) closing log file
Xinit server error
Hi Mark,
Tried your suggestion, this is as far as it got
mv: cannot move ‘/tmp’ to ‘/tmp-old’: Device or resource busy,
Then returned me to the usual prompt.
Hi Mark,
From Peppermint 6:
degsy@degsy-MM061 ~ $ mount
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=degsy)
Hi Mark,
Carried out your instructions from within Peppermint, all commands went through no problem, logged back into Ubuntu but got the looping log in screen again, tried the lightdm suggestion but no clues came up, just responded with "stop/waiting then went back to the looping log in screen.
Would it be a good idea to replace lightdm with gdm and see if that behaves the same?
Having two users affected (brand new and old) would point to a lightdm problem.
First let’s give reinstalling lightdm a shot … then if necessary we’ll give gdm or possibly Mints mdm a go
(IIRC gdm brings in a lot more dependencies than mdm)
In Peppermint run these commands in sequence
sudo mount /dev/sda1 /mnt
then
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done