Boot livecd ISO from HDD

From Funtoo
Revision as of 17:46, June 24, 2015 by Duncan.britton (talk | contribs) (Removed ugly white box around {{note}}, updated from <console> to {{console}})
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

With GRUB2, you can easily boot a livecd image from your hard drive.

General guide

   Note

This is general example. It may not work with all livecds.

1. Copy the iso image to root folder for simplicity:

root # cp /home/user/downloads/systemrescuecd.iso /src.iso

2. Reboot and when grub2 loads press 'c' for console. Run the following commands (tab autocompletion is your friend):

loopback loop (hd0,2)/src.iso
linux (loop)/boot/vmlinuz
initrd (loop)/boot/initrd.lz
boot