Jump to content

More Partitions . . More Distro's to boot


longgone

Recommended Posts

:hmm: :ermm: :huh:
[root@localhost dale]# ls /bootboot.0300                          mapconfig@                            message@config-2.4.19-16mdk                message-graphicconfig-2.4.19-16mdkenterprise      message-textdrake/                          slack/grub/                              suse/initrd-2.4.19-16mdkenterprise.img  System.map@initrd-2.4.19-16mdk.img            System.map-2.4.19-16mdkinitrd-enterprise.img@          System.map-2.4.19-16mdkenterpriseinitrd.img@                        us.kltkernel.h@                          vmlinuz@kernel.h-2.4.19-16mdk              vmlinuz-2.4.19-16mdkkernel.h-2.4.19-16mdkenterprise    vmlinuz-2.4.19-16mdkenterpriseknoppix/                        vmlinuz-enterprise@[root@localhost dale]#
:whistling:
Link to comment
Share on other sites

  • Replies 845
  • Created
  • Last Reply

Top Posters In This Topic

  • longgone

    415

  • Bruno

    377

  • SonicDragon

    22

  • teacher

    14

Top Posters In This Topic

Okay here it is Dale: . . . be carefull with this edit . . . . . . . "kwrite /etc/lilo.conf" and add then BLUE part . . and remove the RED part.

boot=/dev/hdamap=/boot/mapdefault="Mandrake90"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise  label="Mandrake90"  root=/dev/hda1  initrd=/boot/initrd-2.4.19-16mdkenterprise.img  append="devfs=mount acpi=ht splash=silent"  vga=788  read-onlyvga=normalmessage=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/knoppix/vmlinuz-2.4.26    label="Knoppix-24"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.4.26    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.6.6    label="Knoppix-26"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.6.6    vga=788    read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22    label="Slackware"    root=/dev/hda8    append="hdc=ide-scsi"    vga=791    read-onlyimage=/boot/suse/vmlinuz-2.6.4.52-default    label="SUSE"    initrd=/boot/suse/initrd-2.6.4-52-default    optional    root=/dev/hda10    vga=0x317    append="splash=silent desktop resume=/dev/hda5 showopts" <===== Has to be ONE line
Then post me again
# cat /etc/lilo.conf

:whistling: Bruno

Link to comment
Share on other sites

:hmm: :hmm: :huh: :hmm: [root@localhost dale]# cat /etc/lilo.confboot=/dev/hda1map=/boot/mapdefault="Mandrake90"keytable=/boot/us.kitpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bs:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise label="mandrake90" root=/dev/hda1 initrd=/boot/initrd-2.4.19-16mdkenterprise.img append="devfs=mount acpi=ht splash=silent" vga=788 read-onlyimage=/boot/knoppix/vmlinuz-2.4.26 label="Knoppix-24" root=/dev/hda9 initrd=/boot/knoppix/initrd.img-2.4.26 vga=788 read-onlyimage=/boot/knoppix/vmlinuz-2.6.6 label="Knoppix-26" root=/dev/hda9 initrd=/boot/knoppix/initrd.img-2.6.6 vga=788 read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22 label="Slackware" root=/dev/hda8 append="hdc=ide-scsi" vga=791 read-onlyimage=/boot/suse/vmlinuz-2.6.4.52-default label="SUSE" initrd=/boot/suse/initrd-2.6.4-52-default optional root=/dev/hda10 vga=0x317 append="splash=silent desktop resume=/dev/hda5 showopts"[root@localhost dale]# :whistling: :ermm:
Link to comment
Share on other sites

Shall we add Windows XP as well ???

other=/dev/fd0  label="floppy"  unsafeother=/dev/hda3  label="Windows-XP"  table=/dev/hda

Also on the 9th line I see:menu-scheme=wb:bs:wb:bwAnd I posted:menu-scheme=wb:bw:wb:bwSo those are the last tweaks . . . give me a

# cat /etc/lilo.conf

again when you are finished . . . ;):whistling: Bruno

Link to comment
Share on other sites

