<?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=GRUB2_RAID</id>
	<title>GRUB2 RAID - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=GRUB2_RAID"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=GRUB2_RAID&amp;action=history"/>
	<updated>2026-06-29T04:31:20Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=GRUB2_RAID&amp;diff=35746&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „ 1.Desktop-CD booten und mdadm-Tools installieren:  sudo apt-get install mdadm   sudo mdadm --assemble --scan   2.Einhängen der Systempartition:  sudo mount /…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=GRUB2_RAID&amp;diff=35746&amp;oldid=prev"/>
		<updated>2022-09-17T18:02:33Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ 1.Desktop-CD booten und mdadm-Tools installieren:  sudo apt-get install mdadm   sudo mdadm --assemble --scan   2.Einhängen der Systempartition:  sudo mount /…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
1.Desktop-CD booten und mdadm-Tools installieren:&lt;br /&gt;
 sudo apt-get install mdadm &lt;br /&gt;
 sudo mdadm --assemble --scan &lt;br /&gt;
&lt;br /&gt;
2.Einhängen der Systempartition:&lt;br /&gt;
 sudo mount /dev/mdX /mnt &lt;br /&gt;
 sudo mdadm --examine --scan &lt;br /&gt;
&lt;br /&gt;
3.(Optional)&lt;br /&gt;
Nutzt man auf dem System eine separate Boot-Partition, so muss diese ebenfalls eingehängt werden:&lt;br /&gt;
 sudo mount /dev/mdX /mnt/boot &lt;br /&gt;
&lt;br /&gt;
4.Wechsel in die chroot-Umgebung:&lt;br /&gt;
 sudo mount -o bind /dev /mnt/dev &lt;br /&gt;
 sudo mount -o bind /sys /mnt/sys &lt;br /&gt;
 sudo mount -t proc /proc /mnt/proc &lt;br /&gt;
 sudo cp /proc/mounts /mnt/etc/mtab &lt;br /&gt;
 sudo chroot /mnt /bin/bash &lt;br /&gt;
&lt;br /&gt;
5.grub installieren&lt;br /&gt;
 grub-install /dev/sdX &lt;br /&gt;
Installation auf allen teilnehmenden Platten (/dev/sda, /dev/sdb ...) empfohlen!&lt;br /&gt;
 update-grub &lt;br /&gt;
&lt;br /&gt;
6. chroot-Umgebung verlassen und neustarten&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>