Muuten kyllä hakemistoon media/windows olen laittanut ntfs:n ja Widowsin tiedostot näkyvät siellä, mutta bootti menu ei näytä sitä ymmärtävän.
Grub (tai Lilo), käynnistävät käyttöjärjestelmän, eikä sillä ole suoranaista merkistystä, mikä tiedostojärjestelmä osiolla on.
Oletuksena ei mitään ntfs-osiota liitetä, vaan järjestelmän käynnistin käynnistetään.
Mitä pitäis tehdä?
Tulosta komennon tuloste:
sudo fdisk -l
Sekä tiedosto /etc/grub/menu.lst:
sudo cat /boot/grub/menu.lst
Eiköhän noita vertailemalla jokin Guru pysty ongelman selvittämään.
Itsessään tiedosto /etc/grub/menu.lst on varsin informatiivinen, joten
ehkä ongelma selviäisi jo kurkkailemalla sitä.
Grubin virheilmoituksia:
http://www.uruk.org/orig-grub/errors.html
Ei vain selviä. Olisiko joku, joka osaisi kertoa missä on vika? Tässä tulostuksia:
sudo fdisk -l:n
Levy /dev/hda: 10.2 Gt, 10242892800 tavua
255 päätä, 63 sektoria/ura, 1245 sylinteriä
Yksiköt = 16065 * 512 = 8225280 -tavuiset sylinterit
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/hda1 * 1 1190 9558643+ 83 Linux
/dev/hda2 1191 1245 441787+ 5 Laajennettu
/dev/hda5 1191 1245 441756 82 Linux / Solaris heittovaihtotiedosto
Levy /dev/hdb: 41.1 Gt, 41174138880 tavua
255 päätä, 63 sektoria/ura, 5005 sylinteriä
Yksiköt = 16065 * 512 = 8225280 -tavuiset sylinterit
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/hdb1 * 1 1322 10618933+ 7 HPFS/NTFS
/dev/hdb2 1323 5005 29583697+ f W95 Laaj (LBA)
/dev/hdb5 1323 5005 29583666 7 HPFS/NTFS
root@a81-197-121-3:~#
ja menu.lst
root@a81-197-121-3:~# sudo cat /boot/grub/menu.lst
# menu.lst - See: grub(
, info grub, update-grub(
# grub-install(
, grub-floppy(
,
# 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 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# 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 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
title Windows 95/98/NT/2000
root (hd1,0)
savedefault
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 specific 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_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## 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
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) 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
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Ubuntu, kernel 2.6.20-15-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-386
savedefault
title Ubuntu, kernel 2.6.20-15-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.20-15-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.20-15-386
title Ubuntu, kernel 2.6.17-11-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-11-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.17-11-386
savedefault
title Ubuntu, kernel 2.6.17-11-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-11-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.17-11-386
title Ubuntu, kernel 2.6.15-28-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-28-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.15-28-386
savedefault
title Ubuntu, kernel 2.6.15-28-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-28-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.15-28-386
title Ubuntu, kernel 2.6.15-27-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-27-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.15-27-386
savedefault
title Ubuntu, kernel 2.6.15-27-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-27-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.15-27-386
title Ubuntu, kernel 2.6.15-26-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-386
savedefault
title Ubuntu, kernel 2.6.15-26-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.15-26-386
title Ubuntu, kernel 2.6.15-25-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-25-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.15-25-386
savedefault
title Ubuntu, kernel 2.6.15-25-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-25-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.15-25-386
title Ubuntu, kernel 2.6.12-10-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.12-10-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.12-10-386
savedefault
title Ubuntu, kernel 2.6.12-10-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.12-10-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.12-10-386
title Ubuntu, kernel 2.6.12-9-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.12-9-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro quiet splash
initrd /boot/initrd.img-2.6.12-9-386
savedefault
title Ubuntu, kernel 2.6.12-9-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.12-9-386 root=UUID=f0d162f0-40ef-464b-8d5e-168ca037f1c9 ro single
initrd /boot/initrd.img-2.6.12-9-386
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
root@a81-197-121-3:~#