You are not logged in.
Pages: 1
Hello.
I used https://wiki.archlinux.org/index.php/Ta … tion_Media to help me "burn" the arch iso to my usb without losing its data.
But, after I did the steps in this guide, my usb didn't boot and when I tried to mount it again (in other linux livecd), it wasn't recognizing it as a partition and in parted, there was no partition field anymore in the device (the "filesystem field is empty").
Anybody know what might be happening?
Thanks in advance.
Offline
You linked to a "talk" page not a normal wiki page. The wiki page associated with it has several different methods. Which one did you try to use? What steps did you actually take?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Welcome to the forum.
Why are you referencing the Talk page instead of the actual wiki article? You're not being very specific... Which method, exactly, did you use to "burn" the Arch ISO to your USB stick without losing its data? This one? And are you sure that the "archisolabel=ARCH_2012XX" was replaced part with your equivalent of "archisodevice=/dev/disk/by-uuid/47FA-4071" (for both config files)? Because the 2013 releases probably use "ARCH_2013XX" instead.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Oops! Sorry! I was referring to https://wiki.archlinux.org/index.php/US … _USB_drive (yes, this one - this ctrl+c/ctrl+v confused me).
But I executed the "sed" line to replace the archisodevice. But the problem is that my device has no more fat partition.
I think dd has corrupted my device... do you know if I was supposed to resize my partition in order to have the first 440 bytes "free for mbr"?
Last edited by dowglaz (2013-02-04 16:32:50)
Offline
Hmm, I really don't remember if I wrote in the first partition or in the drive, as it's written in the red box...
But probably I wrote it in the first partition ... I was hurried I didn't read it ..
Is there a way to "recover" the data, since I just wrote in the first 440 bytes? Could dd be util to this task?
Offline
Did it overwrite your whole partition table with a new one?
If the data is still there, you might be able to recover it with Testdisk or Photorec: https://wiki.archlinux.org/index.php/Fi … y#Photorec
Offline
No, there's no more partitions..
Hm, ok! I'll see it! Thanks!
Offline
If you read the TOC from that page, you'll see that there's a way to restore the drive after overwriting it with dd : https://wiki.archlinux.org/index.php/US … _USB_drive
Then retry the "Without overwriting the USB drive" instructions, this time by paying attention to what sed replaces (which, by the way, you can also replace yourself using nano or whatever text editor), or by labeling the drive "ARCH_201302" (corresponding to the month's release number).
There's also this option: https://wiki.archlinux.org/index.php/US … O_from_RAM
This is my favourite method. If you don't have a Windows install, instead of a *.bat file, you can use the instructions from the "Without overwriting the USB drive" section. It basically does the same thing. Have fun.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Pages: 1