Re: creating a bootable iso for raid BIOS flash
- From: Polytropon <freebsd@xxxxxxxx>
- Date: Sun, 8 Jan 2012 00:07:09 +0100
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"
- Follow-Ups:
- Re: creating a bootable iso for raid BIOS flash
- From: Marco Beishuizen
- Re: creating a bootable iso for raid BIOS flash
- References:
- creating a bootable iso for raid BIOS flash
- From: Marco Beishuizen
- creating a bootable iso for raid BIOS flash
- Prev by Date: Installing FreeBSD ver. 8.2
- Next by Date: Re: Installing FreeBSD ver. 8.2
- Previous by thread: creating a bootable iso for raid BIOS flash
- Next by thread: Re: creating a bootable iso for raid BIOS flash
- Index(es):
Relevant Pages
|