Вы находитесь на странице: 1из 2

https://steamcommunity.

com/groups/steamuniverse/discussions/1/648814395813782335
/
Make bootable installer ISO image with UEFI support
First you need xorriso, if you are running debian-based linux, you can simply ty
pe
apt-get install xorriso
Make sure you downloaded and unzip SteamOSInstaller (in my case I unzip it to /t
mp/SteamOSInstaller)
cd to
/tmp/SteamOSInstaller
Then run following code
xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1 -V 'Steam OS' \
-o /tmp/SteamOSInstaller.iso -J -joliet-long -cache-inodes -no-emul-boot \
-boot-load-size 4 -boot-info-table -eltorito-alt-boot --efi-boot boot/grub/efi.i
mg \
-append_partition 2 0x01 /tmp/SteamOSInstaller/boot/grub/efi.img \
-partition_offset 16 /tmp/SteamOSInstaller
It will create an iso named SteamOSInstaller.iso under /tmp folder
(You can change command accordingly so that it will write to a different folder)
Then you can load it into a virtual machine, or burn it to a DVD to boot the ins
taller.
(You need a UEFI system to boot the image)
=============
xorriso -as mkisofs -r -V 'Debian711-amd' -o /debian/Debian-711-amd64-uefi-bootoke.iso
-J -joliet-long -cache-inodes -no-emul-boot -boot-load-size 4 -boot-info-table
-eltorito-alt-boot --efi-boot boot/grub/efi.img -append_partition 2 0x01
/remaster/boot/grub/efi.img -partition_offset 16 /remaster
apt-get install xorriso (enter)
mkdir /remaster
rsync -av /media/cdrom0/ /remaster (enter)
cd /remaster
xorriso -as mkisofs -r -V 'Debian711-amd' -o /debian/Debian-711-amd64-uefi-bootoke.iso -J -joliet-long -cache-inodes -b isolinux/isolinux.bin -c isolinux/boot.
cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot --efi-bo
ot boot/grub/efi.img -append_partition 2 0x01 /remaster/boot/grub/efi.img -parti
tion_offset 16 /remaster
cd /remaster
xorriso -as mkisofs -r -V 'Debian86-i386' -o /debian/Debian-86-amd64-uefi-boot-o
ke.iso -J -joliet-long -cache-inodes -b isolinux/isolinux.bin -c isolinux/boot.c
at -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot --efi-boo
t boot/grub/efi.img -append_partition 2 0x01 /remaster/boot/grub/efi.img -partit
ion_offset 16 /remaster

AMD64
cd /remaster
xorriso -as mkisofs -r -publisher 'DapurLinux' -V 'Debian86-AMD64' -o /debian/De
bian-86-amd64-uefi-boot-oke.iso -J -joliet-long -cache-inodes -b isolinux/isolin
ux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -el
torito-alt-boot --efi-boot boot/grub/efi.img -append_partition 2 0x01 /remaster/
boot/grub/efi.img -partition_offset 16 /remaster
==============
cd /remaster
xorriso -as mkisofs -r -publisher 'DebianLinux' -application_id 'Dapur Linux' -V
'Debian86-AMD64' -o /debian/Debian-86-amd64-uefi-boot-oke-2.iso -J -joliet-long
-cache-inodes -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot
-load-size 4 -boot-info-table -eltorito-alt-boot --efi-boot boot/grub/efi.img /r
emaster
Debian 7.6 AMD64
xorriso -as mkisofs -r -publisher 'DapurLinux' -V 'Debian76-AMD64' -o /debian/De
bian-76-amd64-uefi-boot-oke.iso -J -joliet-long -cache-inodes -b isolinux/isolin
ux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -el
torito-alt-boot --efi-boot boot/grub/efi.img /remaster
cd /remaster
xorriso -as mkisofs -r -publisher 'Dapur Linux' -V 'Debian76-amd64' -o /debian/D
ebian-76-amd64-uefi-boot-oke.iso -J -joliet-long -cache-inodes -b isolinux/isoli
nux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -e
ltorito-alt-boot --efi-boot boot/grub/efi.img -append_partition 2 0x01 /remaster
/boot/grub/efi.img -partition_offset 16 /remaster

-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -b


oot-info-table

Вам также может понравиться