All of lore.kernel.org
 help / color / mirror / Atom feed
* Query about changes to GRUB 2 for booting a physical machine using a virtual image
@ 2011-03-24 19:58 Swapnesh Chaubal
  2011-03-24 21:04 ` Colin Watson
  0 siblings, 1 reply; 3+ messages in thread
From: Swapnesh Chaubal @ 2011-03-24 19:58 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]

Hello,

My name is Swapnesh Chaubal. I am a graduate student in Computer Science at
Clemson University. We are working on a project in which we would like to
boot physical machines using virtual images stored on a server (via a
network boot). I came across a tool called VBoot that manages to do this.
It works perfectly in conjunction with the windows bootloader, however, when
I try it on linux (ext2/3 file system)  and make changes to the grub as it
suggests on their website, it fails to load.

The following entry needs to be added in GRUB2 (according to their website).

menuentry "VHD Mint 9, Linux 2.6.32-21-generic" {
	linux (hd0,1)/mint-9/vmlinuz-2.6.32-21-generic root=/dev/sda1
vloop=/mint-9/mint-9-gnome-i386.vhd vlooppart=p1 quiet splash
	initrd (hd0,1)/mint-9/initrd.img-2.6.32-21-generic
}

The thing which has got me perplexed is, how do they manage to make GRUB2
understand the 'vloop' and 'vlooppart' command? Is there a way that this can
be achieved? (They do have a GRUB module called vboot.mod in thier grub
folder).

Thank you,
Swapnesh

[-- Attachment #2: Type: text/html, Size: 2114 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-25 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 19:58 Query about changes to GRUB 2 for booting a physical machine using a virtual image Swapnesh Chaubal
2011-03-24 21:04 ` Colin Watson
2011-03-25 17:32   ` Phillip Susi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.