How can I chainload a USB drive from GRUB2?
Posted
by
magic.plane
on Super User
See other posts from Super User
or by magic.plane
Published on 2012-11-24T03:03:40Z
Indexed on
2012/11/24
5:08 UTC
Read the original article
Hit count: 457
I'm using GNU GRUB version 1.99-12ubuntu5, booted over the network using PXE. I used grub-mknetdir to generate the GRUB image and directory tree, which I'm serving on a TFTP server using Tftpd32 in Windows. I've put the latest version of Clonezilla on my USB drive using Tuxboot.
Right now, in GRUB's CLI, using ls
lists only the (pxe)
device, even if the USB drive is plugged in before the computer is on. Is there any way I can chainload Clonezilla on my USB from GRUB, which is booted over the network?
© Super User or respective owner