About two weeks ago i tried to upgrade kubuntu 11.04 to kubuntu 11.10, without making first the appropriate updated to the system. After upgrading the system the laptop won't boot. I would like to save my documents and reinstall kubuntu without losing any files. Please help..!!!
Announcement
Collapse
No announcement yet.
My laptop won't boot after upgrading from kubuntu 11.04 to Kubuntu 11.10
Collapse
This topic is closed.
X
X
-
Re: My laptop won't boot after upgrading from kubuntu 11.04 to Kubuntu 11.10
Depending on the configuration of your laptop, you can boot a Live CD, or a bootable USB stick, and then use the running OS to mount your data partition. With the partition that holds your data mounted, you can copy your data to another USB stick or a connected hard drive, or whatever you need to do.
- Top
- Bottom
-
Re: My laptop won't boot after upgrading from kubuntu 11.04 to Kubuntu 11.10
Whoa! If the first thing you need to do is copy data off that hard drive, then you don't choose "Install" you choose "Try Kubuntu".
Once the desktop comes up, pop open konsole and do
Code:sudo fdisk -l
Code:sudo mkdir -p /mnt/mystuff
Code:sudo mount -t ext4 /dev/sda1 /mnt/mystuff
OK?
- Top
- Bottom
Comment
Comment