problem dual booting with a 200 ntfs partition
I'm trying to dual boot linux with a 200 gig ntfs partition and i'm
having some problems. Lilo says it cant see the ntfs partition and
wont boot it (Fatal Partition entry not found). My linux drive is
40 gig and set to primary master, my windows drive is 200 gig ntfs set
to secondary master.
Heres a copy of my lilo.conf:
boot=/dev/hde
map=/boot/map
default=linux
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
disk=/dev/hde bios=0x80
disk=/dev/hdg bios=0x81
image=/boot/vmlinuz
label=linux
root=/dev/hde1
initrd=/boot/initrd.img
append="devfs=mount hdd=ide-scsi quiet"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hde1
initrd=/boot/initrd.img
append="devfs=mount hdd=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hde1
initrd=/boot/initrd.img
append="devfs=nomount hdd=ide-scsi failsafe"
read-only other=/dev/fd0
label=floppy
unsafe
other=/dev/hde
label=XP
table=/dev/hdg
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
Heres some dmesg info about my drives, in case i just have the mapping
wrong:
PDC20276: IDE controller on PCI bus 02 dev 60
PDC20276: chipset revision 1 PDC20276: not 100% native mode: will
probe irqs later
PDC20276: (U)DMA Burst Bit ENABLED Primary MASTER Mode Secondary
MASTER Mode.
ide2: BM-DMA at 0x9400-0x9407, BIOS settings: hde:pio, hdf:pio
ide3: BM-DMA at 0x9408-0x940f, BIOS settings: hdg:pio, hdh:pio
hdc: SONY DVD-ROM DDU1611, ATAPI CD/DVD-ROM drive
hdd: IOMEGA ZIP 250 ATAPI, ATAPI FLOPPY drive
hde: WDC WD400BB-53CLB0, ATA DISK drive
hdg: WDC WD2000JB-34EVA0, ATA DISK drive
ide1 at 0x170-0x177,0x376 on irq 15
ide2 at 0x8400-0x8407,0x8802 on irq 18
ide3 at 0x8c00-0x8c07,0x9002 on irq 18
hde: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=77545/16/63,
UDMA(33)
hdg: 390721968 sectors (200050 MB) w/8192KiB Cache, CHS=24321/255/63,
UDMA(33)
Partition check: /dev/ide/host2/bus0/target0/lun0:<6> [PTBL]
[4865/255/63] p1 p2 < p5 p6 >
/dev/ide/host2/bus1/target0/lun0: p1
Re: problem dual booting with a 200 ntfs partition
On Mon, 3 Nov 2003, it was written:
[color=blue]
> I'm trying to dual boot linux with a 200 gig ntfs partition and i'm
> having some problems. Lilo says it cant see the ntfs partition and
> wont boot it (Fatal Partition entry not found). My linux drive is
> 40 gig and set to primary master, my windows drive is 200 gig ntfs set
> to secondary master.
>
> Heres a copy of my lilo.conf:
>
> boot=/dev/hde
> map=/boot/map
> default=linux
> keytable=/boot/us.klt
> prompt
> nowarn
> timeout=100
> message=/boot/message
> menu-scheme=wb:bw:wb:bw
> disk=/dev/hde bios=0x80
> disk=/dev/hdg bios=0x81
> image=/boot/vmlinuz
> label=linux
> root=/dev/hde1
> initrd=/boot/initrd.img
> append="devfs=mount hdd=ide-scsi quiet"
> vga=788
> read-only
> image=/boot/vmlinuz
> label=linux-nonfb
> root=/dev/hde1
> initrd=/boot/initrd.img
> append="devfs=mount hdd=ide-scsi"
> read-only
> image=/boot/vmlinuz
> label=failsafe
> root=/dev/hde1
> initrd=/boot/initrd.img
> append="devfs=nomount hdd=ide-scsi failsafe"
> read-only other=/dev/fd0
> label=floppy
> unsafe
>
> other=/dev/hde[/color]
Ok, this is merely a guess, but shouldn't that be /dev/hdg ?
[color=blue]
> label=XP
> table=/dev/hdg
> map-drive=0x80
> to=0x81
> map-drive=0x81
> to=0x80[/color]
--
Eternal Lands: [url]www.eternal-lands.com[/url]
Re: problem dual booting with a 200 ntfs partition
disk=/dev/hde bios=0x80 is my linux drive and the other is my windows
drive.
I messed with the mapping for like an hour, i'm not completely sure
thats the problem but i'll take your advice anyway and give it a try
On Mon, 3 Nov 2003 17:27:01 +0100, "G.W.M. Vissers"
<vissers@theochem.kun.nl> wrote:
[color=blue]
>On Mon, 3 Nov 2003, it was written:
>[color=green]
>> I'm trying to dual boot linux with a 200 gig ntfs partition and i'm
>> having some problems. Lilo says it cant see the ntfs partition and
>> wont boot it (Fatal Partition entry not found). My linux drive is
>> 40 gig and set to primary master, my windows drive is 200 gig ntfs set
>> to secondary master.
>>
>> Heres a copy of my lilo.conf:
>>
>> boot=/dev/hde
>> map=/boot/map
>> default=linux
>> keytable=/boot/us.klt
>> prompt
>> nowarn
>> timeout=100
>> message=/boot/message
>> menu-scheme=wb:bw:wb:bw
>> disk=/dev/hde bios=0x80
>> disk=/dev/hdg bios=0x81
>> image=/boot/vmlinuz
>> label=linux
>> root=/dev/hde1
>> initrd=/boot/initrd.img
>> append="devfs=mount hdd=ide-scsi quiet"
>> vga=788
>> read-only
>> image=/boot/vmlinuz
>> label=linux-nonfb
>> root=/dev/hde1
>> initrd=/boot/initrd.img
>> append="devfs=mount hdd=ide-scsi"
>> read-only
>> image=/boot/vmlinuz
>> label=failsafe
>> root=/dev/hde1
>> initrd=/boot/initrd.img
>> append="devfs=nomount hdd=ide-scsi failsafe"
>> read-only other=/dev/fd0
>> label=floppy
>> unsafe
>>
>> other=/dev/hde[/color]
>
>Ok, this is merely a guess, but shouldn't that be /dev/hdg ?
>[color=green]
>> label=XP
>> table=/dev/hdg
>> map-drive=0x80
>> to=0x81
>> map-drive=0x81
>> to=0x80[/color][/color]
Re: problem dual booting with a 200 ntfs partition
no dice, still says partition entry not found
On Mon, 3 Nov 2003 17:27:01 +0100, "G.W.M. Vissers"
<vissers@theochem.kun.nl> wrote:
[color=blue]
>On Mon, 3 Nov 2003, it was written:
>[color=green]
>> I'm trying to dual boot linux with a 200 gig ntfs partition and i'm
>> having some problems. Lilo says it cant see the ntfs partition and
>> wont boot it (Fatal Partition entry not found). My linux drive is
>> 40 gig and set to primary master, my windows drive is 200 gig ntfs set
>> to secondary master.
>>
>> Heres a copy of my lilo.conf:
>>
>> boot=/dev/hde
>> map=/boot/map
>> default=linux
>> keytable=/boot/us.klt
>> prompt
>> nowarn
>> timeout=100
>> message=/boot/message
>> menu-scheme=wb:bw:wb:bw
>> disk=/dev/hde bios=0x80
>> disk=/dev/hdg bios=0x81
>> image=/boot/vmlinuz
>> label=linux
>> root=/dev/hde1
>> initrd=/boot/initrd.img
>> append="devfs=mount hdd=ide-scsi quiet"
>> vga=788
>> read-only
>> image=/boot/vmlinuz
>> label=linux-nonfb
>> root=/dev/hde1
>> initrd=/boot/initrd.img
>> append="devfs=mount hdd=ide-scsi"
>> read-only
>> image=/boot/vmlinuz
>> label=failsafe
>> root=/dev/hde1
>> initrd=/boot/initrd.img
>> append="devfs=nomount hdd=ide-scsi failsafe"
>> read-only other=/dev/fd0
>> label=floppy
>> unsafe
>>
>> other=/dev/hde[/color]
>
>Ok, this is merely a guess, but shouldn't that be /dev/hdg ?
>[color=green]
>> label=XP
>> table=/dev/hdg
>> map-drive=0x80
>> to=0x81
>> map-drive=0x81
>> to=0x80[/color][/color]