Grub: boot einträge löschen

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
s20e6a14
Beiträge: 29
Registriert: 28.11.2004 15:05:13

Grub: boot einträge löschen

Beitrag von s20e6a14 » 16.07.2005 12:50:07

Hallo,
bei mir sieht das fenster folgendermaßen aus:
__________________________________________________
Debian GNU/Linux, kernel 2.6.8-2-k7
Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode)
Other operating systems:
Debian GNU/Linux, kernel 2.6.8-2-k7 (on /dev/hdb1)
Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode) (on /dev/hdb1)
__________________________________________________
jetzt möchte ich den Eintrag ab "Other operating system" löschen.
Wie mache ich das, da ich die Festplatte für meine Daten benutzen möchte?? und nicht mehr um ein 2tes debian system drauf zu haben.??

danke gruss s20e6a14

Benutzeravatar
Silke
Beiträge: 559
Registriert: 17.05.2005 15:58:20
Wohnort: Hannover
Kontaktdaten:

Beitrag von Silke » 16.07.2005 13:06:12

Moin,

du kannst natuerlich einfach die entsprechenden Eintraege in /boot/grub/menu.lst
loeschen. Das Debian auf /dev/hdb1 ist dann aber immer noch da, es taucht nur nicht
mehr im Bootmenue auf.

Gruss,
- Silke -
Der Vorteil der Klugheit liegt darin, dass man sich dumm stellen kann. Das Gegenteil ist schon schwieriger.
- Kurt Tucholsky -

s20e6a14
Beiträge: 29
Registriert: 28.11.2004 15:05:13

Beitrag von s20e6a14 » 03.09.2005 10:38:38

was muß ich löschen, dass der booteintrag von hde weg ist??

______________________________________________________________________

Code: Alles auswählen

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.           
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 444444444444
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## ## End Default Options ##

title		Debian GNU/Linux, kernel 2.6.8-2-k7 
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro 
initrd		/boot/initrd.img-2.6.8-2-k7
savedefault
boot

title		Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro single
initrd		/boot/initrd.img-2.6.8-2-k7
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hde1.
title		Debian GNU/Linux, kernel 2.6.8-2-k7 (on /dev/hde1)
root		(hd1,0)
kernel		/boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro 
initrd		/boot/initrd.img-2.6.8-2-k7
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hde1.
title		Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode) (on /dev/hde1)
root		(hd1,0)
kernel		/boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro single 
initrd		/boot/initrd.img-2.6.8-2-k7
savedefault
boot

Benutzeravatar
KBDCALLS
Moderator
Beiträge: 22449
Registriert: 24.12.2003 21:26:55
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Dortmund
Kontaktdaten:

Beitrag von KBDCALLS » 03.09.2005 11:54:06

Laß einfach mal

Code: Alles auswählen

update-grub

laufen , Und sieh nach was passiert.

Aber alles was darunter steht kan weg, inclusive der Zeile

Code: Alles auswählen

# This is a divider, added to separate the menu items below from the Debian 

Aber zur Vorsicht ne Kopie machen.
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.

EDV ist die Abkürzung für: Ende der Vernunft

Bevor du einen Beitrag postest:
  • Kennst du unsere Verhaltensregeln
  • Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.

Benutzeravatar
SilentWarrior
Beiträge: 61
Registriert: 14.02.2005 21:31:38

Beitrag von SilentWarrior » 03.09.2005 12:14:04

s20e6a14: Die Zeilen mit vorangestelltem Gatterzeichen (#) sind auskommentiert und werden von Grub nicht beachtet. Und wenn du dir die übrigen ansiehst, wirst du schnell erkennen, welche Zeilen zu ändern sind.

s20e6a14
Beiträge: 29
Registriert: 28.11.2004 15:05:13

Beitrag von s20e6a14 » 03.09.2005 13:33:35

;-)! ja die kommentare hab ich schon gelesen und auch soweit verstanden, dass ich behaupten kann, dass ich das was rot geschrieben ist gelöscht werden muß, da es sich aber um einen sehr wichtigen rechner handelt, frag ich lieber nach bevor dann plötzlich nichts mehr geht!:


______________________________________________________________________

Code: Alles auswählen

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.           
default		0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 444444444444
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## ## End Default Options ##

title		Debian GNU/Linux, kernel 2.6.8-2-k7 
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro 
initrd		/boot/initrd.img-2.6.8-2-k7
savedefault
boot

title		Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro single
initrd		/boot/initrd.img-2.6.8-2-k7
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hde1.
title Debian GNU/Linux, kernel 2.6.8-2-k7 (on /dev/hde1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.8-2-k7
savedefault
boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hde1.
title Debian GNU/Linux, kernel 2.6.8-2-k7 (recovery mode) (on /dev/hde1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.8-2-k7 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.8-2-k7
savedefault
boot

Benutzeravatar
KBDCALLS
Moderator
Beiträge: 22449
Registriert: 24.12.2003 21:26:55
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Dortmund
Kontaktdaten:

Beitrag von KBDCALLS » 03.09.2005 13:40:09

Das hast du schon Richtig erkannt, alles was Rot ist kann weg. Mach vorher eine Kopie , dann kannste die wieder zurückkopieren falls doch was schief gehen sollte wieder erwarten.

Diese Zeile

Code: Alles auswählen

### END DEBIAN AUTOMAGIC KERNELS LIST 


und was davor steht sollte unverändert bleiben bzw mit Vorsicht geändert werden, auch die Kommentare, die werden teilweise vom Script

Code: Alles auswählen

update-grub

ausgewertet. Also so ganz überflüssig sind die nicht wie behauptet.
Was haben Windows und ein Uboot gemeinsam?
Kaum macht man ein Fenster auf, gehen die Probleme los.

EDV ist die Abkürzung für: Ende der Vernunft

Bevor du einen Beitrag postest:
  • Kennst du unsere Verhaltensregeln
  • Lange Codezeilen/Logs gehören nach NoPaste, in Deinen Beitrag dann der passende Link dazu.

Antworten