====== GRUB ======
Grand Unified Bootloader
Viele Tipps, Tricks, gut: [[http://linuxwiki.de/GRUB]]
[[reinstall_grub|Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out]]
[[http://www.linuxer.onlinehome.de/apps/grub.htm|Booten mit grub: Einführung(ger)]]
[[http://www.osnews.com/story/20743/Eeebuntu_2_0_SD_Card_Installation_on_the_Aspire_One|eeeBuntu Installation on SD-Card on Aspire One]]
[[http://gborn.blogger.de/stories/1203062/|Acer Aspire One dual boot (Linpus/XP)]]
[[http://wiki.ubuntuusers.de/GRUB|Grub konfigurieren]]
===== Eigenes Spashimage (Startbild) =====
Hintergrundbild erstellen mit: ([[imagemagick]])
convert -size 640x480 bild.jpg -resize 640x480 -colors 15 bild.xpm && gzip bild.xpm
/boot/grub/menu.lst (foreground background Textfarbe) Für diese Optionen sind keine "=" erforderlich.
splashimage (hd0,0)/grub/splash.xpm.gz
foreground ffffff
background 000000
[[http://ruslug.rutgers.edu/~mcgrof/grub-images/|Grub Splashimage HOWTO]]
===== Von serieller Schnittstelle booten =====
[[http://www.faqs.org/docs/Linux-HOWTO/Remote-Serial-Console-HOWTO.html]]
===== VGA Parameter =====
Quelle((http://linuxwiki.de/GRUB#VGA_Parameter))
Kernel VESA mode codes: (für VESA mode numbers einfach 0x200 abziehen)
für eine Auflösung von 1024x768 einfach den bootparameter vga=791 oder vga=0x317 nehmen. Nicht alle bootparameter funktionieren überall. Bis 1024x768 sollte jedoch immer gehen. Nochwas: framebuffer (kann) ist sehr langsam!
^**Codetabelle für VGA** ^^^^^^^^^^^^^^^^^
^^col/res ^^640x400 ^^640x480 ^^800x600 ^^1024x768 ^^1152x864 ^^1280x1024 ^^1600x1200 ^^1680x1050 ^^
^^2 (4bit) ||x ||x ||(770) ||x ||x ||x ||x || ||
^^256 (8bit) ||0x300 (768) ||0x301 (769) ||0x303 (771) ||0x305 (773) ||0x161 (353) ||0x307 (775) ||0x31C (796) ||0x368 (872) ||
^^32k (15bit) ||x ||0x310 (784) ||0x313 (787) ||0x316 (790) ||0x162 (354) ||0x319 (793) ||0x31D (797) || ||
^^64k (16bit) ||x ||0x311 (785) ||0x314 (788) ||0x317 (791) ||0x163 (355) ||0x31A (794) ||0x31E (798) || ||
^^16M (24bit) ||x ||0x312 (786) ||0x315 (789) ||0x318 (792) ||x ||0x31B (795) ||0x31F (799) || ||
^^16M (32bit) ||x ||x ||x ||x ||0x164 (356) ||x ||x ||0x369 (873) ||
{{tag>grub bootloader boot mbr lilo /boot/ spashimage}}