Unable to create bootable image using grub
Posted: Sun Oct 13, 2013 7:29 am
Actually i'm a newbie to linux
i got everything right except in creating image file using grub
i wrote the following code
but it show me the following error
xorriso : NOTE : Encountered - or stdio:/dev/fd/1 as possible write target.
xorriso : NOTE : Redirecting nearly all text message output to stderr.
xorriso : NOTE : Disabling use of libreadline.
xorriso 0.4.8 : RockRidge filesystem manipulator, libburnia project.
Drive current: -outdev 'stdio:bhrtos.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 5305m free
xorriso : FAILURE : -as mkisofs: Unknown option '--modification-date=2013101313082100'
xorriso : FAILURE : -as mkisofs: Unknown option '--embedded-boot'
Added to ISO image: file '/tmp.G4PjUFumSX'='/tmp/tmp.G4PjUFumSX'
xorriso : UPDATE : 1 files added in 1 seconds
xorriso : FAILURE : -as mkisofs: Unknown option '--protective-msdos-label'
xorriso : NOTE : -as mkisofs: Ignored option '-r'
Added to ISO image: directory '/'='/tmp/tmp.XaQ4YnudaC'
xorriso : FAILURE : -as mkisofs: Unknown option '--sort-weight'
xorriso : FAILURE : Cannot determine attributes of source file '/root/Desktop/0'
xorriso : sys : No such file or directory
xorriso : FAILURE : Cannot determine attributes of source file ''
xorriso : sys : No such file or directory
xorriso : FAILURE : -as mkisofs: Unknown option '--sort-weight'
xorriso : FAILURE : Cannot determine attributes of source file '/root/Desktop/1'
xorriso : sys : No such file or directory
Added to ISO image: directory '/'='/boot'
Added to ISO image: directory '/'='/root/Desktop/isodir'
xorriso : UPDATE : 456 files added in 1 seconds
xorriso : NOTE : Tolerated problem event of severity 'FAILURE'
xorriso : NOTE : Activating alleged isolinux boot image '/boot/grub/i386-pc/eltorito.img'
xorriso : NOTE : Creating El Torito boot catalog file '/boot/grub/i386-pc/boot.cat'
xorriso : NOTE : Tolerated problem event of severity 'FAILURE'
UNIX-SIGNAL: SIGSEGV errno= 0
xorriso : ABORT : Trying to shut down drive and library
xorriso : ABORT : Wait the normal burning time before any kill -9
xorriso : UPDATE : 0.17% done
xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 1 s, 4440 max)xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 2 s, 4440 max)xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 3 s, 4440 max)xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 4 s, 4440 max)
xorriso : ABORT : Program done. Even if you do not see a shell prompt.
please get me through this
thanks in advance
i got everything right except in creating image file using grub
i wrote the following code
Code: Select all
grub-mkrescue -o myos.iso isodir
xorriso : NOTE : Encountered - or stdio:/dev/fd/1 as possible write target.
xorriso : NOTE : Redirecting nearly all text message output to stderr.
xorriso : NOTE : Disabling use of libreadline.
xorriso 0.4.8 : RockRidge filesystem manipulator, libburnia project.
Drive current: -outdev 'stdio:bhrtos.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 5305m free
xorriso : FAILURE : -as mkisofs: Unknown option '--modification-date=2013101313082100'
xorriso : FAILURE : -as mkisofs: Unknown option '--embedded-boot'
Added to ISO image: file '/tmp.G4PjUFumSX'='/tmp/tmp.G4PjUFumSX'
xorriso : UPDATE : 1 files added in 1 seconds
xorriso : FAILURE : -as mkisofs: Unknown option '--protective-msdos-label'
xorriso : NOTE : -as mkisofs: Ignored option '-r'
Added to ISO image: directory '/'='/tmp/tmp.XaQ4YnudaC'
xorriso : FAILURE : -as mkisofs: Unknown option '--sort-weight'
xorriso : FAILURE : Cannot determine attributes of source file '/root/Desktop/0'
xorriso : sys : No such file or directory
xorriso : FAILURE : Cannot determine attributes of source file ''
xorriso : sys : No such file or directory
xorriso : FAILURE : -as mkisofs: Unknown option '--sort-weight'
xorriso : FAILURE : Cannot determine attributes of source file '/root/Desktop/1'
xorriso : sys : No such file or directory
Added to ISO image: directory '/'='/boot'
Added to ISO image: directory '/'='/root/Desktop/isodir'
xorriso : UPDATE : 456 files added in 1 seconds
xorriso : NOTE : Tolerated problem event of severity 'FAILURE'
xorriso : NOTE : Activating alleged isolinux boot image '/boot/grub/i386-pc/eltorito.img'
xorriso : NOTE : Creating El Torito boot catalog file '/boot/grub/i386-pc/boot.cat'
xorriso : NOTE : Tolerated problem event of severity 'FAILURE'
UNIX-SIGNAL: SIGSEGV errno= 0
xorriso : ABORT : Trying to shut down drive and library
xorriso : ABORT : Wait the normal burning time before any kill -9
xorriso : UPDATE : 0.17% done
xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 1 s, 4440 max)xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 2 s, 4440 max)xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 3 s, 4440 max)xorriso : UPDATE : 0.17% done
xorriso : ABORT : Waiting for drive to finish ( 4 s, 4440 max)
xorriso : ABORT : Program done. Even if you do not see a shell prompt.
please get me through this
thanks in advance