[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: saving cheatcodes



Thank You Gilles,

I'll try this solution first, which seems indeed easier.

Regards,

Denis


Le 17/04/2018 à 17:09, Gilles van Ruymbeke (mailing list) a écrit :
Bonjour,
It may be easier to boot Knoppix (and some other Linux distros) using a customized boot loader config file (and a custom init ramdisk if necessary) being outside of the un-modified ISO read-only file system. This is typically used for network boot or to multi-boot from a ntfs (windoze) file system. cf: knoppix.net/forum/threads/11589-ISO-boot-from-FAT-NTFS-USB-(GRUB-exe-grldr-from-boot-ini)
Bonne chance,
Gilles

On 2018-04-17 07:39, Thomas Schmitt wrote:
Hi,

Denis prost wrote:
I'll try this as soon as possible,

You need to verify the partition limits of EFI and ReiserFS before you
run the example. Each KNOPPIX ISO version will have its own numbers around
8 million.
Inquire Start and End of the partitions by

  /sbin/fdisk -l "$orig_iso"

Instead of the "--interval" pseudo paths you may as well copy the partition content by dd and give the disk paths of the copies as argument to options
  -append_partition 2 0xef ...efi_fat_image_path... \
  -append_partition 3 0x83 ...reiserfs_image_path... \

The "--interval" argument of option -isohybrid-mbr is supposed not to
change in the near future. (Actually it would suffice to cut out the first 432 bytes of the ISO and submit the path of the resulting little data file.)


Have a nice day :)

Thomas



Reply to: