You are not logged in.
Pages: 1
Hello everyone,
I've been trying to install Arch Linux on my machine but impossible to do it. Every Gnu/Linux distribution I try works like a charm (Ubuntu, Linux Mint, Debian, Chakra etc..) but Arch Linux won't work at all because it won't pass the ISOLINUX line. The screen flashes like if it was trying to go into the menu but nothing done.
I created the USB Installation using "dd" like this :
sudo dd if=archlinux.iso of=/dev/sdb bs=4M
It works on my laptop but not on my desktop computer. How can I solve this ?
PS: Parabola Gnu/Linux and the Arch Linux LXDE Graphical ISO shows the same problem.
Best Regards,
Luis Da Costa
Offline
Seems like the version Arch is using for Isolinux is not compatible with your HW. Maybe an alternative method will help?
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
Seems like the version Arch is using for Isolinux is not compatible with your HW. Maybe an alternative method will help?
Thank you for you help. I've already tried every method in the Wiki but nothing done, it simply won't boot. It is weird because, until now, it is the only one who didn't worked... And I can't understand why.
Do you have any other proposition ?
Offline
I have an old tower that has issues with usb booting. That said, I use a program called 'isohybrid.pl' on the iso file, that dd the modified image to a thumb drvie. This works for me ...
Offline
I have an old tower that has issues with usb booting. That said, I use a program called 'isohybrid.pl' on the iso file, that dd the modified image to a thumb drvie. This works for me ...
How do you use the script ? Just by doing
./isohybrid.pl archlinux.iso
?
Offline
UPDATE: I've tried with Unetbootin, and it gives me a kernel panic. So I still don't understand what is the causing problem but this may be a clue.
Offline
cpmielk wrote:I have an old tower that has issues with usb booting. That said, I use a program called 'isohybrid.pl' on the iso file, that dd the modified image to a thumb drvie. This works for me ...
How do you use the script ? Just by doing
./isohybrid.pl archlinux.iso
?
For me, yes. That said, the program has a usage if no filename is given. Also, if you are up a little reading and/or hacking, it is written in reasonably readable perl ...
Offline
UPDATE: I've tried with Unetbootin, and it gives me a kernel panic. So I still don't understand what is the causing problem but this may be a clue.
If the kernel panics that could indicate it fails to work on your hardware OR that the root block device cannot be found. What does the panic message say?
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
Pages: 1