Displaying 3 results from an estimated 3 matches for "discimag".
Did you mean:
discimage
2008 Jul 31
1
PXE Booting floppy image
Anyone know the correct syntax for specifying a floppy image in the /tftpboot/pxelinux.cfg/default file?
I am trying to use:
label Dos Bootdisk
MENU LABEL Dos bootdisk
FDIMAGE discimage.img
But when I select it the menu, I get a message saying "Automatic boot in 30 seconds" and nothing happens.
I would use:
label Dos Bootdisk 2
MENU LABEL Dos bootdisk 2
kernel memdisk
append initrd=discimage.img
but this is a 2.88meg floppy and memdisk wont b...
2008 Dec 16
1
How to set Volume Label on mounted ISO image?
...e that checks the Volume Label of the CD to make sure it is legit. I don't wish to carry the CD around with me all the time, and my laptops CD-ROM drive doesn't always work that reliably, so I'm trying to use an ISO image.
I mount the file using this command in Ubuntu 8.10:
sudo mount discimage.iso mount_dir -o loop
I also have created a symlink called "d:" pointing to mount_dir. This works almost fine; Wine sees the drive and the files on the disk.... except.... the drive has NO LABEL!! The ISO has a label, but Wine doesn't seem to detect this properly.
Back in the old...
2008 Mar 21
5
Xen 3.2 FC6 DomU Kernel Panic
.../vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
---------------------------------------------------------------------------------------------------------------
Then, I created a domU image as in the uer manual for v3.0.
1) I created a blank discimage fc6_domudisk and monted in in /mnt
2) I copied /{root, dev,var,etc,usr,bin,sbin,lib} to /mnt
3) I makde the {home, proc, sys, tmp} directories inside /mnt
4) I modified the mnt/etc/fstab as follows
----------------------------------------------------------------------------------------------------...