[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/boot auf usb-stick mit grub



hallo,

ich wollte mein /boot-verzeichnis auf einen usb-stick umziehen und auch grub im mbr installieren. leider erscheint beim booten nur "GRUB " oben links in der ecke, und das wars. wenn noch dateien oder ausgaben fuer eine fehlerdiagnose fehlen, dann einfach melden.
hinweis: /dev/sda2 ist schon in /boot gemountet

gruesse,

timo


fdisk -l /dev/sda

Disk /dev/sda: 131 MB, 131072000 bytes
128 heads, 8 sectors/track, 250 cylinders
Units = cylinders of 1024 * 512 = 524288 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1         200      102396    6  FAT16
/dev/sda2             201         250       25600   83  Linux


grub-install /dev/sda

Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0)    /dev/fd0
(hd0)    /dev/sda


cat /boot/grub/menu.lst

default        0
timeout        5
color cyan/blue white/blue

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

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

title        memtest86
root        (hd0,1)
kernel        /memtest86.bin
boot



Reply to: