You are not logged in.
Pages: 1
Used unetbootin and archlinux-2009.08-core-i686.iso , after booting i get a prompt shell "ramfs" , can't do anything from here.
Offline
Perhaps more data is needed regarding the error message(s) before the $ramfs.................
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Hi, I am having the same problem with unetbootin. During boot it says:Waiting 30 seconinds for device /dev/archiso
scsi 0:0:0:0 Direct-Access Lexar Jumpdrive Sport 1000 PQ: 0 ANSI: 0 CCS
Driver 'sd' needs updating - please use bus_type methods
sd 0:0:0:0: [sda] 101$4784 512-byte hardware sectors: (519 MB/495 MiB)
sd 0:0:0:0: [sda] Write Protect is Off
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI removable disk
ERROR: boot device didn't show up after 30 seconds...
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
ramfs$
This is a Acer Travelmate 2300 laptop. I have had many problems installing different linux distros on it. So any help will be appeciated.
Offline
ok I got it working now. found this thread.
Offline
I tried the above post several times before I got it to work. I had the most problem identifing my usb drive. I kept on thinking that my usb drive would be /dev/sdb, but instead it was /dev/sda1.
When I first tried ln -sf /dev/sdb1 /dev/archiso there was no problem but the next command mount -t vfat /dev/archiso /bootmnt would complain saying mount point not found.
So I finally tried ln -sf /dev/sda1 /dev/archiso and mount -t vfat /dev/archiso /bootmnt and everything works now and I have the login prompt.
I also tried the dd method but that didn't work for me. All I got was a grub hanging.
Offline
Pages: 1