You are not logged in.
When I try to install Arch with the 0.7.1 install cd, it boots fine, but I can't get the loaddisk command to work.
I tried all the devices in /dev ( for i in /dev/* ; do loaddisk $i ; done ) but that did not do the trick.
I have an external USB dvd device. The usual module is sr_mod along with other standard USB support modules(ehci and so on...).
As the loaddisk command is supposed to load these modules, how can I install the system ???
I precise that my cdrom is perfectly standard and I've already successfully installed arch 0.7 with it...
Offline
I have the same problem when tring to install Arch on HDD connected via USB
Greetings
Krzysiek Wojszko
Offline
I can't use loaddisk, too. But in my case, no nodes where created that could be used to pass to loaddisk.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
Yep, this bug has already been fixed for 0.7.1 final.
To quickly create an fd0 node where you can load disk add-ons:
# mknod /dev/fd0 b 2 0
Offline
Im still having problems with installing from usb cdrom using 7.1 final, while i can boot ok, when i try to select packages and select cdrom, it says no media found,
the installation wiki says"
If your CD-ROM drive is not displayed in the list, make sure you loaded any modules that may be needed, like SCSI or USB storage support.
so i tried modprobeing usb-storage... which gives an error...
anyway.. could someone enlighten me.. what has to be done to install from usb cdrom.. i seem to recall that i managed it with 7.0
Also: Cant seem to get load my NIC for a ftp install either... i seem to remember that it is modprobe e1000 has worked in other distro's...
am i missing somehting obvious?
Offline
which node is expected to be created for that usb cdrom device? Is this node available in /dev/? Consider to create one manually after booting into 0.7.1, using mknod. Have you followed apeiro's advice?
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
kay ... didnt need to use mknod.. was already there.. guess thats a fix since 7.1pre ,
used the syntax line provided by jerem to find that i could loadisk /dev/ram0 which extracted some modules n stuff to /tmp/addons.
what now though?...I have tried to mount all of the /dev/sda to /dev/sde.. which the cdrom should be under... what module do i need to load to enable usb
Offline
basicly my problem is the same as this
http://bbs.archlinux.org/viewtopic.php?t=17118
isnt there any way other than a bootstrap as is suggested by this thread?
Offline
Seems a lot of distros can't install from external USB cdroms,
... except gentoo. Especially the 2005-r1 fixes this.
Isn't a distro supposed to be tested on several hardware configurations ???
So how is it it doesn't boot on usb devices ? Isn't that widely spread enough ???
Offline
Seems a lot of distros can't install from external USB cdroms,
... except gentoo. Especially the 2005-r1 fixes this.
Isn't a distro supposed to be tested on several hardware configurations ???
So how is it it doesn't boot on usb devices ? Isn't that widely spread enough ???
and where where you when we all where asked to test 0.7.1 pre???
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
I was here. I updated the post to say that the problem remains with 0.7.1.
2 hours ago, the title was "unable to install arch with external usb dvd"
and the first post mentioned 0.7.1pre1.
Offline
Unfortunately, I included USB support as modules, which introduces the classic chicken-and-egg problem for users with a USB CD-ROM.
The easiest workaround is to get the USB modules from the USB add-on diskette image. But of course, you need a floppy drive for this.
If you don't have a floppy drive, you could extract the USB add-on image using another OS, or another computer (then copy it over the network via FTP or NFS).
I've made a note to build-in USB drivers for 0.8 so this problem will go away.
Offline
USB add-on disk image is here:
ftp://ftp.archlinux.org/images/addons/k … rewire.img
Offline
Thanks a lot !
Unfortunately I don't have any floppy disk, but as I have a second computer (working fine with Arch for more than a year),
I think I can manage to solve the problem with the network solution.
Once more, thanks !
Offline
sorry, Im sure the answer from here is obvious but i seem to have missed it.
I extracted the content of keymaps_usb_firewire.img to /tmp/addons and im left with a bunch of .bz2 files how do i use these?... where do i extract them to and/or how do i load them?
Offline
ok, i have done the following
#bunzip2 usb-storage.tar.bz2
#tar -xf usb-storage.tar
leaving me with a 2.6.15 directory in /tmp/addons
where should this directory be?
also , when i try to #modprobe usb-storage
it looks for /lib/modules/2.6.15/kernel/drivers/scsi/scsi_mod.ko but cannot find it
it then tries /lib/modules/2.6.15/kernel/drivers/usb/storage/usb-storage.ko and does find it but cannot load it.
I realy dont want to wait for arch 8.0, what am i doing wrong?
Offline
The command to extract them is tar xvjf archive.tar.bz2
The archive is extracted to the current working directory.
Offline
To insert the module try:
insmod /full/pathto/module.ko
Offline
thanks guys, finaly a working arch install.
.someone should write a wiki on all this, I would if i understood what was actualy happening instead of blindly typing commands.
now to bludgeon xorg 7.0 into working... :x
Offline
hm I don't know if I am stupid..but how do I extract that .img file?
I have a second computer with windows and linux on it...
Offline
You need to write the images on a floppy. In windows, I use rawwritewin: http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm
Offline
thanx..I will try it out later today
Offline
man..I just can't get it to work...I can't insmod usb-storage.ko
can someone please take me trough this step by step..
here is what I got:
I have extracted the contents of the usb_firewire.img to a partition (/dev/hda6) ... and then a copy it over to /tmp/addons...and cd to /tmp/addons
then I try to: insmod /tmp/addons/2.6.15/kernel/drivers/usb/storage/usb-storage.ko ...but it cannot insert it..
what am I doing wrong?
Offline
Personnally, I gived up installing Arch with post-0.7 cds.
Offline
You could try this method -> Installing_Arch_from_a_LiveCD
Offline