:huh: :hmm: :hmm: Okay,,, here is the corrected and inserted cat .... question 1... what are we going to do about this constant hard drive activity light (other than shut the machine off) and how come it is always "unsafe" for the floppy drive ?????
[root@localhost dale]# cat /etc/lilo.confboot=/dev/hda1map=/boot/mapdefault="Mandrake90"keytable=/boot/us.kitpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise label="mandrake90" root=/dev/hda1 initrd=/boot/initrd-2.4.19-16mdkenterprise.img append="devfs=mount acpi=ht splash=silent" vga=788 read-onlyimage=/boot/knoppix/vmlinuz-2.4.26 label="Knoppix-24" root=/dev/hda9 initrd=/boot/knoppix/initrd.img-2.4.26 vga=788 read-onlyimage=/boot/knoppix/vmlinuz-2.6.6 label="Knoppix-26" root=/dev/hda9 initrd=/boot/knoppix/initrd.img-2.6.6 vga=788 read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22 label="Slackware" root=/dev/hda8 append="hdc=ide-scsi" vga=791 read-onlyimage=/boot/suse/vmlinuz-2.6.4.52-default label="SUSE" initrd=/boot/suse/initrd-2.6.4-52-default optional root=/dev/hda10 vga=0x317 append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0 label="floppy" unsafeother=/dev/hda3 label="Windows-XP" table=/dev/hda[root@localhost dale]# :whistling: :ermm:
Link to comment
Share on other sites

Dale . . sorry another change . . . . I just saw that SUSE did update it's kernel again !!! . . So we need to replace the SUSE entry with this:

image=/boot/suse/vmlinuz-2.6.5-7.104-default        label="SUSE"        initrd=/boot/suse/initrd-2.6.5-7.104-default        optional        root=/dev/hda10        vga=0x317        append="splash=silent desktop resume=/dev/hda5 showopts"

( I was using old notes :whistling: ):ermm: Bruno

Link to comment
Share on other sites

:hmm: :huh: :hmm: And here is the updateeeee............
[root@localhost dale]# cat /etc/lilo.confboot=/dev/hda1map=/boot/mapdefault="Mandrake90"keytable=/boot/us.kitpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise    label="mandrake90"    root=/dev/hda1    initrd=/boot/initrd-2.4.19-16mdkenterprise.img    append="devfs=mount acpi=ht splash=silent"    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.4.26    label="Knoppix-24"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.4.26    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.6.6    label="Knoppix-26"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.6.6    vga=788    read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22    label="Slackware"    root=/dev/hda8    append="hdc=ide-scsi"    vga=791    read-onlyimage=/boot/suse/vmlinuz-2.6.5-7.104-default    label="SUSE"    initrd=/boot/suse/initrd-2.6.57.104-default    optional    root=/dev/hda10    vga=0x317    append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0    label="floppy"    unsafeother=/dev/hda3    label="Windows-XP"    table=/dev/hda[root@localhost dale]#
:ermm: :whistling: light
Link to comment
Share on other sites

:whistling: I don't think this is the response that was expected ?????
[root@localhost dale]# /sbin/lilo -b /dev/hdaIgnoring entry 'boot'Fatal: open /boot/us.kit: No such file or directory[root@localhost dale]#
Link to comment
Share on other sites

boot.0300                          mapconfig@                            message@config-2.4.19-16mdk                message-graphicconfig-2.4.19-16mdkenterprise      message-textdrake/                          slack/grub/                              suse/initrd-2.4.19-16mdkenterprise.img  System.map@initrd-2.4.19-16mdk.img            System.map-2.4.19-16mdkinitrd-enterprise.img@          System.map-2.4.19-16mdkenterpriseinitrd.img@                        us.kltkernel.h@                          vmlinuz@kernel.h-2.4.19-16mdk              vmlinuz-2.4.19-16mdkkernel.h-2.4.19-16mdkenterprise    vmlinuz-2.4.19-16mdkenterpriseknoppix/                        vmlinuz-enterprise@[root@localhost dale]#
looks like chow mein to me :whistling:
Link to comment
Share on other sites

I see the mistake Dale . . . . you typedboot=/dev/hda1map=/boot/mapdefault="Mandrake90"keytable=/boot/us.kitAnd it had to be:keytable=/boot/us.kltThe i has to be an l !!!I hope you copied and pasted the rest of the text, because typo's like that can mess up lilo badly . . . ;):whistling: Bruno

Edited by Bruno
Link to comment
Share on other sites

:hmm: :huh:
[root@localhost dale]# cat /etc/lilo.confboot=/dev/hda1map=us.kltdefault="Mandrake90"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise    label="mandrake90"    root=/dev/hda1    initrd=/boot/initrd-2.4.19-16mdkenterprise.img    append="devfs=mount acpi=ht splash=silent"    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.4.26    label="Knoppix-24"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.4.26    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.6.6    label="Knoppix-26"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.6.6    vga=788    read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22    label="Slackware"    root=/dev/hda8    append="hdc=ide-scsi"    vga=791    read-onlyimage=/boot/suse/vmlinuz-2.6.5-7.104-default    label="SUSE"    initrd=/boot/suse/initrd-2.6.57.104-default    optional    root=/dev/hda10    vga=0x317    append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0    label="floppy"    unsafeother=/dev/hda3    label="Windows-XP"    table=/dev/hda[root@localhost dale]#
:whistling: :ermm:
Link to comment
Share on other sites

DaleI know I edited my last post a few times . . . . but there is another mistake now:map=us.klthas to be:map=/boot/mapB) BrunoPS The other one (keytable=/boot/us.klt ) is okay now

Link to comment
Share on other sites

[root@localhost dale]# cat /etc/lilo.confboot=/dev/hda1map=/boot/mapdefault="Mandrake90"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise label="mandrake90" root=/dev/hda1 initrd=/boot/initrd-2.4.19-16mdkenterprise.img append="devfs=mount acpi=ht splash=silent" vga=788 read-onlyimage=/boot/knoppix/vmlinuz-2.4.26 label="Knoppix-24" root=/dev/hda9 initrd=/boot/knoppix/initrd.img-2.4.26 vga=788 read-onlyimage=/boot/knoppix/vmlinuz-2.6.6 label="Knoppix-26" root=/dev/hda9 initrd=/boot/knoppix/initrd.img-2.6.6 vga=788 read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22 label="Slackware" root=/dev/hda8 append="hdc=ide-scsi" vga=791 read-onlyimage=/boot/suse/vmlinuz-2.6.5-7.104-default label="SUSE" initrd=/boot/suse/initrd-2.6.57.104-default optional root=/dev/hda10 vga=0x317 append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0 label="floppy" unsafeother=/dev/hda3 label="Windows-XP" table=/dev/hda[root@localhost dale]# :ermm: :whistling:
Link to comment
Share on other sites

:ermm: :huh: And here it comes again.......................
[root@localhost dale]# cat /etc/lilo.confboot=/dev/hdamap=/boot/mapdefault="Mandrake90"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise    label="mandrake90"    root=/dev/hda1    initrd=/boot/initrd-2.4.19-16mdkenterprise.img    append="devfs=mount acpi=ht splash=silent"    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.4.26    label="Knoppix-24"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.4.26    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.6.6    label="Knoppix-26"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.6.6    vga=788    read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22    label="Slackware"    root=/dev/hda8    append="hdc=ide-scsi"    vga=791    read-onlyimage=/boot/suse/vmlinuz-2.6.5-7.104-default    label="SUSE"    initrd=/boot/suse/initrd-2.6.57.104-default    optional    root=/dev/hda10    vga=0x317    append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0    label="floppy"    unsafeother=/dev/hda3    label="Windows-XP"    table=/dev/hda[root@localhost dale]#
:hmm: :whistling:
Link to comment
Share on other sites

And Dale . . I posted you:

boot=/dev/hdamap=/boot/mapdefault="Mandrake90" <=================================================== Mkeytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise  label="Mandrake90" <=================================================== M  root=/dev/hda1  initrd=/boot/initrd-2.4.19-16mdkenterprise.img  append="devfs=mount acpi=ht splash=silent"  vga=788  read-only
You did:
boot=/dev/hda1map=/boot/mapdefault="Mandrake90" <======================================= Mkeytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise label="mandrake90" <========================================= m root=/dev/hda1 initrd=/boot/initrd-2.4.19-16mdkenterprise.img append="devfs=mount acpi=ht splash=silent" vga=788 read-only
Both times Mandrake has to start with an M:whistling: Bruno
Link to comment
Share on other sites

[root@localhost dale]# cat /etc/lilo.confboot=/dev/hdamap=/boot/mapdefault="Mandrake90"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise    label="Mandrake90"    root=/dev/hda1    initrd=/boot/initrd-2.4.19-16mdkenterprise.img    append="devfs=mount acpi=ht splash=silent"    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.4.26    label="Knoppix-24"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.4.26    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.6.6    label="Knoppix-26"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.6.6    vga=788    read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22    label="Slackware"    root=/dev/hda8    append="hdc=ide-scsi"    vga=791    read-onlyimage=/boot/suse/vmlinuz-2.6.5-7.104-default    label="SUSE"    initrd=/boot/suse/initrd-2.6.57.104-default    optional    root=/dev/hda10    vga=0x317    append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0    label="floppy"    unsafeother=/dev/hda3    label="Windows-XP"    table=/dev/hda[root@localhost dale]#
Link to comment
Share on other sites

