<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Sytem_aus_Rescue_Shell_Booten</id>
	<title>Sytem aus Rescue Shell Booten - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Sytem_aus_Rescue_Shell_Booten"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Sytem_aus_Rescue_Shell_Booten&amp;action=history"/>
	<updated>2026-05-14T21:30:06Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Sytem_aus_Rescue_Shell_Booten&amp;diff=35733&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „ set prefix=(hd0,0)/boot/grub              # Setze Pfad zu GRUB config  set root=(hdX,Y)                          # setze root partition  insmod normal…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Sytem_aus_Rescue_Shell_Booten&amp;diff=35733&amp;oldid=prev"/>
		<updated>2022-09-17T17:41:43Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ set prefix=(hd0,0)/boot/grub              # Setze Pfad zu GRUB config  set root=(hdX,Y)                          # setze root partition  insmod normal…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt; set prefix=(hd0,0)/boot/grub              # Setze Pfad zu GRUB config&lt;br /&gt;
 set root=(hdX,Y)                          # setze root partition&lt;br /&gt;
 insmod normal                             # versuche das ''normal'' Modul zu laden&lt;br /&gt;
 normal                                    # aktiviere das ''normal'' Modul. Wenn alles klappt sollte das GRUB2 Menü erscheinen&lt;br /&gt;
 set                                       # zeige aktuelle Einstellungen&lt;br /&gt;
&lt;br /&gt;
; Linux&lt;br /&gt;
 set root=(hdX,Y)                          # setze root partition (falls nicht schon geschehen)&lt;br /&gt;
 ls /boot                                  # suche die vmlinuz und initrd Einträge&lt;br /&gt;
 insmod linux                              # Bei einer Fehlermeldung sollte der Pfad korrigiert werden&lt;br /&gt;
 linux /boot/vmlinuz root=/dev/sdXY ro     # Nutze Kernel '''/boot/vmlinuz'''&lt;br /&gt;
 initrd /boot/initrd.img                   # Nutze initram '''/boot/initrd.img'''&lt;br /&gt;
 boot                                      # Boote mit angegebenem Kernel und Initram&lt;br /&gt;
&lt;br /&gt;
== alte GRUB config laden ==&lt;br /&gt;
 insmod legacycfg&lt;br /&gt;
 legacy_configfile /path/to/menu.lst&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>