OK thx, schon mitbekommen schon wieder mal zuwenig Infos, sorry Fehler meinerseits.
All diese Angaben wurden als failsafe angemeldet durchgeführt,
weis nicht ob euch das etwas hilft.
Werde in ca. 2 std wenn ich etwas zeit habe dann die Kernelangaben posten, vieleicht fällt euch ja schon hier etwas auf,hier mal alle angaben zum Bootmanager
Allso :
Der Befehl :
grep -i Type /etc/sysconfig/bootloader
Code:
## Type: list(grub,lilo,none)
# Type of bootloader in use.
LOADER_TYPE="grub"
## Type: list(floppy,mbr,root,boot,custom,none)
Der Befehl :
grep -i location /etc/sysconfig/bootloader
Code:
# Location of boot loader.
LOADER_LOCATION=""
Der Befehl :
cat /etc/sysconfig/bootloader
Code:
## Path: System/Bootloader
## Description: Bootloader configuration
## Type: list(grub,lilo,none)
## Default: grub
#
# Type of bootloader in use.
# For making the change effect run bootloader configuration tool
# and configure newly selected bootloader
#
#
LOADER_TYPE="grub"
## Path: System/Bootloader
## Description: Bootloader configuration
## Type: list(floppy,mbr,root,boot,custom,none)
## Default: mbr
#
# Location of boot loader.
# For making the change effect run bootloader configuration tool
#
#
LOADER_LOCATION=""
Der Befehl :
bash: fdisk: command not found
Der Befehl :
cat /etc/fstab
Code:
/dev/sda6 / reiserfs acl,user_xattr 1 1
/dev/sda7 /home reiserfs acl,user_xattr 1 2
/dev/sda1 /windows/C ntfs ro,users,gid=users,umask=00 02,nls=utf8 0 0
/dev/sda5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/hdc /media/dvdram subfs noauto,fs=cdfss,ro,procuid, nosuid,nodev,exec,iocharset=utf8 0 0
Der Befehl
cat /boot/grub/menu.lst
Code:
# Modified by YaST2. Last modification on Sa Feb 3 21:58:29 CET 2007
color white/blue black/light-gray
default 1
timeout 8
gfxmenu (hd0,5)/boot/message
###Don't change this comment - YaST2 identifier: Original name: 2.6.16.21-0.25-smp###
title 2.6.16.27-0.6-smp Sepps Linux
root (hd0,5)
kernel /boot/vmlinuz-2.6.16.27-0.6-smp root=/dev/sda7 vga=793 resume=/dev/sda5 splash=silent showopts
initrd /boot/vmlinuz-2.6.16.27-0.6-smp
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe --
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
Und der letzte :
cat /boot/grub/device.map
Lesezeichen