You are not logged in.
Pages: 1
tl;dr: I'm trying to install arch on a live usb from virtual box but when trying to install grub the system hangs.
I have a windows computer (Lenovo 730) that I want to run arch on from a live usb. To do this I'm attempting to load the archiso in virtualbox (I have installed virtualbox extensions as recommended by the wiki) and install arch on the usb. SInce my computer has UEFI (and I cannot change it back to BIOS due to circumstances) I need to install with UEFI.
I partitioned the usb using cfdisk so that /dev/sdb is 512M of type ef EFI (FAT-12/16/32) and /dev/sdb2 is about 30G of type 83 Linux, with a gpt partition table.
I formatted the linux partition to ext4 , mounted it to /mnt, then formatted the efi partition to fat32, and mounted it to /mnt/efi
Then I went through the rest of the install process, but when I get to installing grub the system just hangs. the command I ran to install grub is:
# grub-install --target=x86_64-efi --efi-directory=esp --removable --recheck
which I got from the wiki page on live usb installs. If I wait long enough I used to get an error message for the kernel hanging (something info blocked for 122 seconds?) but now that I'm writing this post it just runs indefinitely.
Any help would be appreciated.
Offline
--efi-directory=esp
that part is wrong, (re-)read https://wiki.archlinux.org/index.php/GRUB#UEFI_systems to find what you need to put there.
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
which I got from the wiki page on live usb installs.
your link points to an empty page..
Offline
The page is not empty, its slightly longer so be patient while loading/rendering.
Offline
The link has an erroneous trailing slash. The correct link is https://wiki.archlinux.org/index.php/In … _a_USB_key
Offline
Pages: 1