Pagina 1 di 1
Lilo e windows....non vanno!
Inviato: gio 6 ott 2005, 19:36
da Absolut
Allora ragazzi... ho reinstallato windows che mi serviva poi torno su slack e configuro il lolo segnalando che la partizione con cui fstab mi vede windows è hda5... de lo metto in lilo non va mi dice
root@derek:~# lilo -t
Warning: The boot sector and map file are on different disks.
Fatal: Partition entry not found.
se invece ci metto la vecchia indicazione hda1 non mi da errori ma ovviamente non parte windows quando lo seleziono!!! azz solutions?!
Inviato: gio 6 ott 2005, 19:38
da elettronicha
Posta l'esito di fdisk -l.
Inviato: gio 6 ott 2005, 19:38
da gallows
Posta fdisk -l e lilo.conf
EDIT: anticipato da elettronicha :P
Inviato: gio 6 ott 2005, 19:41
da Absolut
l'fdisk -l è
Disk /dev/hda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 2 5354 42997972+ f W95 Ext'd (LBA)
/dev/hda2 * 5355 14946 77047740 c W95 FAT32 (LBA)
/dev/hda5 2 5354 42997941 7 HPFS/NTFS
Disk /dev/hdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 12749 102406311 7 HPFS/NTFS
/dev/hdb2 12750 24792 96735397+ 83 Linux
Disk /dev/hdd: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 1913 15366141 83 Linux
/dev/hdd2 9901 9964 514080 82 Linux swap
/dev/hdd3 1914 9900 64155577+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sda: 20.0 GB, 20000267776 bytes
255 heads, 63 sectors/track, 2431 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
il lilo.conf invece è:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Windows bootable partition config begins
other = /dev/hda5
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdd1
label = Linux
read-only
# Linux bootable partition config ends
Inviato: ven 7 ott 2005, 2:54
da Eldiablo
Partition entry not found
The partition from which an other operating system should be booted isn't listed in the specified partition table. This either means that an incorrect partition table has been specified or that you're trying to boot from a logical partition. The latter usually doesn't work. You can bypass this check by omitting the partition table specification (e.g. omitting the variable table).
http://www-user.tu-chemnitz.de/~mibe/li ... ode74.html
Inviato: ven 7 ott 2005, 8:25
da Absolut
nada ragazzi anche commentando la riga table nn va!!! azzz!!! come faccio!???
Inviato: ven 7 ott 2005, 18:47
da Karma
mi pare di aver letto un problema simile a questo indirizzo:
http://forums.gentoo.org/viewtopic-t-34 ... plete.html
Lui l'ha risolto, mi pare facendo fsck delle partizioni dal livecd knoppix, prova a vedere se magari ti può essere utile.
In bocca al lupo