yritin lahestya ongelmaa foorumin ohjeiden mukaan, mutta yksikaan ei nayttanyt soveltuvan minulle.
Yritin ensin kaynnistaa asennusta ja ohittaa levynhallintavaiheen formatoimatta mitaan osiota. Asennus kaatui...
Yritin asentaa mounttaamalla kiintolevyn hda1 ja tehda sille grubin uudelleenasennuksen. Koneen hda1 osiol on ntfs osio, jolle asentelin windows vistan. Grub pitaisi siis saada talle osiolle.
nain tein:
levyn mounttaus:
ubuntu@ubuntu:/media$ sudo mkdir hda1
ubuntu@ubuntu:/media$ sudo mount -t ntfs /dev/hda1 /media/hda1/
varmistetaan tuliko mountattua:
ubuntu@ubuntu:/media$ mount
unionfs on / type unionfs (rw)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
lrm on /lib/modules/2.6.15-23-386/volatile type tmpfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/hda1 on /media/hda1 type ntfs (rw)
yritetaan grubin uudelleenasennusta:
ubuntu@ubuntu:/media$ sudo grub-install /media/hda1
Probing devices to guess BIOS drives. This may take a long time.
Format of install_device not recognized.
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.
-h, --help print this message and exit
-v, --version print the version information and exit
--root-directory=DIR install GRUB images under the directory DIR
instead of the root directory
--grub-shell=FILE use FILE as the grub shell
--no-floppy do not probe any floppy drive
--force-lba force GRUB to use LBA mode even for a buggy
BIOS
--recheck probe a device map even if it already exists
INSTALL_DEVICE can be a GRUB device name or a system device filename.
grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.
Report bugs to <bug-grub@gnu.org>.
Mika on vialla