PDA

View Full Version : wubi



ReaLitaliano
June 4th, 2007, 08:31 PM
i installed ubuntu using wubi it was slow to boot but it worked four 2 days then when i restarted it so i can go back to use xp i got a black screen saying strike F1 to retry boot, F2 for setup utility. i tryed 2 fix it using super grub disk but got error 15 file not found.if i try to boot any OSs it says error on loading operating system. i dont care about ubuntu i just want windows 2 work right now.

ago
June 4th, 2007, 08:52 PM
Did you hard reboot? Anyway your best shot is to use windows chkdsk & co (see windows recovery console) + you can use a live CD to access the partition and check if something is wrong.

ReaLitaliano
June 4th, 2007, 08:59 PM
i cant boot from hard drive,how would i use chkdsk from the install cd? how would i use windows recovery console what command do i use i dont want lose any important data from my windows xp

ago
June 4th, 2007, 09:01 PM
http://support.microsoft.com/kb/314058

as mentioned you can also boot from a live CD to access the windows partition and copy the important data to some other device.

ReaLitaliano
June 4th, 2007, 09:04 PM
ok using the live cd how can i copy the data?

ago
June 4th, 2007, 09:09 PM
open the windows folder with the file browser (depending on the live CD you might have to mount the windows partitions manually, ask here if that's the case) then that works as any other file browser, attach another disk and copy it over.

ReaLitaliano
June 4th, 2007, 09:15 PM
i cant because i dont see my hard drive and i tried to search it but nothing.

ago
June 4th, 2007, 09:26 PM
are you booted with the live CD?

then open a shell and type

cat /proc/partitions

that lists available partitions (/dev/hda1 /dev/hda2...) , you can try to mount them with

sudo mkdir /media/p1
sudo mount /dev/XXX /media/p1

sudo mkdir /media/p1
sudo mount /dev/YYY /media/p1

replace XXX and YYY withe the entries from the cat command

ReaLitaliano
June 4th, 2007, 09:42 PM
8 0 78125000 sda
8 16 1000944 sdb
8 17 996376 sdb1
7 0 646072 loop0
ubuntu@ubuntu:~$ sudo mkdir /media/p1
mkdir: cannot create directory `/media/p1': File exists
ubuntu@ubuntu:~$ sudo moun /dev/sda/media/p1

ReaLitaliano
June 4th, 2007, 10:05 PM
not working

ReaLitaliano
June 4th, 2007, 10:13 PM
well thanks 4 helping

ago
June 4th, 2007, 10:35 PM
8 0 78125000 sda
8 16 1000944 sdb
8 17 996376 sdb1
7 0 646072 loop0
ubuntu@ubuntu:~$ sudo mkdir /media/p1
mkdir: cannot create directory `/media/p1': File exists
ubuntu@ubuntu:~$ sudo moun /dev/sda/media/p1

you only need to create p1 once

to mount

sudo mount /dev/sdb1 /media/p1

now hard disk 2 can be accessed from /media/p1

I see you have 2 disks but there does not seem to be any partition in disk 1. Do you have 2 hard disks? Is disk 1 the one containing windows? If so the MBR is probably missing.

ReaLitaliano
June 5th, 2007, 09:42 PM
i only have 1 hard drive

ago
June 5th, 2007, 10:05 PM
1GB usb key?

anyway there is no partition in first HD

ReaLitaliano
June 5th, 2007, 10:09 PM
yes usb drive
no partition on the second ok but is there a way to fix it

ago
June 5th, 2007, 10:12 PM
http://www.linuxforums.org/forum/167833-post3.html

ReaLitaliano
June 5th, 2007, 10:16 PM
ok got to try but i dont know my admin password

ReaLitaliano
June 5th, 2007, 10:25 PM
will i still have my files?

ago
June 5th, 2007, 11:56 PM
If it's an mbr/partition table probably yes.

ReaLitaliano
June 6th, 2007, 12:07 AM
i tried fixmbr and nothing