tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
Je kan hem o.a. aanmaken met liloconfig, heb je het programma niet kan je hem ook nog zelf d'r in schrijven oid
Zo'n ding ziet er zoiets uit;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| # LILO configuration file # generated by 'liloconfig' # # Start LILO global section boot = /dev/hda timeout = 5 prompt default = linux vga = normal read-only image = /boot/vmlinuz-2.2.19 root = /dev/hda1 label = linux image = /vmlinuz root = /dev/hda1 label = linux2216 |
Verwijderd
'linear' in je /etc/lilo.conf weghalen en 'lba32' erinzetten wil nogal eens helpen.Op zaterdag 29 september 2001 21:46 schreef tassadar71 het volgende:
ik kreeg dezelfde error maar dat was omdat ik 1024 of meer cilinders had, en daar kan lilo niet mee omgaan, oftewel, geen lilo gebruike maar een bootflop....
En anders: gebruik GRUB.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| boot = /dev/hde vga = 771 read-only menu-scheme = Wg:kw:Wg:Wg lba32 prompt timeout = 80 message = /boot/message image = /boot/vmlinuz label = linux root = /dev/hdg8 image = /boot/vmlinuz.suse label = suse root = /dev/hdg8 optional other = /dev/hde1 label = windows image = /boot/memtest.bin label = memtest86 |
En waarom kan ik niet copy & pasten vanuit een progsel NAAR netschaap 6 [linux] !?!
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
Verwijderd
Dus: ik denk dat wanneer je die installeert (kan je bij www.freshmeat.net wel vinden) zal je je probleem oplossen.
Tot die tijd: gebruik een rescue disk en start op met
linux root=/dev/<hda,b,c/1,2,3,..> kom je wel uit.
Je zou toch verw88 dat bij SuSe 7.2 al een nieuwe zal zitten...Op zaterdag 29 september 2001 22:16 schreef SeWPKiP het volgende:
De nieuwste lilo kan wel gebruik maken van grote partities.
Dus: ik denk dat wanneer je die installeert (kan je bij www.freshmeat.net wel vinden) zal je je probleem oplossen.
Tot die tijd: gebruik een rescue disk en start op met
linux root=/dev/<hda,b,c/1,2,3,..> kom je wel uit.
Maar sjahm ik ga het proberen.
P.S: Klopt deze lilo.conf een beetje?
[Edit]
okay ik heb die nieuwe LiLo gedownload, maar hoe moet ik 'm installeren? [ben een echte linux newbie op dit gebied]
de readme file zegt:
LILO update
- - - - - -
Before updating to a new version of LILO, you should read at least the file
INCOMPAT which describes incompatibilities with previous releases.
After that, the initial steps are the same as for a first time
installation: extract all files, configure the Makefile, run make to
build the executables and run make install to install the files.
The old versions of boot.b, chain.b, etc. are automatically renamed to
boot.old, chain.old, etc. This is done to ensure that you can boot even if
the installation procedure does not finish. boot.old, chain.old, etc. can
be deleted after the map file is rebuilt.
Because the locations of boot.b, chain.b, etc. have changed and because the
map file format may be different too, you have to update the boot sector
and the map file. Run /sbin/lilo to do this.
Ik moet dus de "makefile" editen?
Maar WAT moet ik editen? die file is namelijk niet echt klein, en het meeste is net zo onbegrijpbaar als een zeldzaam turks dialect.
en dan "make install" inrammen in de console?
[edit2]
root@spc:/ > lilo -L
Ignoring entry 'lba32' wtf! warom ignored 'ie dat?
Added linux *
Added suse
Added windows
Added memtest86
[/edit2]
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
Verwijderd
Het zou kunnen dan de syntax verandert is in de nieuwe versie, maar daar kom je dan wel snel genoeg achter.
Zoniet: man lilo bestaat absoluut in de nieuwste versie ook wel.
het is versie 21.6 lijkt me toch een vrij recente versie..
Eeuwige n00b
bash: exec: /bin/Laden: cannot execute: No such file or directory
Verwijderd
(als in Master Boot Record ) en opnieuw beginnen....
seen that.. done that..
Alternatief is na de installatie, voor de reboot een boot flop maken, daar is een commando voor ( korsakov ) en dan kan je die weer gebruiken.
Ignoring entry 'lba32'
Added linux *
Added suse
Added windows
Added memtest86
Waarom wil 'ie geen LBA32 doen?
root@spc:/ > /sbin/lilo -L -t -v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| LILO version 21.6 (test mode), Copyright (C) 1992-1998 Werner Almesberger Linux Real Mode Interface library Copyright (C) 1998 Josh Vanderhoof Development beyond version 21 Copyright (C) 1999-2000 John Coffman Released 04-Oct-2000 and compiled at 21:55:07 on May 15 2001. Ignoring entry 'lba32' Reading boot sector from /dev/hdg8 Merging with /boot/boot.b Mapping message file /boot/message Boot image: /boot/vmlinuz Added linux * Boot image: /boot/vmlinuz.suse Added suse Boot other: /dev/hde1, on /dev/hde, loader /boot/chain.b Added windows Boot image: /boot/memtest.bin Added memtest86 The boot sector and the map file have *NOT* been altered. |
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
root@spc:/home/elwin > /sbin/lilo -L
geeft:
1
2
3
4
5
| Ignoring entry 'lba32' Added linux * Added suse Added windows Added memtest86 |
> /sbin/lilo -v -v -v -L>/boot/lilo.log 2>/boot/lilo.logerr
> cat /boot/lilo.logerrr
1
| Ignoring entry 'lba32' |
> cat /boot/lilo.log
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
38
39
40
41
42
43
44
45
46
47
48
49
50
| LILO version 21.6, Copyright (C) 1992-1998 Werner Almesberger
Linux Real Mode Interface library Copyright (C) 1998 Josh Vanderhoof
Development beyond version 21 Copyright (C) 1999-2000 John Coffman
Released 04-Oct-2000 and compiled at 21:55:07 on May 15 2001.
Reading boot sector from /dev/hdg8
Merging with /boot/boot.b
Device 0x2206: BIOS drive 0x80, 255 heads, 4865 cylinders,
63 sectors. Partition offset: 39086208 sectors.
Secondary loader: 13 sectors.
Device 0x2206: BIOS drive 0x80, 255 heads, 4865 cylinders,
63 sectors. Partition offset: 39086208 sectors.
Mapping message file /boot/message
Device 0x2206: BIOS drive 0x80, 255 heads, 4865 cylinders,
63 sectors. Partition offset: 39086208 sectors.
Message: 270 sectors.
Boot image: /boot/vmlinuz
Device 0x2206: BIOS drive 0x80, 255 heads, 4865 cylinders,
63 sectors. Partition offset: 39086208 sectors.
Setup length is 10 sectors.
Mapped 3434 sectors.
Added linux *
<dev=0xb0,hd=84,cyl=124,sct=231>
"ro root=2208 BOOT_FILE=/boot/vmlinuz"
Boot image: /boot/vmlinuz.suse
Device 0x2206: BIOS drive 0x80, 255 heads, 4865 cylinders,
63 sectors. Partition offset: 39086208 sectors.
Setup length is 10 sectors.
Mapped 3434 sectors.
Added suse
<dev=0xb0,hd=84,cyl=124,sct=252>
"ro root=2208 BOOT_FILE=/boot/vmlinuz.suse"
Boot other: /dev/hde1, on /dev/hde, loader /boot/chain.b
Device 0x2101: BIOS drive 0x80, 255 heads, 2495 cylinders,
63 sectors. Partition offset: 63 sectors.
Mapped 6 (4+1+1) sectors.
Added windows
<dev=0xb0,hd=84,cyl=125,sct=78>
"ro"
Boot image: /boot/memtest.bin
Device 0x2206: BIOS drive 0x80, 255 heads, 4865 cylinders,
63 sectors. Partition offset: 39086208 sectors.
Setup length is 4 sectors.
Mapped 268 sectors.
Added memtest86
<dev=0xb0,hd=84,cyl=125,sct=83>
"ro BOOT_FILE=/boot/memtest.bin"
/boot/boot.2208 exists - no backup copy made.
Map file size: 28160 bytes.
Writing boot sector. |
> fdisk -l
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Disk /dev/hde: 255 heads, 63 sectors, 2495 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hde1 * 1 1275 10241406 c Win95 FAT32 (LBA) /dev/hde2 1276 2494 9791617+ f Win95 Ext'd (LBA) /dev/hde5 1276 2494 9791586 c Win95 FAT32 (LBA) Disk /dev/hdg: 255 heads, 63 sectors, 4865 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hdg1 2 4865 39070080 f Win95 Ext'd (LBA) /dev/hdg5 2 2433 19535008+ b Win95 FAT32 /dev/hdg6 2434 2436 24066 83 Linux /dev/hdg7 2437 2502 530113+ 82 Linux swap /dev/hdg8 2503 4865 18980766 83 Linux Disk /dev/hdh: 255 heads, 63 sectors, 2480 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hdh1 2 2480 19912567+ f Win95 Ext'd (LBA) /dev/hdh5 2 2480 19912536 b Win95 FAT32 |
Waarom wil LiLo nog steeds niks doen?
vmlinuz en vmlinuz.suse etc staan op /dev/hdg6
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| root@spc:/home/elwin > cat /etc/lilo.conf boot = /dev/hde1 vga = 771 read-only menu-scheme = Wg:kw:Wg:Wg lba32 prompt timeout = 80 message = /boot/message image = /boot/vmlinuz label = linux root = /dev/hdg8 image = /boot/vmlinuz.suse label = suse root = /dev/hdg8 optional other = /dev/hde1 label = windows image = /boot/memtest.bin label = memtest86 |
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
Verwijderd
Wat heeft fdisk /mbr hier mee te maken? Ik zie het wel meer mensen zeggen, maar dit is absoluut onnodig. Met /sbin/lilo zet je lilo al opnieuw in het MBR. Daar heb je echt geen fdisk van te voren voor nodig.Op zondag 30 september 2001 04:06 schreef Quapa het volgende:
fdisk /mbr
(als in Master Boot Record ) en opnieuw beginnen....
seen that.. done that..
Alternatief is na de installatie, voor de reboot een boot flop maken, daar is een commando voor ( korsakov ) en dan kan je die weer gebruiken.
Tja je hebt de optie "lba32" al in je lilo.conf staan. MEt de switch -L achter de binary lilo breik je hetzelfde. Vandaar dat hij die melding geeft. Overigens is het geen foutmelding hoor. Hij heeft het gewoon goed uitgevoerd allemaal. Als je de -L switch niet gebruikt zul je zien, dat hij de melding waarschijnlijk niet geeft.Op zondag 30 september 2001 16:06 schreef -=!ME!=- het volgende:
FF wat meer info geven:
root@spc:/home/elwin > /sbin/lilo -L
geeft:
code:
1 2 3 4 5 Ignoring entry 'lba32' Added linux * Added suse Added windows Added memtest86
Een minder goede oplossing is "lba32" uit je lilo.conf halen, maar dan moet je altijd de -L switch bij de binary gebruiken.
Tja en een inkoppertje: In je BIOS staat het toch wel op LBA ingesteld he
nee, want me schijven zitten op een ATA-66 controller. en die heeft AFAIK geen bios ofzow [TOCH?, Promise ata-66 kaartje]Op zondag 30 september 2001 18:48 schreef nelske het volgende:
Tja en een inkoppertje: In je BIOS staat het toch wel op LBA ingesteld he
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
het moet toch mogelijk zijn om LiLo aan de praat te krijgen
tyrips, tywreps, tiewreps, tiereps, tie raps, ripties, taiwraps, kabelbindbandjes » Tie Wraps
\o/
Aangezien je een Promise gebruikt kan je wellicht ook hier je antwoord vinden.
bash: exec: /bin/Laden: cannot execute: No such file or directory