You are not logged in.
Hi,
I've been using Ubuntu for years, and now I'd like to move to Arch Linux.
I log in Ubuntu, dl the archlinux-2024.06.01-x86_64.iso file, and launch Startup Disk Creator.
But it doesn't recognize the iso file. I can select it but it does not appear in the source disk image! Is there a reason?
- So I try to create a USB startup manually, following https://wiki.archlinux.org/title/USB_fl … ion_medium :
$> sudo dd bs=4M if=/home/alex/Downloads/archlinux-2024.06.01-x86_64.iso of=/dev/sda1 conv=fsync oflag=direct status=progress
It writes well but it doesn't boot when I reboot my laptop.
- I also tried copying all the files from the .iso to a newly FAT formatted USB device.
What did I miss? How would I make my USB stick bootable?
Thanks
Offline
It could be that you need to pass the whole disk to dd instead of the first partition.
Note, there is not a "1" after sda:
$ dd ... of=/dev/sda conv=....
Though I don't think it should matter, it might also help to know if you're booting to BIOS or UEFI.
Additionally, try to use your BIOS/firmware selector for boot drive, selecting the usb drive.
Offline
1- Changing /dev/sda1 to /dev/sda does not change anything.
There is a partition with all the files like if I had copied all of them to this partition.
What's missing in the manual installation process?
2- What I don't understand is why I can't select Arch Linux .iso file in Startup Disk Creator? What is the difference between a .iso file from Arch Linux and one from Ubuntu?
3- I just tried again (to check) with the Ubuntu .iso file downloaded from Ubuntu. Startup Disk Creator accepts the .iso file. And it boots and I can try or install Ubuntu from the USB stick.
4- About BIOS/UEFI my laptop use UEFI. When I boot Ubuntu from the USB it recognize that it had to boot on this disk.
And the 2 USB sticks I used (Ubuntu and Arch Linux) are the same brand/model.
Offline
I, too, am experiencing this same issue of Ubuntu 22 Startup Disk Creator not accepting the archlinux .iso. I went ahead and used
sudo dd if=/path/to/distro.iso of=/dev/<device_name> bs=1M
Last edited by MrTheFourth (2024-06-13 21:05:09)
Offline
sudo dd if=/path/to/distro.iso of=/dev/<device_name> bs=1M
Doesn't change anything.
Offline
Did you verify the checksum of your downloaded iso file?
(I've never used Startup Disk Creator, so cannot help you there.)
Last edited by feinedsquirrel (2024-06-13 21:52:17)
Offline
Yes signature is good
Any other idea?
Offline
It appears you might have to click "other" to see the Arch iso.
Select USB and ISO image
Although the Startup Disk creator will automatically show all the connected USB drives and even available ISO images on the system. However, in case it not then to select the ISO file click on the “Other” button and select the bootable ISO file of the OS that you want to write on your flash drive.
Online
Some ideas:
1. If you have access to other computers, check if the USB boot on these other computers.
2. dd always worked for me, but I've also used Ventoy successfuly in the past.
3. If your plan is to dual-boot ubuntu with arch, you can just Install arch from existing Linux.
4. If you have GRUB in ubuntu, you can also try using GRUB's iso-booting capability to boot directly from the downloaded ISO file.
Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.
Offline
The archlinux install iso is configured as a hybrid iso to be bootable from optical (dvd) and usb flash media without needing changes .
Just writing it using the correct command from https://wiki.archlinux.org/title/USB_fl … ion_medium is enough.
Please stop trying to use a program (startup disk creator) that is not listed on that wiki page.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
My USB stick is working perfectly because I can set up a bootable ubuntu and run it.
The Startup Disk Creator accept .iso from Ubuntu and Debian but not Arch Linux.
The Arch Linux installation process doesn't work properly.
So I go for Debian
Bye Archy!
Offline
The Arch Linux installation process doesn't work properly.
You didn't manage to perform the first step of it.
Although you used the correct comand to write the iso one time you only stated doesn't work .
No error messages or descriptions of your HW that might have allowed troubleshooting were posted.
Insisting to use an ubuntu specific program that has to the best of my knowledge never been used to write archlinux isos successfully also didn't allow us to help you.
Archlinux is not a good fit for everyone and you are clearly not a good fit for archlinux .
Good luck with debian.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline