Ik heb nu het volgende in lilo.conf
maar hij boot nog steeds standaart in linux. Hij geeft ook nog steeds NT weer ipv WindowsXP.
K ben nog steeds linux noob dus als r iemand is die ff kan zeggen hoe ik het moet fixen bedankt!
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
| boot=/dev/hde
map=/boot/map
vga=normal
default=WindowsXP
keytable=/boot/us-latin1.klt
prompt
nowarn
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
ignore-table
disk=/dev/hde bios=0x80
image=/boot/vmlinuz
label=linux
root=/dev/hdf2
initrd=/boot/initrd.img
append="quiet devfs=mount hdg=ide-scsi"
vga=791
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hdf2
initrd=/boot/initrd.img
append="devfs=mount hdg=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hdf2
initrd=/boot/initrd.img
append="failsafe devfs=nomount hdg=ide-scsi"
read-only
other=/dev/hde1
label=WindowsXP
table=/dev/hde
other=/dev/fd0
label=floppy
unsafe |
maar hij boot nog steeds standaart in linux. Hij geeft ook nog steeds NT weer ipv WindowsXP.
K ben nog steeds linux noob dus als r iemand is die ff kan zeggen hoe ik het moet fixen bedankt!