You are not logged in.

#1 2013-11-04 17:38:53

eticre
Member
Registered: 2011-10-15
Posts: 55

boot iso from usb error

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

#2 2013-11-04 18:06:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: boot iso from usb error

Are you sure there's no typo and it says

/rub/archiso/bootmnt/arch/aitab file does not exist.

?

Offline

#3 2013-11-04 21:21:36

eticre
Member
Registered: 2011-10-15
Posts: 55

Re: boot iso from usb error

no, /rub is my trascription typo

Offline

Board footer

Powered by FluxBB