<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>House-Tiere              -d(~_~)b- &#187; Windows</title> <atom:link href="http://house-tiere.de/tag/windows/feed/" rel="self" type="application/rss+xml" /><link>http://house-tiere.de</link> <description>.. was auch immer das heißen mag.</description> <lastBuildDate>Sun, 05 Jun 2011 15:49:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.3</generator> <item><title>Probleme mit JavaFx Webstart</title><link>http://house-tiere.de/linux/javafxwebstart/</link> <comments>http://house-tiere.de/linux/javafxwebstart/#comments</comments> <pubDate>Wed, 24 Mar 2010 01:33:28 +0000</pubDate> <dc:creator>Woody</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[JavaFx]]></category> <category><![CDATA[OpenSolaris]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://house-tiere.de/?p=477</guid> <description><![CDATA[Wer seine JavaFx Application als JavaFx Webstart einbinden will, sieht sich eventuell vor einige Probleme gestellt. Zunächst: Wie stellt man das überhaupt an? So schwierig ist es eigentlich nicht, wer mit Netbeans arbeitet wird in seinem JavaFx Projektordner unter dist 4 Dateien finden: &#60;name&#62;.jar &#8211; ganz klar, das ist die kompilierte gepackte JavaFx-Datei. Überraschend ist, [...]]]></description> <content:encoded><![CDATA[<p>Wer seine <em>JavaFx</em> Application als <em>JavaFx</em> Webstart einbinden will, sieht sich eventuell vor einige Probleme gestellt. Zunächst: Wie stellt man das überhaupt an? So schwierig ist es eigentlich nicht, wer mit <a
href="http://www.netbeans.org/">Netbeans</a> arbeitet wird in seinem JavaFx Projektordner unter <em>dist</em> 4 Dateien finden:</p><ul><li><em>&lt;name&gt;.jar</em> &#8211; ganz klar, das ist die kompilierte gepackte JavaFx-Datei. Überraschend ist, sie unterscheidet sich von der Dateiendung überhaupt nicht von üblichen Java-Dateien &#8211; dazu später mehr.</li><li><em>&lt;name&gt;.html</em> &#8211; hier ist schon eine Beispieldatei, die zeigt, wie mans in den Browser einbindet &#8211; schön <img
src='http://house-tiere.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></li><li><em>&lt;name&gt;.jnlp</em> Auf diese Datei verlinkt man z.B. mit dem orangen Button, den man vielleicht auch schon von Java kennt, wenn man die jar mittels Download einfach starten will. Funktioniert mit JavaFx recht gut (zumindest meine Erfahrung)</li><li><em>&lt;name&gt;_browser.jnlp</em> &#8211; Die wird benutzt, wenn JavaFx direkt embedded im Browser laufen soll.</li></ul><p><span
id="more-477"></span><br
/> Netbeans richtet das schon entsprechend ein, wenn man bei <em>project properties</em> auf <em>Run</em> geht. Hier kann man auswählen zwischen:</p><ul><li> <em>standard execution</em>: als normale Desktop-Anwendung</li><li><em>webstartexecution</em>: Start mit einem Button auf der Webseite</li><li><em>run in browser</em>: brauch ich nicht weiter kommentieren <img
src='http://house-tiere.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></li><li><em>run in mobile emulator</em>: für Mobile Phone Apps und so&#8230; (übrigens auch sehr vielseitig in Netbeans)</li></ul><p>Außerdem sollte man noch unter <em>application</em> eventuell <em>self signed</em> anklicken und die <em>width</em> und <em>height</em> ändern, falls nötig.</p><p>Das war alles? Nein, leider nicht. Wenn man eine ältere Netbeans Version benutzt, kann es passieren, das an mindestens einer Stelle ein / fehlt in der jnlp beim update-tag, es sollte so aussehen:</p><div
class="wp_syntax"><div
class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;update</span> <span style="color: #000066;">check</span>=<span style="color: #ff0000;">&quot;background&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></div></div><p>Keine Ahnung, obs überhaupt Probleme bereitet, aber trotzdem sollte man nach Möglichkeit immer eine aktuelle Version benutzen <img
src='http://house-tiere.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>Dass man die Dateipfade eventuell in der html-Datei anpassen muss, sobald man die Files uploaded ist natürlich leicht ersichtlich. Leicht vergessen kann man aber Pfade, die noch in den JNLP-Dateien stehen:</p><div
class="wp_syntax"><div
class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jnlp</span> <span style="color: #000066;">spec</span>=<span style="color: #ff0000;">&quot;1.0+&quot;</span> <span style="color: #000066;">codebase</span>=<span style="color: #ff0000;">&quot;http://meineseite.de/bla/bla/&quot;</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;app.jnlp&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;information<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Titel<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;vendor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Mein Name<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/vendor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;homepage</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;http://meine.seite.de&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>meine tolle App<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/description<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;offline-allowed</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
(...)</pre></div></div><p>Hier ist vor allem der Codebase-Tag wichtig, den Homepage-Tag sollte dann gleich mit setzen, und wenn man ordentlich ist über die anderen auch mal drüber schauen (Vendor, Description) &#8211; kann nicht schaden.</p><p>Vorrausgesetzt man hat das alles erledigt, sollte von der Sever-Seite eigentlich alles funktionieren. Probleme hat man aber trotzdem noch oft genug auf der Client-Seite, was mir so aufgefallen ist:</p><h2>Windows XP</h2><p>Normalerweise funktioniert das runterladen des &#8220;Browser-Plugins&#8221; wie immer recht problemlos, z.B. im Firefox. Wenn man hinter einem Proxy sitzt, siehts aber nicht mehr so gut aus, es wird versucht Zertifikate runterzuladen und lange Zeit passiert nichts, in Java-Konsole findet etwa so etwas:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">Reading certificates from <span style="color: #000000;">341411</span> http:<span style="color: #000000; font-weight: bold;">//</span>dl.javafx.com<span style="color: #000000; font-weight: bold;">/</span>javafx-rt-windows-i586__V1.2.0_b233.jar <span style="color: #7a0874; font-weight: bold;">&#40;</span>...<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div><p>Dazu gibts auch schon einen <a
href="http://bugs.sun.com/view_bug.do?bug_id=6853793">Bug-Report</a>.</p><h2>Linux</h2><p>Hatte ich auch häufig Probleme, dies bezog sich vor allem auf das Browser-Plugin. Denke das bezieht sich auf alle gängigen Browser. Wenn man Debian oder Ubuntu nutzt, sollte folgendes helfen:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sun-java6-plugin</pre></div></div><p>Wem das zu einfach ist, oder wer damit Probleme (verschiedene Java Versionen, Probleme mit 64/32 bit etc.) der kann sich das <em>libjavaplugin_oji.so</em> auch selber zurecht pfuschen, schön dokumentiert bei <a
href="http://www.java.com/en/download/help/linux_install.xml#enable">SUN</a></p><h2>OpenSolaris</h2><p>Ok, saß zufällig an einem OpenSolaris, und dachte mir ich teste es mal. Ich hätte so ziemlich alles erwartet. Aber DAS war echt der Hammer: Nicht mal das Plugin musst ich noch installieren, lief sofort problemlos. Daumen hoch OpenSolaris &#8211; ein oft unterschätztes, hochwertiges Betriebssystem. Hoffen wir mal, dass sich das mit Oracle nicht ändert.</p><h2>java -jar macht ClassNotFoundException</h2><p>Ja, wie schon oben erwähnt sind die JavaFx-Files ja genau so benannt mit die Java-Files, da ist <em>java -jar</em> aber trotzdem falsch. Am einfachsten ist natürlich die html lokal zu öffnen und dann den Launch dort machen <img
src='http://house-tiere.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Richtig desktop-mässig gehts natürlich auch, mit <em>javafx appName.Main</em> &#8211; dazu muss natürlich der javafx Path usw. gesetzt sein. Es gibt auch mit ein langes <a
href="http://www.excelsior-usa.com/kb/000031.html">Java-Äquivalent</a> mit <em>java -cp PfadZuJavaFx (&#8230;)</em>.</p> ]]></content:encoded> <wfw:commentRss>http://house-tiere.de/linux/javafxwebstart/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Microsoft patentiert sudo?</title><link>http://house-tiere.de/allgemeines/microsoft-patentiert-sudo/</link> <comments>http://house-tiere.de/allgemeines/microsoft-patentiert-sudo/#comments</comments> <pubDate>Thu, 12 Nov 2009 17:38:37 +0000</pubDate> <dc:creator>Woody</dc:creator> <category><![CDATA[Allgemeines]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[kurios]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Patent]]></category> <category><![CDATA[Recht]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://house-tiere.de/?p=426</guid> <description><![CDATA[Scheinbar hat Microsoft jetzt ein neues Patent herausgebracht, dass ziemlich verdächtig nach sudo klingt. So zumindest beschrieben auf dieser Seite. In dem Antrag von Microsoft für das Patent ließt man im Abstract: Systems and/or methods are described that enable a user to elevate his or her rights. In one embodiment, these systems and/or methods present [...]]]></description> <content:encoded><![CDATA[<p>Scheinbar hat Microsoft jetzt ein neues <a
href="http://patft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=/netahtml/PTO/srchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=7,617,530.PN.&amp;OS=PN/7,617,530&amp;RS=PN/7,617,530">Patent</a> herausgebracht, dass ziemlich verdächtig nach <a
href="http://de.wikipedia.org/wiki/Sudo">sudo</a> klingt. So zumindest beschrieben auf dieser <a
href="http://www.groklaw.net/article.php?story=20091111094923390">Seite</a>. In dem Antrag von Microsoft für das Patent ließt man im Abstract:</p><blockquote><p>Systems and/or methods are described that enable a user to elevate his or      her rights. In one embodiment, these systems and/or methods present a      user interface identifying an account having a right to permit a task in      response to the task being prohibited based on a user&#8217;s current account      not having that right.</p></blockquote><p><span
id="more-426"></span>Na&#8230; das is doch sudo! Oder sudo mit ner GUI, dann halt kdesu oder gksudo! Hätte ichs nicht selber gesehen, ich würds mal wieder für einen Scherz halt. Aber diese Trivialpatente sind langsam echt nich mehr zu lachen. Sudo benutzt Linux schon seit Jahrzehnten &#8211; und Microsoft verkaufts quasi wieder als eigene, neue Idee?</p><p>Kurios ist auch, dass (wie ich in auf der zitierten Seite nachlesen konnte) es angeblich früher ein ähnliches Linux-Tool namens <em>runas</em> gegeben hat, und auch genau den gleichen Namen trägt wie das Microsoft-Tool zu dem das Patent gehört.</p><p>Tja, wie soll man bei den Trivialpateten  noch glauben können, dass das Patentwesen dazu dient Inventionen zu fördern?</p> ]]></content:encoded> <wfw:commentRss>http://house-tiere.de/allgemeines/microsoft-patentiert-sudo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>GDM hängt bei XDMCP unter Win XP</title><link>http://house-tiere.de/linux/gdm-hangt-bei-xdmcp-unter-win-xp/</link> <comments>http://house-tiere.de/linux/gdm-hangt-bei-xdmcp-unter-win-xp/#comments</comments> <pubDate>Fri, 12 Jun 2009 22:27:43 +0000</pubDate> <dc:creator>Woody</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://house-tiere.de/?p=271</guid> <description><![CDATA[Kurioses Problem, dass bei  XDMCP Verbindungen mit xming in Windows XP auftritt: Nach Verbindungsaufbau mit xming wird GDM angezeigt, einloggen kann man sich, danach hängt alles &#8211; Gnome wird nicht gestartet und bricht nach einigen Minuten mit einer Fehlermeldung ab. Seltsamerweise funktionieren XDMCP-Verbindungen von Linux nach Linux problemlos, dass Problem tritt nur auf von Windows [...]]]></description> <content:encoded><![CDATA[<p>Kurioses Problem, dass bei  XDMCP Verbindungen mit xming in Windows XP auftritt: Nach Verbindungsaufbau mit xming wird GDM angezeigt, einloggen kann man sich, danach hängt alles &#8211; Gnome wird nicht gestartet und bricht nach einigen Minuten mit einer Fehlermeldung ab. Seltsamerweise funktionieren XDMCP-Verbindungen von Linux nach Linux problemlos, dass Problem tritt nur auf von Windows mit xming nach Linux. Die Lösung ist aber einfach: TCP Port 16001 in Windows freigeben, dann sollte xming problemlos laufen unter XP.</p><p>Ports in Windows XP freigeben: Systemsteuerung -&gt; Windows Firewall -&gt; Ausnahmen -&gt; Port TCP 16001 und beliebigen Namen eingeben, fertig. <img
src='http://house-tiere.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://house-tiere.de/linux/gdm-hangt-bei-xdmcp-unter-win-xp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Grub: Dualboot Windows XP &#8211; ohne Linux</title><link>http://house-tiere.de/allgemeines/grub-dualboot-windows-xp-ohne-linux/</link> <comments>http://house-tiere.de/allgemeines/grub-dualboot-windows-xp-ohne-linux/#comments</comments> <pubDate>Tue, 19 May 2009 20:22:11 +0000</pubDate> <dc:creator>Woody</dc:creator> <category><![CDATA[Allgemeines]]></category> <category><![CDATA[Scripts]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[script]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://house-tiere.de/?p=256</guid> <description><![CDATA[Sollte man mal in der Situation sein, 2 Windows XP Partitionen zu benötigen, stellt sich die Frage, mit welchem Bootloader man das realisieren will. Eine Möglichkeiten einer solchen dualen Windows-Installation lässt sich mit Grub realisieren, es ist nicht wirklich besonders schwer. Vielleicht gibt es noch andere Möglichkeiten, aber ich hab nun mal grub ausprobiert, und [...]]]></description> <content:encoded><![CDATA[<p>Sollte man mal in der Situation sein, 2 Windows XP Partitionen zu benötigen, stellt sich die Frage, mit welchem Bootloader man das realisieren will. Eine Möglichkeiten einer solchen dualen Windows-Installation lässt sich mit Grub realisieren, es ist nicht wirklich besonders schwer. Vielleicht gibt es noch andere Möglichkeiten, aber ich hab nun mal grub ausprobiert, und das tat ganz gut. Und wer glaubt grub benötigt ein Linux, der irrt, das ganze geht auch ohne.<br
/> <span
id="more-256"></span><br
/> Sofern man nicht vor der Installation auf eine vernünftige Partitionierung geachtet hat, muss man diese eventuell noch anpassen. In den meisten Fällen wird man &#8211; davon geh ich mal aus &#8211; schon ein fertig installiertes Windows XP besitzen und will eventuell ein weiteres Windows XP hinzufügen (oder 2000, 98 etc&#8230;). Nun muss man noch Platz schaffen, am besten mit einer Live-CD (<a
href="http://www.knoppix.org/">Knoppix</a>, <a
href="http://www.ubuntu.com/getubuntu/download">Ubuntu</a>, o.ä.) eben booten und die alte Partition verkleinern, z.B. mit gparted oder qtparted. Es empfiehlt sich vorher ein Backup der Partition, falls was schief geht! Anschließend legt man eine neue <em>ntfs</em>-Partition an und lässt noch ein wenig Platz für eine <em>ext3</em>-Partition, auf die später noch grub ein paar dateien ablegt (in <em>/boot/grub/</em>). Für die grub-Partition sind 100 bis 200 MB mehr als ausreichend.</p><p>Nun ist es an der Zeit, auf der neuen <em>ntfs</em>-Partition ganz normal das zweite Windows XP zu installieren. Dadurch wird natürlich die alte Windows-Partition erstmal nicht mehr bootbar. Nachdem man da alles soweit installiert und eventuell upgedated hat, bootet man erneut mit einer Live-CD, der nächste Schritt ist die Installation von grub.</p><p>Die folgenden Aktionen sind als root-user bzw. mit <em>sudo</em> durchzuführen. Zunächst wird die ca. 100 MB große <em>ext3</em>-Partition (in diesem Beispiel <em>sda4</em>) gemountet:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>tempgrub
<span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda4 <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>tempgrub</pre></div></div><p>und anschließend grub installiert:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">grub-install <span style="color: #660033;">--root-directory</span>=<span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>tempgrub<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda4</pre></div></div><p>Nun muss noch eine menu.lst angelegt werden in /mnt/tempgrub/boot/grub/ &#8211; mit Einträgen in etwa so:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">timeout <span style="color: #000000;">60</span>
default <span style="color: #000000;">0</span>
&nbsp;
title Windows XP - I
unhide <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">0</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
hide <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
rootnoverify <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">0</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
makeactive
chainloader +<span style="color: #000000;">1</span>
&nbsp;
title Windows XP - II
unhide <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
hide <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">0</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
rootnoverify <span style="color: #7a0874; font-weight: bold;">&#40;</span>hd0,<span style="color: #000000;">1</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
makeactive
chainloader +<span style="color: #000000;">1</span></pre></div></div><p>Wobei <em>(hd0,x) </em>jeweils für x-te Partition steht (bei <em>sda</em> muss man immer eins dazuzählen). <em>hide</em> und <em>unhide</em> verstecken die jeweilige andere Windows-Partition, die grad nicht genutzt wird. Besonders acht sollte man auf Leerzeichen zwsichen <em>hide</em> und (<em>hda</em>..) geben, sonst gibts Fehler in der Form:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">Grub Error <span style="color: #000000;">13</span>: <span style="color: #ff0000;">&quot;Invalid or unsupported executable format&quot;</span></pre></div></div><p>Zur Sicherheit noch einmal wiederholen, damit auch grub up to date ist:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">grub-install <span style="color: #660033;">--root-directory</span>=<span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>tempgrub<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda4</pre></div></div><p>Und beim nächsten Reboot sollte man dann in der Lage sein, zwischen den beiden Windows XP Partitionen zu wählen. Das ganze sollte auch mit Windows Vista funktionieren &#8211; wobei Vista -afaik- nen eigenen bootloader hat, damit sollte es natürlich auch schon so gehen.</p> ]]></content:encoded> <wfw:commentRss>http://house-tiere.de/allgemeines/grub-dualboot-windows-xp-ohne-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
