Emess hat geschrieben:Wie wäre es mit ein wenig Info!
fstab, fdisk -l oder was sonst noch weiter helfen könnte!
Ich habe weiter gesucht und evtl. den Grund gefunden - in der /boot/grub/grub.cfg hat die automatischen Konfiguration zum Hochfahren auf
sd4 nicht richtig geklappt:
Code: Alles auswählen
menuentry "Debian GNU/Linux, kernel 2.6.26-2-686 ([b]on /dev/sd[/b]a4)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos4)'
search --no-floppy --fs-uuid --set cd702688-9292-4f08-a9a6-bfab84813aa8
linux /boot/vmlinuz-2.6.26-2-686 root=/dev/sda5 ro
initrd /boot/initrd.img-2.6.26-2-686
Ich denke, ich müsste das jetzt manuell editieren, oder?
Aber wie?
Oben in der Datei /boot/grub/grub.cfg heißt es:
Code: Alles auswählen
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
In der Datei /boot/grub/grub.cfg steht über den Einträgen, zu denen der von
/sda4 gehört, folgendes:
So weit, so gut, aber das ist ein script, bei dem ich keine 'Ahnung habe, was ich ändern sollte.
D. h. ich sollte ich wohl auch
darin nichts editierem, denn im
debian wiki steht für grub v2, man soll das file
/etc/default/grub editieren.
In dieser Datei steht aber bei mir nur
Code: Alles auswählen
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
]# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Ich schreibe die /boot/grub/grub.cfg mal nach paste :
http://nopaste.debianforum.de/35725