:whistling: :ermm: How come it skipped SuSE ???????????
[root@localhost dale]# /sbin/lilo -b /dev/hdaIgnoring entry 'boot'Added Mandrake90 *Added Knoppix-24Added Knoppix-26Added SlackwareSkipping /boot/suse/vmlinuz-2.6.5-7.104-defaultAdded floppyAdded Windows-XP[root@localhost dale]#
Link to comment
Share on other sites

Because you forgot to type a dash in this line:initrd=/boot/suse/initrd-2.6.5-7.104-defaultyou typed: initrd-2.6.57.104-defaultit had to be:initrd-2.6.5-7.104-defaultMan you are dangerous !!! :whistling: :ermm: :DB) Bruno

Link to comment
Share on other sites

:huh: :whistling: :ermm:
[root@localhost dale]# cat /etc/lilo.confboot=/dev/hdamap=/boot/mapdefault="Mandrake90"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.19-16mdkenterprise    label="Mandrake90"    root=/dev/hda1    initrd=/boot/initrd-2.4.19-16mdkenterprise.img    append="devfs=mount acpi=ht splash=silent"    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.4.26    label="Knoppix-24"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.4.26    vga=788    read-onlyimage=/boot/knoppix/vmlinuz-2.6.6    label="Knoppix-26"    root=/dev/hda9    initrd=/boot/knoppix/initrd.img-2.6.6    vga=788    read-onlyimage=/boot/slack/vmlinuz-ide-2.4.22    label="Slackware"    root=/dev/hda8    append="hdc=ide-scsi"    vga=791    read-onlyimage=/boot/suse/vmlinuz-2.6.5-7.104-default    label="SUSE"    initrd=/boot/suse/initrd-2.6.5-7.104-default    optional    root=/dev/hda10    vga=0x317    append="splash=silent desktop resume=/dev/hda5 showopts"other=/dev/fd0    label="floppy"    unsafeother=/dev/hda3    label="Windows-XP"    table=/dev/hda[root@localhost dale]#
flattery will get you no where ............... :hmm:
Link to comment
Share on other sites

:ermm: :hmm: :whistling:
[root@localhost dale]# /sbin/lilo -b /dev/hdaIgnoring entry 'boot'Added Mandrake90 *Added Knoppix-24Added Knoppix-26Added SlackwareAdded SUSEAdded floppyAdded Windows-XP[root@localhost dale]#
Link to comment
Share on other sites

Right . . . now comes the REAL test:Reboot and try all the entries ( except floppy ) . . and report back in detail which ones did boot and which ones did not . . ;)B) Bruno

Link to comment
Share on other sites

Yeah..... uh huh..... okay .. and then we fix the constant light........activity ... hard drive
I am getting the feeling you will have to pull the plug on that one . . . . or maybe just check if it is correctly connected in the first place ( ? )B) Bruno
Link to comment
Share on other sites

:hmm: :ermm: :hmm: :ermm: Here is the latest hot info after the reboot ......1). The light is out... back to normal ops.... B) 2). Mandrake 9.0.....good to go....booted all the way into the GUI.3). Knoppix 3.4.....dead in the water.... gets to the part of the boot where it is doing a fsck...hda9 has errors.. check forced and it fails...this is for both 2.4 (which did work) and 2.6 (which was just there, it did not boot up anyway)4). Slackware 9.1....good to go..... booted all the way into the GUI.5). SuSE 9.1.....dead in the water....constant I/O errors....all refer to /dev/hdb.....6). Windows XP....good to go....booted all the way into the GUI.An unrelated but irriating question... during Mandrake 9.0 boot-ups, for some unknown reason it will activate my printer and kick out a blank sheet of paper with about an inch worth of symbols in the upper corner, only one corner too.... what the heck is this supposed to be ?????
Link to comment
Share on other sites

That is strange. I guess you would probably need to look at your logs (Located in the Mandrake Control Center) to find out what is happening. You could try uninstalling your printer in the MCC and reinstalling it to see if that helps.Julia B)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...