liuzhaoyzz

Results 50 comments of liuzhaoyzz

Thank you for your help.I'm on the train,later I will try your menu,I also want to boot puppy by grub4dos. If the init script handled and loaded the isoboot script,it...

What is the advantage of the boot code rootuuid & img_dev & img_loop?it is very strange. People used to be use iso-scan/filename boot code ,include puppy/debian/ubuntu user.Why not compatible with...

> If I understand you correctly, you want to boot directly to the iso, not via the loopback.cfg. > > The following worked for me: menuentry "BookwormPup64_10.0.6.iso (direct)" { rmmod...

menuentry "BookwormPup64_10.0.6.iso (direct)" "/linux/puppy/BookwormPup64_10.0.6.iso" { search --no-floppy --set --file $2;probe -u ($root) -s uuid;echo $uuid loopback loop $2 root=(loop) linux /vmlinuz pmedia=cd pfix=fsck,fsckp img_dev=${uuid} img_loop=$2 initrd /ucode.cpio /initrd.gz } I...

init startup script, line 654: ##Set by/sbin/isoboot If ["$ISO-LOOP"]; Then TRY-PARTS=${ISO-PSAVE} | ${ISO-PSAVE-FS} ${ISO-LOOP # # */} | iso9660 ${TRY-PARTS}“ Fi Can you add the codes above into init,so that...

> "The menu boot failed." Of course it failed, the included UUID is for one of my partitions. For it to work you need to change the UUID to the...

ubuntu.iso,do not need pass ${uuid} to the kernel,it just need boot code iso-scan/filename= menuentry "/linux/ubuntu/ubuntu-20.10-desktop-amd64.iso" "/linux/ubuntu/ubuntu-20.10-desktop-amd64.iso" { set gfxpayload=keep search --no-floppy --set --file $2 loopback loop $2 linux (loop)/casper/vmlinuz boot=casper...

``` isoboot script: #!/bin/ash # # sourced by init -- sets ISO_LOOP # # - sets PMEDIA=cd # - sets PSUBDIR="" # - sets ISO_PSAVE # # requires: wait_for_usb() get_part_info()...

All I need,is just to keep the partial code in the right place in init script,and the boot problems will be solved. Just so so. ``` ##Set by/sbin/isoboot If ["$ISO-LOOP"];...

Going further,if you keep the code about isoboot,ventoy maybe run well,bacause it need to save 4fs data. The partition where BookwormPup64_10.0.6.iso located is locked in 10.0.6,so how can it save...