On Sun, 30 Mar 2008 09:23:48 +0800 John Summerfield wrote:<br>> man mkisofs<br><br>So here we are. I created a 13Gb iso from the tree (updated today) with the command:<br>mkisofs -v -U -J -R -T -f -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -V "Fedora rawhide i386 DVD" -o rawhide_290308.iso /dir_of_rsync_tree<br>
<br>NOTE: the date in the command is two days ago because I tried at that time, but also today after updating tree (and without changing iso file name) but with the same install errors (see below).<br>I'm able to mount the iso created as a loop device in my f8.<br>
I'm able to use this iso image as dvd in qemu-kvm to start an install (I stopped it after the screen with language selection...).<br>Then I burned the boot.iso file of the tree on a cdrw.<br>Then I booted it and chose an hard disk install type.<br>
I  point to the partition and dir with the iso file and I see the message "local install media detected".<br>Suddenly then I get a traceback.<br>I attach console screen (installer exited abnormally[1/1]). The screenshot is only for the latest lines in the screen....<br>
Using Alt+Fkeys I can see respectively these on them (I got all screenshots with digikam if it can be useful) on various consoles:<br>3) path to valid iso found (name is rawhide 290308.iso but it was rsynced today with anaconda-11.4.0.61-1); try to mount; mounted; detected stage2 image on cd<br>
4) iso9660 joliet level 3; unable to load NLS charset utf8;  iso9660 extensions: rrip_1991A;   isofs: unable to identify cd-rom format; vfs: can't find an ext2 filesystem on /dev/loop0 (several times); <br>5) mount, wrong fs type, bad option, bad superblock  on /dev/loop0   (several times)<br>
... (typical other 3 lines when  you try to mount a bad file on a loop device)<br><br>So it seems that local hard disk iso image method doesn't work either with 13Gb iso image.... Correct?<br>Or other suggestions...?<br>
<br>Thanks <br>Gianluca<br><br><br>