hi everyone
I've installed Kubuntu 8.04 (Hardy Heron) Alpha 4 on a partition (hd0,5) and then installed Kde 4, VLC Player and other softwares through "Adept Manager".
Now every time I try to boot Kubuntu I get this:
::::::::::::::::::::::::::::::
Loading, please wait...
kinit: name_to_dev_t(dev/disk/by-uuid/6acc0ad2-cf4d-46d1-9392-3d08db4026ea) = sda5(8,5)
kinit: trying to resume from /dev/disk/by-uuid/6acc0ad2-cf4d-46d1-9392-3d08db4026ea
kinit: No resume image, doing normal boot...
Ubuntu hardy (development branch) xpc tty1
xpc login:
::::::::::::::::::::::::::::::
After entering my username and pass when I enter " startx ", it does start Kde (graphical mode; KDE 3.5.8 ).
Now in " Log Out... " I get only one option of "Log Out", NO shutdown / restart options in there.
So in the terminal window, after becoming root, I entered " Poweroff " to turn off the system but when I try to boot Kubuntu, I got the same error.
After starting Kde (again by " startx "), I ran "sudo blkid " to get UUIDs:
/dev/sda1: UUID="18FC07D6FC07ACD6" TYPE="ntfs"
/dev/sda5: TYPE="swap"
UUID="6acc0ad2-cf4d-46d1-9392-3d08db4026ea"
/dev/sda6: UUID="b426e776-3cfe-4276-a68a-cab7ba0f8d36"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda7: UUID="8f52bff8-ebba-41bd-9ecb-ed7bb8ec161f"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda8: UUID="40d52ce1-4425-4928-89b0-12e476546d6b"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda9: LABEL="/"
UUID="3fde040e-705b-4b40-82c4-90a0c1a91ee3"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda10: TYPE="ufs"
/dev/sda13: TYPE="ufs"
/dev/sdb1: UUID="68722da8-47a8-4687-88a6-89930c0b4daf"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb2: UUID="6368746f-2074-616b-6f65-207575696400"
SEC_TYPE="ext2" TYPE="ext3"
which are same as in /etc/fstab:
# /dev/sda6
UUID=b426e776-3cfe-4276-a68a-cab7ba0f8d36 /
ext3 errors=remount-ro 0 1
# /dev/sda1
UUID=18FC07D6FC07ACD6 /media/sda1 ntfs
defaults,umask=007,gid=46 0 1
# /dev/sda7
UUID=8f52bff8-ebba-41bd-9ecb-ed7bb8ec161f /media/sda7
ext3 defaults 0 2
# /dev/sda8
UUID=40d52ce1-4425-4928-89b0-12e476546d6b /media/sda8
ext3 defaults 0 2
# /dev/sda9
UUID=3fde040e-705b-4b40-82c4-90a0c1a91ee3 /media/sda9
ext3 defaults 0 2
# /dev/sdb1
UUID=68722da8-47a8-4687-88a6-89930c0b4daf /media/sdb1
ext3 defaults 0 2
# /dev/sdb2
UUID=6368746f-2074-616b-6f65-207575696400 /media/sdb2
ext3 defaults 0 2
# /dev/sda5
UUID=6acc0ad2-cf4d-46d1-9392-3d08db4026ea none
swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660
user,noauto,exec 0 0
and here's Grub > Menu.lst for Kubuntu:
title Ubuntu hardy (development branch), kernel
2.6.24-5-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-5-generic
root=UUID=b426e776-3cfe-4276-a68a-cab7ba0f8d36 ro
quiet splash
initrd /boot/initrd.img-2.6.24-5-generic
quiet
When I open System Settings > Computer Administration > Monitor & Display, I get this message:
::::::::::::
The module Monitor & Display could not be loaded.
The diagnostics is:
Library files for "libpython2.5.so" not found in paths.
Possible reasons:
*An error occurred during your last KDE upgrade leaving an orphaned control module
*You have old third party modules lying around.
Check these points carefully and try to remove the module mentioned in the error message. If this fails, consider contacting your distributor or packager.
::::::::::::
Now I don't know whether Monitor & Display error is connected with "kinit: No resume image..." or not.
Any help is highly appreciated, thanks alott in advance.
- Jags
I've installed Kubuntu 8.04 (Hardy Heron) Alpha 4 on a partition (hd0,5) and then installed Kde 4, VLC Player and other softwares through "Adept Manager".
Now every time I try to boot Kubuntu I get this:
::::::::::::::::::::::::::::::
Loading, please wait...
kinit: name_to_dev_t(dev/disk/by-uuid/6acc0ad2-cf4d-46d1-9392-3d08db4026ea) = sda5(8,5)
kinit: trying to resume from /dev/disk/by-uuid/6acc0ad2-cf4d-46d1-9392-3d08db4026ea
kinit: No resume image, doing normal boot...
Ubuntu hardy (development branch) xpc tty1
xpc login:
::::::::::::::::::::::::::::::
After entering my username and pass when I enter " startx ", it does start Kde (graphical mode; KDE 3.5.8 ).
Now in " Log Out... " I get only one option of "Log Out", NO shutdown / restart options in there.
So in the terminal window, after becoming root, I entered " Poweroff " to turn off the system but when I try to boot Kubuntu, I got the same error.
After starting Kde (again by " startx "), I ran "sudo blkid " to get UUIDs:
/dev/sda1: UUID="18FC07D6FC07ACD6" TYPE="ntfs"
/dev/sda5: TYPE="swap"
UUID="6acc0ad2-cf4d-46d1-9392-3d08db4026ea"
/dev/sda6: UUID="b426e776-3cfe-4276-a68a-cab7ba0f8d36"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda7: UUID="8f52bff8-ebba-41bd-9ecb-ed7bb8ec161f"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda8: UUID="40d52ce1-4425-4928-89b0-12e476546d6b"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda9: LABEL="/"
UUID="3fde040e-705b-4b40-82c4-90a0c1a91ee3"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda10: TYPE="ufs"
/dev/sda13: TYPE="ufs"
/dev/sdb1: UUID="68722da8-47a8-4687-88a6-89930c0b4daf"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb2: UUID="6368746f-2074-616b-6f65-207575696400"
SEC_TYPE="ext2" TYPE="ext3"
which are same as in /etc/fstab:
# /dev/sda6
UUID=b426e776-3cfe-4276-a68a-cab7ba0f8d36 /
ext3 errors=remount-ro 0 1
# /dev/sda1
UUID=18FC07D6FC07ACD6 /media/sda1 ntfs
defaults,umask=007,gid=46 0 1
# /dev/sda7
UUID=8f52bff8-ebba-41bd-9ecb-ed7bb8ec161f /media/sda7
ext3 defaults 0 2
# /dev/sda8
UUID=40d52ce1-4425-4928-89b0-12e476546d6b /media/sda8
ext3 defaults 0 2
# /dev/sda9
UUID=3fde040e-705b-4b40-82c4-90a0c1a91ee3 /media/sda9
ext3 defaults 0 2
# /dev/sdb1
UUID=68722da8-47a8-4687-88a6-89930c0b4daf /media/sdb1
ext3 defaults 0 2
# /dev/sdb2
UUID=6368746f-2074-616b-6f65-207575696400 /media/sdb2
ext3 defaults 0 2
# /dev/sda5
UUID=6acc0ad2-cf4d-46d1-9392-3d08db4026ea none
swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660
user,noauto,exec 0 0
and here's Grub > Menu.lst for Kubuntu:
title Ubuntu hardy (development branch), kernel
2.6.24-5-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-5-generic
root=UUID=b426e776-3cfe-4276-a68a-cab7ba0f8d36 ro
quiet splash
initrd /boot/initrd.img-2.6.24-5-generic
quiet
When I open System Settings > Computer Administration > Monitor & Display, I get this message:
::::::::::::
The module Monitor & Display could not be loaded.
The diagnostics is:
Library files for "libpython2.5.so" not found in paths.
Possible reasons:
*An error occurred during your last KDE upgrade leaving an orphaned control module
*You have old third party modules lying around.
Check these points carefully and try to remove the module mentioned in the error message. If this fails, consider contacting your distributor or packager.
::::::::::::
Now I don't know whether Monitor & Display error is connected with "kinit: No resume image..." or not.
Any help is highly appreciated, thanks alott in advance.
- Jags
Comment