* Multiple partitions in a Guest OS
@ 2005-01-01 19:32 Pradheep K E
2005-01-01 21:18 ` Milan Holzäpfel
0 siblings, 1 reply; 2+ messages in thread
From: Pradheep K E @ 2005-01-01 19:32 UTC (permalink / raw)
To: xen-devel
Hi,
I was trying to run a guest OS with multiple partitions. I added a line like
disk=['phy:hda6,hda6,w']
in the configuration file. The disk was not mounted in the host OS.
However, the kernel refuses to boot with an error message which says
"kernel not syncing... attempted to kill init... rebooting...".
When I remove that line, everything works. Is there anything else we
should do for a guest OS to see multiple partitions ?
Thanks,
Pradheep
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Multiple partitions in a Guest OS
2005-01-01 19:32 Multiple partitions in a Guest OS Pradheep K E
@ 2005-01-01 21:18 ` Milan Holzäpfel
0 siblings, 0 replies; 2+ messages in thread
From: Milan Holzäpfel @ 2005-01-01 21:18 UTC (permalink / raw)
To: xen-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sat, 1 Jan 2005 13:32:45 -0600
Pradheep K E <pradheep.ke@gmail.com> wrote:
> Hi,
>
> I was trying to run a guest OS with multiple partitions. I added a line like
>
> disk=['phy:hda6,hda6,w']
you should writing down sth. like this:
| disk=['phy:...', 'phy:...', 'phy:...']
where each "phy:..." is the definition for one device.
E.g.:
| disk=['phy:hda5,hda5,w','phy:hda6,hda6,w']
But isn't this mentioned in the docs somewhere?
> in the configuration file. The disk was not mounted in the host OS.
>
> However, the kernel refuses to boot with an error message which says
> "kernel not syncing... attempted to kill init... rebooting...".
This is because the second "disk=..." line overwrites the first one
which is probably your / filesystem.
> When I remove that line, everything works.
Then the first one is not overwritten, and your / filesystem is
available.
Regards,
Milan
PS: Shame on me if the adivce I gave should not be correct. I have
never tried it, but these config files are actually python source files,
and since one declares a list using square brackets, it only makes sense
to do it with a list of strings. So just try it (-:
- --
Milan Holzäpfel alias jagdfalke alias jag
Antworten direkt an mich Answers directly to me
gehen bitte an eine Addresse, go to an address one
die man hier finden kann: can find here, please:
Kontaktinfos sowie Contact infos as well as
Öff GnuPG-Schlüssel <URL:http://con.mjh.name/> GnuPG Public Key
GnuPG Fingerabdruck 4C8A 5FAF 5D32 6125 89D1 GnuPG Fingerprint
0CE5 DB0C AF4F 6583 7966
http://www.deppenleerzeichen.de/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFB1xO12wyvT2WDeWYRAjHmAJ9cWTTTscRz9TqJl3eshAqUFftexACgmO3z
wy0DOAR42hnA8oWAnfm9jgc=
=A+dO
-----END PGP SIGNATURE-----
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-01 21:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-01 19:32 Multiple partitions in a Guest OS Pradheep K E
2005-01-01 21:18 ` Milan Holzäpfel
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.