You are not logged in.
Pages: 1
Arch 0.7 (Wombat) 2.6.14.3
#sfdisk --list
Disk /dev/hda: 6296 silindir, 16 kafa, 63 sektör/iz
birimler = 516096 baytlık silindir, 1024 baytlık blok, 0'den başlayarak
silindir blok
Aygıt Önykl Balangıç Bitiş sayısı sayısı
/dev/hda1 * 0+ 65 66- 33263+ 83 Linux
/dev/hda2 66 586 521 262584 82 Linux swap / Solaris
/dev/hda3 587 6295 5709 2877336 83 Linux
/dev/hda4 0 - 0 0 0 Boş
Disk /dev/hdc: 9733 silindir, 255 kafa, 63 sektör/iz
birimler = 8225280 baytlık silindir, 1024 baytlık blok, 0'den başlayarak
silindir blok
Aygıt Önykl Balangıç Bitiş sayısı sayısı
/dev/hdc1 * 0+ 1416 1417- 11382021 c W95 FAT32 (LBA)
/dev/hdc2 1417 9731 8315 66790237+ f W95 Ext'd (LBA)
başlangıç: (sld,kafa,sekt) (1023,254,63) gerekirken (1023,0,1) b ulundu
/dev/hdc3 0 - 0 0 0 Boş
/dev/hdc4 0 - 0 0 0 Boş
/dev/hdc5 1417+ 9731 8315- 66790206 7 HPFS/NTFS
başlangıç: (sld,kafa,sekt) (1023,254,63) gerekirken (1023,1,1) b ulundu
# cat /etc/lilo.conf
#
# /etc/lilo.conf
#
boot=/dev/hda
# This line often fixes L40 errors on bootup
# disk=/dev/discs/disc0/disc bios=0x80
default=arch
timeout=30
lba32
prompt
image=/boot/vmlinuz26
label=arch
root=/dev/hda3
read-only
vga=773
other=/dev/hdc1
optional
label=Windows
table=/dev/hdc
# End of file
# pacman -Q lilo
lilo 22.7.1-1
When i select windows, it tells just "Loading windows" and then nothing...
TuX We TrusT
Offline
Try GRUB.
Offline
it was same problem with grub.
TuX We TrusT
Offline
I don't know if this help but i have this kind of options in lilo.conf
other=/dev/hda1
label=Windows
loader = "chainloader +1"
Offline
I don't use the table or loader option to boot in Windows. I don't really know what these options do. I have a single IDE HD and I only use:
other=/dev/hda1
label="WindowsXP"
Offline
loader = "chainloader +1" <--- doesn't work
i've tried all combinations.
like without table. without optional. /dev/discs/disc1/part1 (/dev/hdc1)
Still nothing
TuX We TrusT
Offline
Are you sure it's /dev/hdc1 that windows is installed on? I know I had trouble booting into my win partition until I realized I was pointing at the wrong one.
Also... isn't /dev/hdc1 -> /dev/discs/disc2/part1 ?
Offline
Yes i'm sure. it's /dev/hdc1
TuX We TrusT
Offline
What happens if you move lilo/grub loader to /dev/hda3 (or /dev/hda1, if this is a /boot partition) and try something like that as a primary loader?
The only time I had this issue (with lilo) it was a bios issue...
Microshaft delenda est
Offline
Pages: 1