LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-21-2005, 12:48 AM   #1
suguname
Member
 
Registered: Jan 2005
Location: chennai
Distribution: mandrake
Posts: 70

Rep: Reputation: 15
Arrow how to burn .iso using k3b


Hi,
i have to burn luitlinux-0.4.iso in to cd.and how can i burn using k3b.
the file opening but burn start option is not shown.
also when i create rescue cd the xxxx.iso file is enough or i need text files also.
thanks for advance.
 
Old 01-21-2005, 01:00 AM   #2
akudewan
Member
 
Registered: Apr 2004
Location: India
Distribution: Ubuntu
Posts: 364

Rep: Reputation: 31
On the menu bar in k3b there is Tools>CD>Burn CD Image...

A Window will open. Select your options here, and then click Start

(k3b version 0.11.17)
 
Old 01-21-2005, 01:21 AM   #3
suguname
Member
 
Registered: Jan 2005
Location: chennai
Distribution: mandrake
Posts: 70

Original Poster
Rep: Reputation: 15
okay i done but the start menu not appearing.
what should i do?
 
Old 01-21-2005, 04:14 AM   #4
barrythai
Member
 
Registered: Dec 2004
Location: thailand
Distribution: suse9.3, Mandrake10.1
Posts: 381

Rep: Reputation: 30
You can also click on the iso in the Konqueror window and it should fetch K3B up and burn from there.

Check your K3b screen loads properly, as the other writer said you can also use the tool bar on K3b.
You can also select dvd or cd and then drag the iso down from the directory menu and then click on burn.

 
Old 01-21-2005, 04:39 AM   #5
suguname
Member
 
Registered: Jan 2005
Location: chennai
Distribution: mandrake
Posts: 70

Original Poster
Rep: Reputation: 15
sir,this is working now but i had a big problem with system.
i think i lost my lilo. so i tried to boot up my mandrake linux from first cd.
i press F1 and then typed boot: rescur <enter>
on the screen the lines are,

loading alt0.......
loading alt0/all.rdz ......................................................................................
compressing linux ok booting kernal...............................

after that the system is rebooting again from first cd.
now i have no idea.
but the cd is in good condition.
should i change any BIOS settings?
i changed the cd for first boot disk but no use.
can i use other distro for rescue like redhat ,fedora etc.
i don't know what to do?
thanks for advance..

Last edited by suguname; 01-21-2005 at 05:01 AM.
 
Old 01-21-2005, 06:03 AM   #6
akudewan
Member
 
Registered: Apr 2004
Location: India
Distribution: Ubuntu
Posts: 364

Rep: Reputation: 31
OK, I guess you have bigger problems now. You will need to edit your /etc/lilo.conf And then run /sbin/lilo

You can do this using any Live CD such as knoppix, or even a Slackware installation CD.
 
Old 01-21-2005, 10:49 PM   #7
suguname
Member
 
Registered: Jan 2005
Location: chennai
Distribution: mandrake
Posts: 70

Original Poster
Rep: Reputation: 15
now i have the mandrake linux rescue first cd .i cann't "re-install boot loader".
i smoothly entered in to rescue mode by rescue cd where i give enter to "re-install boot loader" it shows

linux*
windows
263-7
failsafe
floppy
but when i see a /etc dir there is no lilo.conf file.
when i reboot the system with out cd the same problem appear?
help me...

Last edited by suguname; 01-21-2005 at 10:52 PM.
 
Old 01-21-2005, 11:24 PM   #8
akudewan
Member
 
Registered: Apr 2004
Location: India
Distribution: Ubuntu
Posts: 364

Rep: Reputation: 31
I didn't really understand your problem, but this info may help you:

lilo is a bootloader that loads linux and also gives you the option to load other operating systems that you may have installed on your disk (such as Windows, or even another linux).

A bootloader can be installed in many locations, such as a floppy, a CDROM etc. But most people install it in the Master Boot Record (MBR). This is a special location in the hard-disk that contains information about booting operating systems. (keeping it very simple)

The /etc/lilo.conf is a configuration file that contains information about the operating systems and which partitions they are installed in. A typical lilo.conf looks like this:

Code:
# LILO configuration file
# Start LILO global section
boot = /dev/hda
append="hdd=ide-scsi"
prompt
timeout = 50
# VESA framebuffer console @ 800x600x64k
vga=788
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
  label = windows
  table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz-ide-2.4.26
  root = /dev/hda9
  label = Linux
  read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
Keep in mind that this lilo.conf file will not work unless it is intalled in a rescue disk, or in the MBR.

So, to load lilo into the MBR, you need to run /sbin/lilo

It is always a good idea to keep a rescue disk handy, as the MBR can be easily over-written by a virus, or during installation of another operating system such as windows.

Now, I have never used mandrake, so I dont know what rescue disk you were mentioning.

However you must keep in mind the following things:
1) You need to somehow load lilo into the MBR.
2) The lilo.conf file that you load should be checked that it contains proper information about all the operating systems on your disk.
3) If your lilo.conf file is improper then you won't be able to load the operating system (which apparently is happening now)

And finally, if you cant figure out what the HELL I'm talking about and you dont have any important data on the hard-disk, just format and reinstall everything
 
Old 01-21-2005, 11:43 PM   #9
suguname
Member
 
Registered: Jan 2005
Location: chennai
Distribution: mandrake
Posts: 70

Original Poster
Rep: Reputation: 15
sir i will show u the /etc/lilo.conf this is,i noted when system in normal conditon.

# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda2
initrd=/boot/initrd.img
append="devfs=mount acpi=off resume=/dev/hda5"

read-only
image=/boot/vmlinuz-2.6.3-7mdk
label="263-7"
root=/dev/hda2
initrd=/boot/initrd-2.6.3-7mdk.img

and one more the lilo.conf where it should be located?
it should be in /etc/ directory?
when i see konsole using rescue cd there is no lilo.conf file in the /etc/ or /sbin direcrory?
should i change any BIOS settings?
help me sir.
 
Old 01-22-2005, 12:55 AM   #10
sgrayban
Member
 
Registered: Nov 2004
Location: Spokane, WA
Distribution: Debian 6.0
Posts: 369

Rep: Reputation: 30
Has any one here wondered why he is posting this when in another thread he says he cant boot into mandrake?

http://www.linuxquestions.org/questi...hreadid=280052
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to burn ISO images in K3b mac1234mac Linux - Newbie 4 11-08-2005 07:05 AM
How to use K3b to burn an install DVD iso? coolbreeze7000 Linux - Software 2 02-12-2005 11:50 AM
How to burn the ISO files with K3B? AnthraxCN Linux - Software 11 05-19-2004 08:16 PM
k3b error with audio cd burn (no prob with iso burn) bluem Linux - Newbie 1 04-16-2004 08:05 AM
How do I burn iso with K3B? akihandyman Linux - Newbie 2 03-06-2004 06:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration