Bruno Posted May 22, 2004 Share Posted May 22, 2004 Well Colin . . if it hangs at "power down" in the messages on the shutdown screen . . it does hang at a NON critical point . . so for the moment I am not too worried anymore aboput that . . we just wait for the bugfix to be posted !!! Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 OKY DOKY BrunoI'll just have to put my PCLos Rescue disc in and shut down from there for nowColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 ColinWe are going to add PCLos and Mepis and Windows to Lilo !!!!!Please boot into PCLos and post me: # cat /etc/lilo.conf Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# cat /etc/lilo.conf# File generated by DrakX/drakboot# WARNING: do not forget to run lilo after modifying this fileboot=/dev/hdamap=/boot/mapdefault="linux"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz label="linux" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent" vga=788 read-onlyimage=/boot/vmlinuz label="linux-nonfb" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=mount acpi=ht resume=/dev/hda8" read-onlyimage=/boot/vmlinuz-2.6.3-7mdk label="263-7" root=/dev/hda5 initrd=/boot/initrd-2.6.3-7mdk.img append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent" read-onlyimage=/boot/vmlinuz label="failsafe" root=/dev/hda5 initrd=/boot/initrd.img append="failsafe acpi=ht resume=/dev/hda8 devfs=nomount" read-onlyother=/dev/fd0 label="floppy" unsafe[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 That is Mandrake LILO . . . I want PCLos lilo posted !!!Reboot into PCLos and post: # cat /etc/lilo.conf Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 On its wayI must have you when talking about having to shut down with PCLos Rescue CD Silly Me Colin Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 Here's PCLos's[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# cat /etc/lilo.confboot=/dev/hdamap=/boot/mapdefault="pclinuxos"keytable=/boot/livecd.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz-2.4.23-2.tmb.2mdk label="pclinuxos" root=/dev/hda9 initrd=/boot/initrd-2.4.23-2.tmb.2mdk.img append="devfs=mount splash=silent" vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.4.26 label="Mepis-24" root=/dev/hda7 vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.6.4 label="Mepis-26" root=/dev/hda7 vga=788 read-onlyother=/dev/hda1label="Windows"table=/dev/hdaimage=/boot/vmlinuz-2.4.23-2.tmb.2mdk label=2423-2tmb2 root=/dev/hda9 read-only optional vga=788 append=" devfs=mount splash=silent" initrd=/boot/initrd-2.4.23-2.tmb.2mdk.imgimage=/boot/vmlinuz-2.4.26-1.tmb.1tex label=2426-1tmb1tex root=/dev/hda9 read-only optional vga=788 append=" devfs=mount splash=silent" initrd=/boot/initrd-2.4.26-1.tmb.1tex.img[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Okay . . . Now boot back to MANDRAKE and I will post the commands you do in Mandrake Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 OKY DOKY "Mon Kapitan" and Excuse the FrenchColin Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 As Arnold Says "I'm BBBBaaaaaaaaaaaaaccccccccckkkkkk"colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 You are in Mandrake . . right ??Here it is: $ su# mkdir  /mnt/hda7# mkdir  /mnt/hda9# mount /dev/hda7  /mnt/hda7# cp -r  /mnt/hda7/boot  /boot/mepis# umount  /mnt/hda7# mount  /dev/hda9  /mnt/hda9# cp -r  /mnt/hda9/boot  /boot/texstar# umount  /mnt/hda9# ls  /boot Show me what the console says . . Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 heck BrunoI feel like a "Canadian Mountie" with all this Mounting & Unmounting the HORSE must be sore by now [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# mkdir /mnt/hda7[root@localhost kamicota]# mkdir /mnt/hda9[root@localhost kamicota]# mount /dev/hda7 /mnt/hda7[root@localhost kamicota]# cp -r /mnt/hda7/boot /boot/mepis[root@localhost kamicota]# umount /mnt/hda7[root@localhost kamicota]# mount /dev/hda9 /mnt/hda9[root@localhost kamicota]# cp -r /mnt/hda9/boot /boot/texstar[root@localhost kamicota]# umount /mnt/hda9[root@localhost kamicota]# ls /bootboot.0300 initrd.img@ message-textconfig@ kernel.h@ System.map@config-2.6.3-7mdk kernel.h-2.6.3-7mdk System.map-2.6.3-7mdkdiag1.img map texstar/diag2.img mepis/ us.kltgrub/ message@ vmlinuz@initrd-2.6.3-7mdk.img message-graphic vmlinuz-2.6.3-7mdk[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Well done Colin !!! Very well done !!!!!!!!! :DNow: $ su# kedit  /etc/lilo.conf This will bring up the lilo file in an other window ( you have kedit installed I am sure ! )Now replace the complete file . . . delete all that is there . . and paste in this: #Final Lilo for Colin, edit by Bruno# File generated by DrakX/drakboot# WARNING: do not forget to run lilo after modifying this fileboot=/dev/hdamap=/boot/mapdefault="PCLos"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz  label="Mandrake"  root=/dev/hda5 initrd=/boot/initrd.img  append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent"  vga=788  read-onlyimage=/boot/texstar/vmlinuz-2.4.23-2.tmb.2mdk label="PCLos"  root=/dev/hda9 initrd=/boot/texstar/initrd-2.4.23-2.tmb.2mdk.img append="devfs=mount splash=silent" vga=788 read-onlyimage=/boot/texstar/vmlinuz-2.4.26-1.tmb.1tex  label="PCLos-2426"  root=/dev/hda9 append="devfs=mount splash=silent" initrd=/boot/texstar/initrd-2.4.26-1.tmb.1tex.img  read-only  optional  vga=788image=/boot/mepis/vmlinuz-2.4.26 label="Mepis-24"  root=/dev/hda7 vga=788  read-onlyimage=/boot/mepis/vmlinuz-2.6.4 label="Mepis-26" root=/dev/hda7  vga=788  read-onlyimage=/boot/vmlinuz  label="linux-nonfb"  root=/dev/hda5  initrd=/boot/initrd.img  append="devfs=mount acpi=ht resume=/dev/hda8"  read-onlyimage=/boot/vmlinuz  label="failsafe"  root=/dev/hda5  initrd=/boot/initrd.img  append="failsafe acpi=ht resume=/dev/hda8 devfs=nomount"  read-onlyother=/dev/hda1     label="Windows"     table=/dev/hdaother=/dev/fd0  label="floppy"  unsafe Then save the file and close the kedit GUI . . and back in the console type: # /sbin/lilo Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded MandrakeFatal: open /boot/initrd-2.4.23-2.tmb.2mdk.img: No such file or directory[root@localhost kamicota]# Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Correction is made . . try again . . delete the content and paste the full file again Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 Here's the new one[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded MandrakeAdded PCLos *Added PCLos-2426Added Mepis-24Added Mepis-26Added linux-nonfbAdded failsafeAdded WindowsAdded floppy[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Colin . . sorry found another mistake . . you have to do it again . . just posted the correction ! Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 Now I'm CONFUSED brunoMust have been the "Cold One" I just hadCare to be more specificColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Colin . . it is a complicated lilo . . the error was in the 2nd PCLos entry . . . but the corrected one now should be 100% . . . so just replace the /etc/lilo.conf with the one here: #Final Lilo for Colin, edit by Bruno# File generated by DrakX/drakboot# WARNING: do not forget to run lilo after modifying this fileboot=/dev/hdamap=/boot/mapdefault="PCLos"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz  label="Mandrake"  root=/dev/hda5 initrd=/boot/initrd.img  append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent"  vga=788  read-onlyimage=/boot/texstar/vmlinuz-2.4.23-2.tmb.2mdk label="PCLos"  root=/dev/hda9 initrd=/boot/texstar/initrd-2.4.23-2.tmb.2mdk.img append="devfs=mount splash=silent" vga=788 read-onlyimage=/boot/texstar/vmlinuz-2.4.26-1.tmb.1tex  label="PCLos-2426"  root=/dev/hda9 append="devfs=mount splash=silent" initrd=/boot/texstar/initrd-2.4.26-1.tmb.1tex.img  read-only  vga=788image=/boot/mepis/vmlinuz-2.4.26 label="Mepis-24"  root=/dev/hda7 vga=788  read-onlyimage=/boot/mepis/vmlinuz-2.6.4 label="Mepis-26" root=/dev/hda7  vga=788  read-onlyimage=/boot/vmlinuz  label="linux-nonfb"  root=/dev/hda5  initrd=/boot/initrd.img  append="devfs=mount acpi=ht resume=/dev/hda8"  read-onlyimage=/boot/vmlinuz  label="failsafe"  root=/dev/hda5  initrd=/boot/initrd.img  append="failsafe acpi=ht resume=/dev/hda8 devfs=nomount"  read-onlyother=/dev/hda1     label="Windows"     table=/dev/hdaother=/dev/fd0  label="floppy"  unsafe Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 brunoI DID the correction Deleted the first in Kedit and pasted the new on in & saved and this is what came up from my previous post Here's the new one[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded MandrakeAdded PCLos *Added PCLos-2426Added Mepis-24Added Mepis-26Added linux-nonfbAdded failsafeAdded WindowsAdded floppy[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Great . . now please show: # cat /etc/lilo.conf Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# cat /etc/lilo.conf#Final Lilo for Colin, edit by Bruno# File generated by DrakX/drakboot# WARNING: do not forget to run lilo after modifying this fileboot=/dev/hdamap=/boot/mapdefault="PCLos"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz label="Mandrake" root=/dev/hda5initrd=/boot/initrd.img append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent" vga=788 read-onlyimage=/boot/texstar/vmlinuz-2.4.23-2.tmb.2mdklabel="PCLos" root=/dev/hda9initrd=/boot/texstar/initrd-2.4.23-2.tmb.2mdk.imgappend="devfs=mount splash=silent"vga=788read-onlyimage=/boot/texstar/vmlinuz-2.4.26-1.tmb.1tex label="PCLos-2426" root=/dev/hda9 read-only optional vga=788image=/boot/mepis/vmlinuz-2.4.26label="Mepis-24" root=/dev/hda7vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.6.4label="Mepis-26"root=/dev/hda7 vga=788 read-onlyimage=/boot/vmlinuz label="linux-nonfb" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=mount acpi=ht resume=/dev/hda8" read-onlyimage=/boot/vmlinuz label="failsafe" root=/dev/hda5 initrd=/boot/initrd.img append="failsafe acpi=ht resume=/dev/hda8 devfs=nomount" read-onlyother=/dev/hda1 label="Windows" table=/dev/hdaother=/dev/fd0 label="floppy"[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Colin . . that is NOT the corrected one . . . . PLEASE do it again . . . . with the file posted above ! Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 Bruno Checked Kedit, deleted what was in and repasted your last info and here is /sbin/lilo[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded MandrakeAdded PCLos *Added PCLos-2426Added Mepis-24Added Mepis-26Added linux-nonfbAdded failsafeAdded WindowsAdded floppy[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Now show me again: # cat /etc/lilo.conf Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded MandrakeAdded PCLos *Added PCLos-2426Added Mepis-24Added Mepis-26Added linux-nonfbAdded failsafeAdded WindowsAdded floppy[root@localhost kamicota]# cat /etc/lilo.conf#Final Lilo for Colin, edit by Bruno# File generated by DrakX/drakboot# WARNING: do not forget to run lilo after modifying this fileboot=/dev/hdamap=/boot/mapdefault="PCLos"keytable=/boot/us.kltpromptnowarntimeout=100message=/boot/messagemenu-scheme=wb:bw:wb:bwimage=/boot/vmlinuz label="Mandrake" root=/dev/hda5initrd=/boot/initrd.img append="devfs=mount acpi=ht resume=/dev/hda8 splash=silent" vga=788 read-onlyimage=/boot/texstar/vmlinuz-2.4.23-2.tmb.2mdklabel="PCLos" root=/dev/hda9initrd=/boot/texstar/initrd-2.4.23-2.tmb.2mdk.imgappend="devfs=mount splash=silent"vga=788read-onlyimage=/boot/texstar/vmlinuz-2.4.26-1.tmb.1tex label="PCLos-2426" root=/dev/hda9append="devfs=mount splash=silent"initrd=/boot/texstar/initrd-2.4.26-1.tmb.1tex.img read-only optional vga=788image=/boot/mepis/vmlinuz-2.4.26label="Mepis-24" root=/dev/hda7vga=788 read-onlyimage=/boot/mepis/vmlinuz-2.6.4label="Mepis-26"root=/dev/hda7 vga=788 read-onlyimage=/boot/vmlinuz label="linux-nonfb" root=/dev/hda5 initrd=/boot/initrd.img append="devfs=mount acpi=ht resume=/dev/hda8" read-onlyimage=/boot/vmlinuz label="failsafe" root=/dev/hda5 initrd=/boot/initrd.img append="failsafe acpi=ht resume=/dev/hda8 devfs=nomount" read-onlyother=/dev/hda1 label="Windows" table=/dev/hdaother=/dev/fd0 label="floppy" unsafe[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 GREAT !!! PERFECT !!Now go and boot every entry in your Lilo . . and report back . . . . . . :DB) Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 But JUST reboot ?Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 22, 2004 Share Posted May 22, 2004 Yep reboot and boot PCLos . . then reboot and boot PCLos2426 . . then reboot and boot Mepis-24 . . then reboot and boot Mepis-26 . . then reboot and boot Windows . . and reboot and let it "default-boot" and post from there ;) Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 22, 2004 Author Share Posted May 22, 2004 Yep Busy doing thisOrder so FarPCLosMandrakeBoth OK Now on to the othersColin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.