* [Qemu-devel] qemu for macosx can't boot linux partition
@ 2005-09-28 14:29 Enric Pedascoll Quingles
2005-09-28 14:57 ` Jonas Maebe
0 siblings, 1 reply; 5+ messages in thread
From: Enric Pedascoll Quingles @ 2005-09-28 14:29 UTC (permalink / raw)
To: qemu-devel
hello,
i try to boot a fisical mac's partition with qemu but i don't obtain
good results
i have read in documentation files that the command is:
~#qemu -snapshot -hda /dev/(your disk)
i try several way with the same result
~#qemu -snapshot -hda /dev/hda
~#qemu -snapshot -hda /dev/disk0
~#qemu -snapshot -hda /dev/hda0s1..s2...s5
and nothing...
anybody knows that i can do!
thank you for your answers!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu for macosx can't boot linux partition
2005-09-28 14:29 [Qemu-devel] qemu for macosx can't boot linux partition Enric Pedascoll Quingles
@ 2005-09-28 14:57 ` Jonas Maebe
2005-09-28 15:07 ` Enric Pedascoll Quingles
0 siblings, 1 reply; 5+ messages in thread
From: Jonas Maebe @ 2005-09-28 14:57 UTC (permalink / raw)
To: Enric Pedascoll Quingles, qemu-devel
On 28 sep 2005, at 16:29, Enric Pedascoll Quingles wrote:
> i try to boot a fisical mac's partition with qemu but i don't obtain
> good results
> i have read in documentation files that the command is:
>
> ~#qemu -snapshot -hda /dev/(your disk)
>
> i try several way with the same result
>
> ~#qemu -snapshot -hda /dev/hda
> ~#qemu -snapshot -hda /dev/disk0
> ~#qemu -snapshot -hda /dev/hda0s1..s2...s5
>
> and nothing...
Under Mac OS X, partitions are available as /dev/diskXsY and not /dev/
hdXsY. Your boot partition /dev/disk0sY, other disks can get a
different number after every reboot.
You can find the device name of a partition (under Mac OS X 10.4.x at
least) by opening /Applications/Utilities/Disk Utility, selecting a
partition and choosing File->Get Info.
Jonas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu for macosx can't boot linux partition
2005-09-28 14:57 ` Jonas Maebe
@ 2005-09-28 15:07 ` Enric Pedascoll Quingles
2005-09-28 16:33 ` Mike Kronenberg
0 siblings, 1 reply; 5+ messages in thread
From: Enric Pedascoll Quingles @ 2005-09-28 15:07 UTC (permalink / raw)
To: Jonas Maebe; +Cc: qemu-devel
well, now i have running macosX.4 and i want to start a qemu session
with a Debian partition, i know that macos partition is disk0s5 but
all other partitions are Debian (swap, root, home ...), i try to boot
all the disk /dev/disk0 and select Debian in a yaboot but when i type
qemu -hda /dev/disk0, qemu crash
On 9/28/05, Jonas Maebe <jonas.maebe@elis.ugent.be> wrote:
>
> On 28 sep 2005, at 16:29, Enric Pedascoll Quingles wrote:
>
> > i try to boot a fisical mac's partition with qemu but i don't obtain
> > good results
> > i have read in documentation files that the command is:
> >
> > ~#qemu -snapshot -hda /dev/(your disk)
> >
> > i try several way with the same result
> >
> > ~#qemu -snapshot -hda /dev/hda
> > ~#qemu -snapshot -hda /dev/disk0
> > ~#qemu -snapshot -hda /dev/hda0s1..s2...s5
> >
> > and nothing...
>
> Under Mac OS X, partitions are available as /dev/diskXsY and not /dev/
> hdXsY. Your boot partition /dev/disk0sY, other disks can get a
> different number after every reboot.
>
> You can find the device name of a partition (under Mac OS X 10.4.x at
> least) by opening /Applications/Utilities/Disk Utility, selecting a
> partition and choosing File->Get Info.
>
>
> Jonas
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu for macosx can't boot linux partition
2005-09-28 15:07 ` Enric Pedascoll Quingles
@ 2005-09-28 16:33 ` Mike Kronenberg
2005-09-29 8:13 ` Enric Pedascoll Quingles
0 siblings, 1 reply; 5+ messages in thread
From: Mike Kronenberg @ 2005-09-28 16:33 UTC (permalink / raw)
To: Enric Pedascoll Quingles, qemu-devel
Just from my experienc with using CD-ROM under OS X:
say You want partition 1 of disk 5
You dont need the: /dev/disk5s1
But: /dev/rdisk5s1 wich is a raw access
Mike
Enric Pedascoll Quingles wrote:
>well, now i have running macosX.4 and i want to start a qemu session
>with a Debian partition, i know that macos partition is disk0s5 but
>all other partitions are Debian (swap, root, home ...), i try to boot
>all the disk /dev/disk0 and select Debian in a yaboot but when i type
>qemu -hda /dev/disk0, qemu crash
>
>
>On 9/28/05, Jonas Maebe <jonas.maebe@elis.ugent.be> wrote:
>
>
>>On 28 sep 2005, at 16:29, Enric Pedascoll Quingles wrote:
>>
>>
>>
>>>i try to boot a fisical mac's partition with qemu but i don't obtain
>>>good results
>>>i have read in documentation files that the command is:
>>>
>>>~#qemu -snapshot -hda /dev/(your disk)
>>>
>>>i try several way with the same result
>>>
>>>~#qemu -snapshot -hda /dev/hda
>>>~#qemu -snapshot -hda /dev/disk0
>>>~#qemu -snapshot -hda /dev/hda0s1..s2...s5
>>>
>>>and nothing...
>>>
>>>
>>Under Mac OS X, partitions are available as /dev/diskXsY and not /dev/
>>hdXsY. Your boot partition /dev/disk0sY, other disks can get a
>>different number after every reboot.
>>
>>You can find the device name of a partition (under Mac OS X 10.4.x at
>>least) by opening /Applications/Utilities/Disk Utility, selecting a
>>partition and choosing File->Get Info.
>>
>>
>>Jonas
>>
>>
>>
>
>
>_______________________________________________
>Qemu-devel mailing list
>Qemu-devel@nongnu.org
>http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu for macosx can't boot linux partition
2005-09-28 16:33 ` Mike Kronenberg
@ 2005-09-29 8:13 ` Enric Pedascoll Quingles
0 siblings, 0 replies; 5+ messages in thread
From: Enric Pedascoll Quingles @ 2005-09-29 8:13 UTC (permalink / raw)
To: qemu-devel
i don't understand very well your answer, but i only want to run all
system (powerbookg4 with your all partitions) in a qemu session and
then i select in a yaboot menu "Linux Option" and work directli to
partition in snapshot file (or without them).
i try with /dev/rdisk0 and /dev/rdisk0s1..s2.. and the same
result...qemu do nothing
thanks
On 9/28/05, Mike Kronenberg <mike.kronenberg@kberg.ch> wrote:
> Just from my experienc with using CD-ROM under OS X:
>
> say You want partition 1 of disk 5
>
> You dont need the: /dev/disk5s1
> But: /dev/rdisk5s1 wich is a raw access
>
> Mike
>
> Enric Pedascoll Quingles wrote:
>
> >well, now i have running macosX.4 and i want to start a qemu session
> >with a Debian partition, i know that macos partition is disk0s5 but
> >all other partitions are Debian (swap, root, home ...), i try to boot
> >all the disk /dev/disk0 and select Debian in a yaboot but when i type
> >qemu -hda /dev/disk0, qemu crash
> >
> >
> >On 9/28/05, Jonas Maebe <jonas.maebe@elis.ugent.be> wrote:
> >
> >
> >>On 28 sep 2005, at 16:29, Enric Pedascoll Quingles wrote:
> >>
> >>
> >>
> >>>i try to boot a fisical mac's partition with qemu but i don't obtain
> >>>good results
> >>>i have read in documentation files that the command is:
> >>>
> >>>~#qemu -snapshot -hda /dev/(your disk)
> >>>
> >>>i try several way with the same result
> >>>
> >>>~#qemu -snapshot -hda /dev/hda
> >>>~#qemu -snapshot -hda /dev/disk0
> >>>~#qemu -snapshot -hda /dev/hda0s1..s2...s5
> >>>
> >>>and nothing...
> >>>
> >>>
> >>Under Mac OS X, partitions are available as /dev/diskXsY and not /dev/
> >>hdXsY. Your boot partition /dev/disk0sY, other disks can get a
> >>different number after every reboot.
> >>
> >>You can find the device name of a partition (under Mac OS X 10.4.x at
> >>least) by opening /Applications/Utilities/Disk Utility, selecting a
> >>partition and choosing File->Get Info.
> >>
> >>
> >>Jonas
> >>
> >>
> >>
> >
> >
> >_______________________________________________
> >Qemu-devel mailing list
> >Qemu-devel@nongnu.org
> >http://lists.nongnu.org/mailman/listinfo/qemu-devel
> >
> >
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-09-29 8:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-28 14:29 [Qemu-devel] qemu for macosx can't boot linux partition Enric Pedascoll Quingles
2005-09-28 14:57 ` Jonas Maebe
2005-09-28 15:07 ` Enric Pedascoll Quingles
2005-09-28 16:33 ` Mike Kronenberg
2005-09-29 8:13 ` Enric Pedascoll Quingles
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).