kamicota Posted May 8, 2004 Share Posted May 8, 2004 OKBut will have to do that in PCLOsC olin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 I knew that . . . you were to quick leaving PCLos . . . . Bruno Quote Link to comment Share on other sites More sharing options...
teacher Posted May 8, 2004 Share Posted May 8, 2004 Slow and steady Colin! ;)Julia Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 Heck Julia/BrunoI went slow & steady even unchecked the Grub Box Did NOT get the make rescueAnd :'( I STILL have the MDK 10 loader BUT neither MDK, MEPIS or PCLOs will load.I rebooted with PCLos rescue cd and that's where I'm at CONFUSED as ever Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Great Colin . . . well, let us see what the damage is :lol:You are in PCLos ? Do: $ su< password ># /sbin/lilo# reboot And tell me if you get the PCLos Lilo at boot :DB) Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 Yep BrunoNow just the PCLos liloColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Great Colin . . good progress !!Question . . is Windows already in PCLos Lilo ??Here is the first stage of commands: $  su < password > #  mkdir  /mnt/mepis #  mkdir  /boot/mepis #  ls  /boot Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 No BrunoWindows NOT in PCLOs Lilo only PCLosColin Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# mkdir /mnt/mepis[root@localhost kamicota]# mkdir /boot/mepis[root@localhost kamicota]# ls /bootboot.0300 lost+found/boot.0800 mapconfig@ mepis/config-2.4.23-2.tmb.2mdk message@diag1.img message-graphicdiag2.img message-textinitrd-2.4.23-2.tmb.2mdk.img System.map@initrd.img@ System.map-2.4.23-2.tmb.2mdkkernel.h@ us.kltkernel.h-2.4.23-2.tmb.2mdk vmlinuz@livecd.klt vmlinuz-2.4.23-2.tmb.2mdk[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Brilliant . . step 2: # mount  /dev/hda7  /mnt/mepis # cp  /mnt/mepis/boot/vmlinuz-2.4.26  /boot/mepis # cp  /mnt/mepis/boot/vmlinuz-2.6.4  /boot/mepis # ls  /boot/mepis Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# mount /dev/hda7 /mnt/mepis[root@localhost kamicota]# cp /mnt/mepis/boot/vmlinuz-2.4.26 /boot/mepis[root@localhost kamicota]# cp /mnt/mepis/boot/vmlinuz-2.6.4 /boot/mepis[root@localhost kamicota]# ls /boot/mepisvmlinuz-2.4.26 vmlinuz-2.6.4[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Great Job Colin !!!Next step: # kedit  /etc/lilo.conf ( Or use kwrite if you prefer ) This will open a window with the lilo.conf file in it . . . now PASTE at the bottom of it: image=/boot/mepis/vmlinuz-2.4.26      label="Mepis-24"      root=/dev/hda7     vga=788      read-only image=/boot/mepis/vmlinuz-2.6.4      label="Mepis-26"      root=/dev/hda7     vga=788      read-only other=/dev/hda1    label="Windows"    table=/dev/hda Then save the file and close the kedit window.Then show me: # cat /etc/lilo.conf Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 [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"[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Brilliant !!!Now do: # /sbin/lilo Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 [root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Sorry Colin . . I am missing the last line I gave you :other=/dev/hda1 label="Windows" table=/dev/hda <-------------------------------- !!!!! Bruno Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 ColinWindows will NOT boot like that !!! See previous messageB) Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 I sort of gathered that BrunoSO what do I DO nowColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 # kedit /etc/lilo.conf And add: table=/dev/hda Directly at the end and then save the file again and: # cat /etc/lilo.conf Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 this is what I get in Kedit nowboot=/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/hdaColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Good . . that is better !Now again: # /sbin/lilo Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 Bruno because We cross Posted this is what I have now after I checked[kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#I did NOT do # kedit /etc/lilo.confAnd add:CODEtable=/dev/hdaDirectly at the end and then save the file again and:CODE# cat /etc/lilo.confColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Colin, let me see: # cat /etc/lilo.conf AGAIN !! Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 [kamicota@localhost kamicota]$ suPassword:[root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[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/hda[root@localhost kamicota]#Guess I'd better do the CODE# kedit /etc/lilo.confAnd add:CODEtable=/dev/hdaDirectly at the end and then save the file again and:CODE# cat /etc/lilo.confOver again eh Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 NO NO Colin . . it is Okay this way . . don't change anything !!just do # /sbin/lilo Again and we are ready ! Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 [root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#That's itColin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Now first try to reboot into Windows . . . . if that is okay then try Mepis-24 . . . . . and post from there Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 righty Hohere goes Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted May 8, 2004 Author Share Posted May 8, 2004 Crossing fingers Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted May 8, 2004 Share Posted May 8, 2004 Righty HO brunoYou can uncross them NOW We ARE in Mepis-24 and I REALLY like itColin 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.