Most of yesterday I was fighting GRUB.
At long last I can get into 7.10, but my Win 2000 - oh no. It stay on "Starting up" forever, nothing happens.
The disks:
where
sda =/
hda = /home
sdb1 = windows
SDB2= swap
menu.list:
What can I do to make W2000 start?
At long last I can get into 7.10, but my Win 2000 - oh no. It stay on "Starting up" forever, nothing happens.
The disks:
Code:
sudo fdisk -l Disk /dev/hda: 28.5 GB, 28520497152 bytes 255 heads, 63 sectors/track, 3467 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x0f5a8cdf Device Boot Start End Blocks Id System /dev/hda1 * 1 3467 27848646 83 Linux Disk /dev/sda: 9105 MB, 9105018880 bytes 255 heads, 63 sectors/track, 1106 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00054b55 Device Boot Start End Blocks Id System /dev/sda1 1 1106 8883913+ 83 Linux Disk /dev/sdb: 2161 MB, 2161218560 bytes 255 heads, 63 sectors/track, 262 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xb6a889b9 Device Boot Start End Blocks Id System /dev/sdb1 * 1 227 1823346 7 HPFS/NTFS /dev/sdb2 228 262 281137+ 82 Linux swap / Solaris
sda =/
hda = /home
sdb1 = windows
SDB2= swap
menu.list:
Code:
title Velg operativsystem makeactive Title ----------------------------------------------------------- title Ubuntu 7.10 Gutsy Gibbon root (hd0,0) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e3eae914-207d-4e7a-af6f-bbf35241c32a ro quiet splash initrd /boot/initrd.img-2.6.22-14-generic quiet title Windows 2000 root (hd1,0) savedefault makeactive chainloader +1 title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e3eae914-207d-4e7a-af6f-bbf35241c32a ro single initrd /boot/initrd.img-2.6.22-14-generic title Ubuntu 7.10, memtest86+ root (hd0,0) kernel /boot/memtest86+.bin quiet
Comment