mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. A Linux to call your own.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
402 stars 189 forks source link

Boot from Pen Drive #2

Closed tejinderkang closed 4 years ago

tejinderkang commented 4 years ago

Hello Vallim, Thanks, This is working fine with ISO image and I'm able to boot Ubuntu with Ubuntu Custom ISO. But when I create a bootable pen drive from Custom ISO then it doesn't work. I'm using the tool Rufus-3.8 to create a bootable pen drive from Custom ISO.

Kindly help me to create a bootable pen drive from Ubuntu Custom ISO.

Regards, Tejinder

mvallim commented 4 years ago

Hello Tejinder, Thanks for the feedback. I need more information about the problem you are facing so that I can help you.

The tests done here using dd or gnome-disks work for both UEFI and Legacy boot using a USB stick.

sudo dd if=ubuntu-from-scratch.iso of=<device> status=progress oflag=sync

Could you inform me in more detail about the problem you are encountering?

Regards, Vallim

tejinderkang commented 4 years ago

Hello Vallim, Thanks for reply,,

I have try both command below given, but no luck.

sudo dd if=ubuntu-from-scratch.iso of= bs=4M

sudo dd if=ubuntu-from-scratch.iso of= status=progress oflag=sync

By executing the above command, pen drive successfully created, but when try to boot from pen drive it shows the following error on boot.

error: no such device: /ubuntu error: file '/casper/vmlinuz' not found. alloc magic is broken at 0xcaf02420: cad71880 Aborted. Press any key to exit.

Regards, Tejinder

mvallim commented 4 years ago

Hi @tejinderkang,

Could you provide the ISO you generate somewhere I can download and analyze the generated image? (DropBox, etc)

Regards,

tejinderkang commented 4 years ago

Hello Vallim,

The issue has been resolved now. Actually there is an issue in Pen Drive. I have tested with other Pen drive and its working fine.

Thanks for the support.

Regards, Tejinder

mvallim commented 4 years ago

Nice,

Thanks for all.

Regards,