WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] how to run knoppix under xen

Dear,

I have some questions.

Which type of KNOPPIX did you use? Is it customized for Xen?

The kernel of KNOPPIX requires a driver of cloop. Does the kernel
"/boot/vmlinuz-2.6-xenU" include it?
The mini-root should be adjust to Xen environment, I guess.

------
suzaki

 >>From: Mustafa Abbasi <lordverminard@xxxxxxxxx>
 >>Subject: [Xen-users] how to run knoppix under xen
 >>
 >>i saw a screen shot of knoppix beeing run under xen but for some reason i
 >>can't do that.
 >>here if the config file i use.
 >>
 >>> kernel = "/boot/vmlinuz-2.6-xenU"
 >>> memory = 64
 >>> name = "ttylinux"
 >>> nics = 1
 >>> ip = "1.2.3.4"
 >>> disk = ['phy:hdc,hdd,r']
 >>> root = "/dev/hdd ro"
 >>
 >>
 >>hdc is my cdrom and it was unmounted at the time.
 >>here the output i got.
 >>
 >>>
 >>>  CPU: CLK_CTL MSR was 0. Reprogramming to 20000000
 >>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
 >>CPU: L2 Cache: 256K (64 bytes/line)
 >>CPU: AMD Sempron(tm)   2400+ stepping 01
 >>Enabling fast FPU save and restore... done.
 >>Enabling unmasked SIMD FPU exception support... done.
 >>Checking 'hlt' instruction... disabled
 >>NET: Registered protocol family 16
 >>xen_mem: Initialising balloon driver.
 >>Initializing Cryptographic API
 >>io scheduler noop registered
 >>io scheduler anticipatory registered
 >>io scheduler deadline registered
 >>io scheduler cfq registered
 >>RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
 >>Xen virtual console successfully installed as tty
 >>Event-channel device installed.
 >>xen_blk: Initialising virtual block device driver
 >> hdd:<6>xen_net: Initialising virtual ethernet driver.
 >> unknown partition table
 >>NET: Registered protocol family 2
 >>IP: routing cache hash table of 512 buckets, 4Kbytes
 >>TCP established hash table entries: 4096 (order: 3, 32768 bytes)
 >>TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
 >>TCP: Hash tables configured (established 4096 bind 4096)
 >>NET: Registered protocol family 1
 >>NET: Registered protocol family 17
 >>IP-Config: Guessing netmask 255.0.0.0
 >>IP-Config: Complete:
 >>      device=eth0, addr=1.2.3.4, mask=255.0.0.0, gw=255.255.255.255,
 >>     host=1.2.3.4, domain=, nis-domain=(none),
 >>     bootserver=1.2.3.4, rootserver=1.2.3.4, rootpath=
 >>VFS: Mounted root (iso9660 filesystem) readonly.
 >>Freeing unused kernel memory: 112k freed
 >>Warning: unable to open an initial console.
 >>Kernel panic - not syncing: No init found.  Try passing init= option to
 >>kernel.
 >>
 >>any help.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] how to run knoppix under xen, Kuniyasu Suzaki <=