[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

linux içinde linux boot sorunu



Merhaba,
Linux içinden bir başka linux dağıtımını nasıl çalıştırabileceğimi
araştırırken Qemu ile yapabileceğimi gördüm. Bu durumda ilgili dağıtımın
iso dosyası gerekli oluyor. Elimdeki çalışan cd'lerden iso imajı
oluşturma (her zaman yaptığımın tersi bir iş) olanağı var mı diye
baktım. Benim bulduğum ve oldukça kolay görünen:
*********************************************
creating an iso disc image from a cd-rom

let's assume that your cd drive with the cd-rom is located at /dev/cdrom
and it is NOT mounted.

now, we want to use dd to make an exact copy of the disc to an .iso
file. please note that this does not work if the disc you're working
with is a multi-session disc (audio and data).

   # dd if=/dev/cdrom of=image.iso
***********************************************
yöntemini uyguladım. Gerçekten kolayca iso imaj oluştu. Ancak:
***********************************************
   # qemu -boot c -cdrom cdimage.iso
***********************************************
komutu webbden indirilen hazır isoları sorunsuz ikinci işletim sistemi
olarak yüklerken, benim oluşturduğum isolarda aşağıdaki hatayı verip
başlatmıyor.
***********************************************
CDROM boot failure code : 0004
Boot from CD-Rom failed
FATAL: Could not read the boot disk
***********************************************
Bu arada CD kendisi boot edebiliyor, bazı CD'lerden oluşşturduğum isolar
qemu ile boot edebiliyor.
Herhangi bir öneri?

İyi çalışmalar.

-- 
Zeki Çatav
http://kalpdamar.hekimi.com



Reply to: