Покажи Публикации - grint
* Виж публикациите на потр. | Виж темите на потр. | Виж прикачените файлове на потр
Страници: [1]
1  Linux секция за начинаещи / Настройка на програми / GRUB + Windows XP -: Jan 28, 2005, 13:33
Цитат
не трябва ли да е (hd0,1) ?

I thinks it'must be (hd0,0) for Windows XP,
from grub doc:

This boots GNU/Hurd from the first hard disk.
     # For booting GNU/Hurd
     title  GNU/Hurd
     root   (hd0,0)
     kernel /boot/gnumach.gz root=hd0s1
     module /boot/serverboot.gz

This boots GNU/Linux, but from the second hard disk.
     # For booting GNU/Linux
     title  GNU/Linux
     kernel (hd1,0)/vmlinuz root=/dev/hdb1
    


Цитат
title           Debian GNU/Linux, kernel 2.6.8-1-k7
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.10-1-k7 root=/dev/hdb1 hdd=ide-scsi devfs=mount ro
initrd          /boot/initrd.img-2.6.10-1-k7
savedefault
boot

title           Windows XP
root    (hd1,0)
makeactive
chainloader     +1

try(maybe it helps):
title           Debian GNU/Linux, kernel 2.6.8-1-k7
root            (hd1,0)
kernel          /boot/vmlinuz-2.6.10-1-k7 root=/dev/hdb1 hdd=ide-scsi devfs=mount ro
initrd          /boot/initrd.img-2.6.10-1-k7
savedefault
boot

title           Windows XP
root    (hd0,0)
makeactive
chainloader     +1
2  Linux секция за начинаещи / Настройка на програми / проблем с дебиан -: Jan 04, 2005, 13:13
Цитат
инсталацията протича нормално но когато грябва да се логна казва че е невалиден пробвах и без юзер и пак същото някякви идеи

When You reboot after first step instalation debian, You must answer for some questions aout configure your new Debian PC, One Q is root password and second is: add new user. Maybe you missed when type password for them?
Страници: [1]