You are not logged in.
Pages: 1
I have been having trouble installing 64-bit Arch for over a year, since we switched from initscripts. I can usually get it to work through a combination of craftiness and trial & error, but not this time.
Only the chroot step in the installation guide does not apply (since the live CD is a different architecture). I've tried (not precisely in this order):
pacstrap /mnt base wicd syslinux
genfstab -p /mnt >> /mnt/etc/fstab
extlinux --install /mnt/boot/syslinux
dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/mbr.bin of=/dev/sda
cp /mnt/usr/lib/syslinux/*.c32 /mnt/boot/syslinux
vi /mnt/boot/syslinux/syslinux.cfg
mkinitcpio -r /mnt -k /mnt/boot/vmlinuz-linux -g /mnt/boot/initramfs-linux.img -c /mnt/etc/mkinitcpio.conf
Upon reboot, I get an error staying that the root device cannot be found.
I've also tried installing 32-bit initially, and after the reboot, installing lib32-glibc and linux-x86_64, but this causes issues as well.
How do you install 64-bit Arch from the 32-bit LiveCD?
Thanks
Solution: If you're using Unetbootin, see the note here. This was my problem.
Last edited by RobotGymnast (2013-06-10 20:21:04)
Offline
Why not just use the 64-bit version on the liveCD? It's been a dual-iso for nearly a year now.
Offline
Sure - how? I download the dual image, burn it onto a USB stick, and when I boot, there's only the one option, which drops me into 32-bit.
Last edited by RobotGymnast (2013-06-10 19:50:20)
Offline
Download a new ISO and write it to a CD. All new ISOs are dual-architecture. How are you burning it to a USB? Also, are you sure it is an x64-capable system?
All the best,
-HG
Last edited by HalosGhost (2013-06-10 19:51:49)
Offline
FAT formatted USB stick written by Unetbootin on 64-bit Windows (a different partition on the same computer - thank god the bootloader still works)
Last edited by RobotGymnast (2013-06-10 20:05:50)
Offline
Ditch that unetbootin crap and you'll see the option.
https://wiki.archlinux.org/index.php/US … tion_Media
Last edited by Scimmia (2013-06-10 19:54:20)
Offline
Ditch that unetbootin crap and you'll see the option.
Wait, Unetbootin's been screwing me for a year?
Excuse me while I headdesk so hard that every incarnation of me, along all my possible timelines, headdesks also.
Thanks all!
Offline
Scimmia wrote:Ditch that unetbootin crap and you'll see the option.
Wait, Unetbootin's been screwing me for a year?
Yes, and you can tell that DSpider hasn't posted for a while, or he would have told you how broken Unetbootin is (at least for Arch). The warnings about it in the wiki are not at all clear.
Offline
Pages: 1