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

Re: XP через grub. Блин!



Oleg Tsymaenko wrote:
Ну давайте сюда

fdisk -l
cat /boot/grub/device.map
cat /boot/grub/menu.lst

fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        2432    19535008+   7  HPFS/NTFS
/dev/sda2            2433       13374    87891615   83  Linux
/dev/sda3           13375       14347     7815622+   f  W95 Ext'd (LBA)
/dev/sda4           14348       14593     1975995   82  Linux swap / Solaris
/dev/sda5           13375       14347     7815591    b  W95 FAT32

cat /boot/grub/device.map
(hd0)   /dev/sda

cat /boot/grub/menu.lst

default         0
timeout         5
color cyan/blue white/blue

title           Debian GNU/Linux, kernel 2.6.18-4-686
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.18-4-686 root=/dev/sda2 ro
initrd          /boot/initrd.img-2.6.18-4-686
savedefault

title           Debian GNU/Linux, kernel 2.6.18-4-686 (single-user mode)
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.18-4-686 root=/dev/sda2 ro single
initrd          /boot/initrd.img-2.6.18-4-686
savedefault

title           Microsoft Windows XP Professional RU
root            (hd0,0)
savedefault
makeactive
chainloader     +1

--
Peter Teslenko



Reply to: