Displaying 1 result from an estimated 1 matches for "cdrom_linux_boot_proj1".
2007 May 10
1
isolinux usage problem
...d_tmp
5) cp -av /target/* ./initrd_tmp
6) umount
7) gzip -9 < images/initrd.img > images/initrd.bin
8) cp images/initrd.bin staging_iso_image/boot/isolinux/initrd.bin
9) mkisofs -R -b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table -o \
iso/cdrom_linux_boot_proj1.iso staging_iso_image/boot
The image does boot and the kernel that I specified loads, but the
boot process freezes at:
"RAMDISK: Compressed image found at block 0"
I should add that, when I do not specify the ramdisk size
as boot parameter the kernel complains about trying to read
bey...