Re: creating a bootable iso for raid BIOS flash



On Fri, 6 Jan 2012 17:22:57 +0100 (CET), Marco Beishuizen wrote:
After that I tried to create the iso with:
root@yokozuna:/data2/tmp# mkisofs -r -J -b [BOOT]/Bootable_HardDisk.img
-hard-disk-boot -o raid.iso /data2/tmp
which gives an error: mkisofs: No match

First I thought the directory name [BOOT] was weird so I changed this to
BOOT. Running mkisofs -r -J -b BOOT/Bootable_HardDisk.img -hard-disk-boot
-o raid.iso /data2/tmp creates an iso, but when I burn this to a cd it
doesn't boot.

If this is depending on the name "[BOOT]", there are
two ways to deal with special characters in file names,
if you need to specify them on the command line:

a) use escape sequences:
-b \[BOOT\]/Bootable_HardDisk.img

b) use quoting:
-b "[BOOT]/Bootable_HardDisk.img"

Also read "man mkisofs" about the boot-related
options, especially -b, where

If the boot image is not an image of a floppy, you need to add
one of the options: -hard-disk-boot or -no-emul-boot. If the
system should not boot off the emulated disk, use -no-boot.

is mentioned. Maybe consider using -G instead of -b?



Strange thing also is the fact that the original iso has the size of
~17MB, but the created iso by me is ~10MB. So it seems I'm missing some
files.

You can mount the ISO you've generated and look inside
to find out which files may be missing, or if there are
differences in file sizes.




--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Cant boot cd
    ... contents of whats inside the .ISO (you can view the files inside the ISO ... from CD (before it boots from the HDD, the boot order for devices has to be ... of cd-r media or throw a new ... > the RH 8.0 installation disk. ...
    (Fedora)
  • Re: HD partition not ending on a cylinder boundary
    ... ignored so you can boot with the original cdrom (I don't understand ... fromiso was being put into the stanza automatically. ... After mounting the iso image and copying the ...
    (comp.os.linux.hardware)
  • Re: MultiOS USB Stick II
    ... I'd like to install GRUB on it to boot the different options for my "bug hunting" procedure, i.e.: create a folder named ISO, put a bunch of ISO files in it and choose between them at boot time. ... What I use for Linux and utility boot ISOs like System Rescue is YUMI - Multiboot USB creator, the down side is you have to create it from Windows. ... I also use a Windows 7 USB boot up key as well which you can create and download form here: http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool ...
    (Ubuntu)
  • Re: Burning my Windows XP installation CD to USB Flash drive
    ... the contents on the USB and boot from it like I would a CD? ... Also possible that your Windows disk is already too damaged to fully copy? ... Since the process involved is supposedly a little more complicated than just putting an ISO on the flash drive, or so I'm told, this may be your best bet: ... (In addition to making ISO files, this supposedly also makes bootable USB drives using any ISO) ...
    (microsoft.public.windowsxp.general)
  • Re: Boot To Dos CDROM
    ... I just copied the ISO to a CD, now I see why that didn't work. ... I have a bootable CD with the Ultimate Boot CD ISO, ... I had hoped to have all of the repair options on a bootable CD so ... will require the correct type of CD and will ask for the disk. ...
    (microsoft.public.windowsxp.general)