Hallo Liebe Arch Gemeinde!
Gestern passierte der Super GAU was Rechnertechnisch so passieren konnte... Durch einen doofen Tippfehler in der Konsole habe ich meine /boot/grub/menu.lst zerschossen gehhabt... Zum Glück hatte ich einige Tage zuvor mit partimage ein Backup meines System erstellt gehabt....
Also spielste ich die Entsprechende Datei zurück auf meine Festplatte und Arch bootete wieder ohne zu murren!
Nun wollte ich nur mal zur Sicherheit Fragen, ob meine Grub richtig konfiguriert ist....Weil das System komischerweise so ca. 2-3 Sekunden nur ein blinkendes "_" anzeigt... Bevor dann das "berühmte" Loading Stage 2 kommt"....
Es kann alles nur Einbildung sein, aber vielleicht is da ja was verdreht....
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 2
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/741bc0c9-4543-4a34-b49d-dadbd83d198b ro vga=795 quiet
initrd /kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26-fallback.img
Danke für eure Hilfe!