White color screen at start-up of OpenSUSE11

Status
Not open for further replies.

NucleusKore

TheSaint
Easy Way:
  1. Install ext2ifs from here in your Windows OS.
    *www.fs-driver.org/
  2. Restart Windows
  3. Read this *www.fs-driver.org/faq.html#conf_drv_ltr
  4. Your data will be in the /home/yourusername folder
 
OP
G

gamirahult

Broken In
I have installed Ext2_IFS Drive and also read the suggested page.I have given
letters to Linux partitions.Now how can I access it?The drive Icons for linux appeared in my computer .When I tried to open it, "drive is not formatted do you want to format it"
this message displayed.What should I do now?
 

NucleusKore

TheSaint
That's strange, it has the same problem even after restarting? If yes then there's two other ways:

1. Use a Ubuntu or SUSE live cd and boot your system. Plug in your pen drive and copy paste everything to it.

2. Boot into SUSE with your pendrive plugged in

Press Ctrl+Alt+F1, login and give the following commands in sequence

sudo mkdir /mnt/share

sudo fdisk -l

Check the output, you will usually see your pendrive as /dev/sdb1

sudo mount /dev/sdb1 /mnt/share

sudo cp -rv /home/yourusername/* /mnt/share

After everything copies
umount /mnt/share

Eject pen drive
 
OP
G

gamirahult

Broken In
I have copied all my data into pen drive by following your method.Now how to repair ATI Driver using openSUSE11 bootable DVD in easy way.I don't want to re-install openSUSE11 any way.
 
Status
Not open for further replies.
Top Bottom