Jump to content

Recommended Posts

Posted

OKBut will have to do that in PCLOsC olin

  • Replies 200
  • Created
  • Last Reply

Top Posters In This Topic

  • kamicota

    99

  • Bruno

    76

  • quint

    12

  • teacher

    10

Top Posters In This Topic

Posted

I knew that . . . you were to quick leaving PCLos . . . . :P :P B) Bruno

Posted

Slow and steady Colin! ;)Julia :P

Posted

Heck Julia/BrunoI went slow & steady even unchecked the Grub Box Did NOT get the make rescueAnd B) :P :( ;) :'( :P I STILL have the MDK 10 loader BUT :o neither MDK, MEPIS or PCLOs will load.I rebooted with PCLos rescue cd and that's where I'm at CONFUSED as ever :blink: Colin :D

Posted

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

Posted

Yep BrunoNow just the PCLos liloColin :P

Posted

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

:P Bruno

Posted

No BrunoWindows NOT in PCLOs Lilo only PCLosColin

Posted

[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

Posted

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

:P Bruno

Posted
:P [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 :P
Posted

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

:P Bruno

Posted

[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

Posted

Brilliant !!!Now do:

# /sbin/lilo

:P Bruno

Posted
:P [root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#Colin :P
Posted

Sorry Colin . . I am missing the last line I gave you :other=/dev/hda1 label="Windows" table=/dev/hda <-------------------------------- !!!!!:P Bruno

Posted

ColinWindows will NOT boot like that !!! See previous messageB) Bruno

Posted

I sort of gathered that BrunoSO what do I DO nowColin

Posted
# kedit /etc/lilo.conf

And add:

table=/dev/hda

Directly at the end and then save the file again and:

# cat /etc/lilo.conf

:P Bruno

Posted

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

Posted

Good . . that is better !Now again:

# /sbin/lilo

:P Bruno

Posted

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

Posted

Colin, let me see:

# cat /etc/lilo.conf

AGAIN !!:P Bruno

Posted

[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 :P

Posted

NO NO Colin . . it is Okay this way . . don't change anything !!just do

# /sbin/lilo

Again and we are ready !:P Bruno

Posted

[root@localhost kamicota]# /sbin/liloAdded pclinuxos *Added Mepis-24Added Mepis-26Added Windows[root@localhost kamicota]#That's itColin

Posted

Now first try to reboot into Windows . . . . if that is okay then try Mepis-24 . . . . . and post from there ;):P Bruno

Posted

Crossing fingers :w00t::P Bruno

Posted

Righty HO brunoYou can uncross them NOW :P We ARE in Mepis-24 and I REALLY like itColin :P :blink: B)

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...