You are not logged in.
Pages: 1
hi
I have read wiki at
https://wiki.archlinux.org/index.php/Gr … _from_GRUB
and try booting from iso on usb key, this is my grub2 cfg
menuentry "Archlinux-2013.11.01-dual.iso" --class iso {
set isofile="/arch20131101/archlinux20131101.iso"
loopback loop (hd0,msdos1)/$isofile
linux (loop)/arch/boot/x86_64/vmlinuz archisolabel=ARCH_201311 img_dev=/dev/sdb1 img_loop=$isofile earlymodules=loop
initrd (loop)/arch/boot/x86_64/archiso.img
}
boot is ok but an error occour
/rub/archiso/bootmnt/arch/aitab file does not exist.
at this point if umount /run/archiso/bootmnt/
and mount /dev/loop0 /run/archiso/bootmnt/
and type exit all works ok
Offline
Are you sure there's no typo and it says
/rub/archiso/bootmnt/arch/aitab file does not exist.
?
Offline
no, /rub is my trascription typo
Offline
Pages: 1