Ihr Browser unterstützt keine modernen Stylesheets. Deshalb wird die Website nur als Text angezeigt.

Kontakt Mail & Web Ablaufschema Kickstart Bootloader LILO GRUB VNC Installation Systemmanagement
GRand Unifed Boatloader (GRUB)


Im Gegensatz zu LILO muß GRUB nicht erneut mit grub-install in den Bootsektor geschrieben werden, wenn die /boot/grub/grub.conf editiert wurde.
Bei Suse liegt die Konfigurationsdatei unter /boot/grub/menu.lst.

grub.conf


# grub.conf generated by anaconda
#

# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667.img

# VNC/Kickstart Installation keine Benutzerinteraktion ist notwendig, VNC wird nur zum Monitoren der Installation benutzt
title Fedora Core (remoteinstall)
root (hd0,0)
kernel /vmlinuz_remoteinstall vnc vncconnect=192.168.1.2 ks=http://www.haufschild.de/ks.cfg network=static ip=192.168.1.16 netmask=255.255.255.0 gateway=192.168.1.1 dns=192.168.1.1 device=eth0
initrd /initrd.img_remoteinstall

# Interaktive VNC Installation ohne Kickstart (ftp.tu-chemnitz.de)
title Fedora Core (remote)
root (hd0,1)
kernel /vmlinuz_remote vnc vncconnect=192.168.16.1 network=static ip=192.168.16.39 netmask=255.255.255.0 gateway=192.168.16.1 nameserver=192.168.16.1 ksdevice=eth0 method=ftp://134.109.132.98/pub/linux/fedora-core/4/i386/os/ lang=de_DE.UTF-8 keymap=de
initrd /initrd.img_remote

Um den Remote Kernel beim nächsten Reboot einmal zu starten :

linux# grub
grub> savedefault --default=[number of the new entry you created, i.e.: 1] --once
grub> quit
linux#




menu.lst


# Modified by YaST2. Last modification on Tue Jan 25 21:57:52 2005


color white/blue black/light-gray
default 0
timeout 8


title Fedora Core (remoteinstall)
kernel (hd0,0) /vmlinuz_remoteinstall vnc vncconnect=192.168.1.2 ks=http://www.haufschild.de/ks.cfg network=static ip=192.168.1.16 netmask=255.255.255.0 gateway=192.168.1.1 dns=192.168.1.1 device=eth0
initrd (hd0,0) /initrd.img_remoteinstall


###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.2
kernel (hd0,0)/vmlinuz root=/dev/sda3 vga=0x31a selinux=0 splash=silent resume=/dev/sda2 desktop elevator=as showopts
initrd (hd0,0)/initrd


###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
root (fd0)
chainloader +1


###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.2
kernel (hd0,0)/vmlinuz root=/dev/sda3 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd0,0)/initrd