[linux] Re: Windows booten van /dev/hdc3 via lilo?

Jelle Boomstra nllgg op nietsch.dds.nl
Wo Jul 20 16:01:37 CEST 2005


> # Windows 95 bootable partition config begins
> other = /dev/hdc3
> label = Windows-95
> master-boot
> #boot-as=0x80
> # Windows 95 bootable partition config ends
>
> (hier heb ik overigens master-boot geprobeerd i.p.v. boot-as, maar dat
> werkte ook niet). Ik denk eigenlijk dat het de Win boot zelf is, waardoor
> het niet gaat.
>
> O ja, en vziw heb ik geen enkele keer vergeten lilo te draaien (dat zou
> natuurlijk ook nog kunnen)
Volgt een sample configuratie van grub die ook allerlei akeligheden uit 
redmond op kan starten. Zo te zien doen die wat meer magie dan jou 
lilo-configuratie. Als je het eng vind om grub direct op de mbr te 
installerenkan je het ook eerst op een flopje zetten en vanaf daar eerst met 
je config experimenteren. Zoek ff met google voor een howto hoe dat precies 
moet want details hou ik mij meestal niet mee bezig.

Misschien moet je 'het kan niet' interpreteren als 'het kan niet met lilo'?

#
# Sample boot menu configuration file
#

# Boot automatically after a minute. 
timeout 60

# By default, boot the second entry.
default 1

# Fallback to the first entry.
fallback 0

title Windows 2000 
unhide (hd0,0)
hide (hd0,1)
hide (hd0,2)
rootnoverify (hd0,0)
chainloader +1
makeactive

# For booting Linux
title  Linux
root (hd0,7)
kernel /boot/vmlinuz-2.2.17 root=/dev/hda8 video=matrox:vesa:261

title Windows 98
hide (hd0,0)
hide (hd0,1)
unhide (hd0,2)
rootnoverify (hd0,2)
chainloader +1
makeactive

title DOS 6.22
hide (hd0,0)
unhide (hd0,1)
hide (hd0,2)
rootnoverify (hd0,1)
chainloader +1
makeactive


-- 
met vriendelijke groeten,
Jelle Boomstra

http://linux-studie.nl



More information about the Linux mailing list