Hallo leute,
ich möchte gern Xubuntu mit einem via loopback eingebundenen Iso-Image installieren. Dazu habe ich einen EIntrag in Grub erzeugt:
### BEGIN /etc/grub.d/12_Loopback ### menuentry 'Loopback-ISO booten' { insmod part_gpt insmod part_msdos insmod ntfs insmod fat insmod ext2 search -n -f --set=root (hd0,gpt11)/xubuntusaucy.iso loopback loop (hd0,gpt11)/xubuntusaucy.iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=(hd0,gpt11)/xubuntusaucy.iso append file=/cdrom/preseed/ubuntu.seed boot=casper initrd (loop)/casper/initrd.lz } ### END /etc/grub.d/12_Loopback ###
Der Aufruf dieses Eintrags gibt mir die Fehlermeldung: "no such device: (hd0,gtp)/xubuntusaucy.iso" aus, nach drücken einer Taste werden dann aber doch die Ausgaben eines normalen Systemstarts ausgegeben. Das ganez endet dann aber im initramfs: die casper.log enthält folgenden Text:
Begin: Running /scripts/casper-premount ... done. Begin: ...waiting for devs... ... done. Could not find the ISO (hd0,gpt11)/xubuntusaucy.iso This could also happen if the file system is not clean because of an operating system crash, an interrupted boot process, an improper shutdown, or unplugging of a removable device without first unmounting or ejecting it. To fix this, simply reboot into Windows, let it fully start, log in, run 'chkdsk /r', then gracefully shut down and reboot back into Windows. After this you should be able to reboot again and resume the installation.
Allerdings habe ich kein Windows auf diesem Rechner.
mount gibt folgendes aus:
rootfs on / type rootfs (rw) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,relatime,size=1782228k,nr_inodes=445557,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=358696k,mode=755) /dev/sda4 on /mnt type ext4 (rw,relatime,data=ordered)
Wie sollte ich weiter vorgehen?