Danke, ich bin heute etwas blind^^
1. Code:
benne@heaven:~> grep -i Type /etc/sysconfig/bootloader
## Type: list(grub,lilo,none)
# Type of bootloader in use.
LOADER_TYPE="grub"
## Type: list(floppy,mbr,root,boot,custom,none)
2. Code:
benne@heaven:~> grep -i location /etc/sysconfig/bootloader
# Location of boot loader.
LOADER_LOCATION=""
????
3. Code:
benne@heaven:~> cat /etc/sysconfig/bootloader
## 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=""
4. Code:
localhost:/home/benne # fdisk -l
Platte /dev/hda: 82.3 GByte, 82348277760 Byte
255 heads, 63 sectors/track, 10011 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/hda1 1 3824 30716248+ 7 HPFS/NTFS
/dev/hda2 3825 5787 15767797 b W95 FAT32
/dev/hda3 * 5788 9861 32724405 83 Linux
/dev/hda4 9862 10011 1204875 5 Erweiterte
/dev/hda5 9862 10011 1204843+ 82 Linux Swap / Solaris
Platte /dev/sda: 262 MByte, 262144000 Byte
16 heads, 32 sectors/track, 1000 cylinders
Einheiten = Zylinder von 512 × 512 = 262144 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 1 1000 255984 6 FAT16
Partition 1 hat unterschiedliche phys./log. Enden:
phys=(998, 15, 32) logisch=(999, 15, 32)
Platte /dev/sdb: 163.9 GByte, 163928604672 Byte
255 heads, 63 sectors/track, 19929 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 1 13959 112125636 c W95 FAT32 (LBA) Code:
localhost:/home/benne # cat /etc/fstab
/dev/hda3 / ext3 acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda2 /windows/D vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hda5 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/fd0 /media/floppy auto noauto,user,sync 0 0
Lesezeichen