Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there's a typo from step "Create the CD image directory and populate it" 2 - 4, and fix issue (atleast for me, i hope others not experiencing it) #66

Closed
ChristoferRian opened this issue Sep 9, 2024 · 1 comment · Fixed by #67
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ChristoferRian
Copy link

ChristoferRian commented Sep 9, 2024

the folder "image" in the description missing "/" at the front name, it should be :

  1. Copy Kernel Images
    cp /boot/vmlinuz-**-**-generic /image/casper/vmlinuz
    cp /boot/initrd.img-**-**-generic /image/casper/initrd

  2. Copy memtest86+ binary (BIOS)
    cp /boot/memtest86+.bin /image/install/memtest86+

  3. Download and extract memtest86 binary (UEFI)
    wget --progress=dot https://www.memtest86.com/downloads/memtest86-usb.zip -O /image/install/memtest86-usb.zip
    [solve the issue]
    sudo chmod 755 /image/install/
    unzip -p /image/install/memtest86-usb.zip memtest86-usb.img > /image/install/memtest86
    rm -f /image/install/memtest86-usb.zip


the issue i'm experiencing is permission denied when unzip memtest86-usb.zip

@mvallim mvallim self-assigned this Sep 9, 2024
@mvallim mvallim added the documentation Improvements or additions to documentation label Sep 9, 2024
@mvallim mvallim linked a pull request Sep 9, 2024 that will close this issue
@ChristoferRian
Copy link
Author

ChristoferRian commented Oct 11, 2024

NO PLEASE I WAS WRONG
I'M REALLY SORRY, you were right the first one

Copy Kernel Images
cp boot/vmlinuz-**-**-generic image/casper/vmlinuz
cp boot/initrd.img-**-**-generic image/casper/initrd

Copy memtest86+ binary (BIOS)
cp boot/memtest86+.bin image/install/memtest86+

Download and extract memtest86 binary (UEFI)
wget --progress=dot https://www.memtest86.com/downloads/memtest86-usb.zip -O image/install/memtest86-usb.zip
[solve the issue]
sudo chmod 755 image/install/
unzip -p image/install/memtest86-usb.zip memtest86-usb.img > image/install/memtest86
rm -f image/install/memtest86-usb.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants