Kernel Bench

Kernel News and How To

This video is based on a VMWare Server 2 install on Ubuntu 9.10. The kernel requires a patch before vmware’s kernel modules can be installed properly.

Duration : 0:7:50

Read the rest of this entry »

This video is based on a VMWare Server 2 install on Ubuntu 9.10. The kernel requires a patch before vmware’s kernel modules can be installed properly.

Duration : 0:7:50

Read the rest of this entry »

Builder's Protein Bars Vanilla Almond 12/Box from Clif Bar, Inc

Builder’s Protein Bars Vanilla Almond 12/Box from Clif Bar, Inc Vanilla dipped double decker crisp bar. The entirely natural protein bar. Low glycemic. High in protein. 23 vitamins & minerals. The Builder’s bar contains 20 grams of whole proteins. Without hydrogenated oils or trans fats, the Builder’s bar is a cut above many other protein options. And with its distinctive crispy, chewy texture, I hope you’ll find them more delicious, too. Enjoy! We source ingredients that are not made using wheat or dairy and are not genetically engineered. 39% Organic ingredients. Nutrition Facts: Serving Size 1 bar Servings Per Container 12 Amount Per Serving % Daily Value Calories 270 Calories from Fat 70 Total Fat 8 g 12% Saturated Fat 5 g 23% Cholesterol 0 mg 0% Sodium 240 mg 10% Potassium 170 mg 5% Total Carbohydrate 30 g 10% Dietary Fiber 3 g 12% Insoluble Fiber 2 g Sugars 22 g Other Carbohydrate 5 g Protein 20 g 40% Vitamin A 30% Vitamin C 100% Calcium 25% Iron 25% Kosher Biotin 10% Chromium 10% Copper 15% Folate 20% Iodine 15% Magnesium 25% Manganese 35% Molybdenum 15% Pantothenic Acid 20% Phosphorus 20% Selenium 20% Zinc 20% Thiamin B1 25% Trans Fat 0 g Vit. B12 15% Vit. B6 20% Vit. K 25% Vit. E 100% Niacin B3 15% Riboflavin B2 15% *percent Daily Values are based on a 2,000 calorie diet. Ingredients: Soy Protein Isolate, Chicory Syrup, Organic Brown Rice Syrup, Organic Evaporated Cane Juice, Organic Palm Kernel Oil, Organic Rolled Oats, Almond Butter, Dry Roasted Almonds, Vegetable Glycerin, Organic Soy Flour, Organic Quinoa, Organic Sunflower Oil, Inulin (Chicory Extract), Rice Starch, Organic Vanilla Flavor, Organic Milled Flaxseed, Organic Oat Fiber, Natural Flavors, Soy Lecithin, Salt. Vitamins & Minerals: Dicalcium Phosphate, Magnesium Oxide, Ascorbic Acid (Vit. C), Tocopheryl Acetate (Vit. E), Ferric Orthophosphate (Iron), Beta Carotene (Vit. A), Zinc Citrate, Phytonadione (Vit. K1), Biotin, Niacinamide (Vit. B3), Calcium Pantothenate (Vit. B5), Potassium Iodide,

Read the rest of this entry »

This video is based on a VMWare Server 2 install on Ubuntu 9.10. The kernel requires a patch before vmware’s kernel modules can be installed properly.

Duration : 0:7:50

Read the rest of this entry »

How to install linux on hard disk partition using hard drive install mode by custom such as kernel,Initrd and options.

Are you asking how to set up your own custom system by installing a bootloader and putting the kernel, ramdisk and binaries on the system manually? There are many ways to go about this, depending on what bootloader and file system you want to use. I can help you create an extremely basic system, but its up to you to set it up to do anything more useful then run a couple binaries.

1. Create a partition. ext2 should be simplest for this purpose. The simplest bootolader to get working is probably EXTLINUX, but I’m not sure if it supports multiple partitions, so you’ll have to use an entire disk.
2. Create the basic directory structure (/sbin, /usr, /bin, /etc, and so on)
3. Run the extlinux command on the directory. You will need the syslinux package installed on your distro / LiveCD. Example: extlinux /mnt/disk-1
4. Use the "cat" command to copy the master boot record from the syslinux directory to the device. Example: cat mbr.bin > /dev/hdb
5. Create a file called extlinux.conf on the root of the device. Alternatively, it could be placed in the /boot folder, if you change the installation command above slightly (making it ‘extlinux /mnt/disk/boot’)
6. Set up the file the way you need it, with a label, path to the kernel, path to the initrd, and any other parameters you need.
7. Place any other binaries you need on the disk. Make sure your Initrd actually mounts the hard drive, or you won’t be able to use them.

This video is based on a VMWare Server 2 install on Ubuntu 9.10. The kernel requires a patch before vmware’s kernel modules can be installed properly.

Duration : 0:7:50

Read the rest of this entry »

How to install linux on hard disk partition using hard drive install mode by custom such as kernel,Initrd and options.

Are you asking how to set up your own custom system by installing a bootloader and putting the kernel, ramdisk and binaries on the system manually? There are many ways to go about this, depending on what bootloader and file system you want to use. I can help you create an extremely basic system, but its up to you to set it up to do anything more useful then run a couple binaries.

1. Create a partition. ext2 should be simplest for this purpose. The simplest bootolader to get working is probably EXTLINUX, but I’m not sure if it supports multiple partitions, so you’ll have to use an entire disk.
2. Create the basic directory structure (/sbin, /usr, /bin, /etc, and so on)
3. Run the extlinux command on the directory. You will need the syslinux package installed on your distro / LiveCD. Example: extlinux /mnt/disk-1
4. Use the "cat" command to copy the master boot record from the syslinux directory to the device. Example: cat mbr.bin > /dev/hdb
5. Create a file called extlinux.conf on the root of the device. Alternatively, it could be placed in the /boot folder, if you change the installation command above slightly (making it ‘extlinux /mnt/disk/boot’)
6. Set up the file the way you need it, with a label, path to the kernel, path to the initrd, and any other parameters you need.
7. Place any other binaries you need on the disk. Make sure your Initrd actually mounts the hard drive, or you won’t be able to use them.

How to install linux on hard disk partition using hard drive install mode by custom such as kernel,Initrd and options.

Are you asking how to set up your own custom system by installing a bootloader and putting the kernel, ramdisk and binaries on the system manually? There are many ways to go about this, depending on what bootloader and file system you want to use. I can help you create an extremely basic system, but its up to you to set it up to do anything more useful then run a couple binaries.

1. Create a partition. ext2 should be simplest for this purpose. The simplest bootolader to get working is probably EXTLINUX, but I’m not sure if it supports multiple partitions, so you’ll have to use an entire disk.
2. Create the basic directory structure (/sbin, /usr, /bin, /etc, and so on)
3. Run the extlinux command on the directory. You will need the syslinux package installed on your distro / LiveCD. Example: extlinux /mnt/disk-1
4. Use the "cat" command to copy the master boot record from the syslinux directory to the device. Example: cat mbr.bin > /dev/hdb
5. Create a file called extlinux.conf on the root of the device. Alternatively, it could be placed in the /boot folder, if you change the installation command above slightly (making it ‘extlinux /mnt/disk/boot’)
6. Set up the file the way you need it, with a label, path to the kernel, path to the initrd, and any other parameters you need.
7. Place any other binaries you need on the disk. Make sure your Initrd actually mounts the hard drive, or you won’t be able to use them.

This video is based on a VMWare Server 2 install on Ubuntu 9.10. The kernel requires a patch before vmware’s kernel modules can be installed properly.

Duration : 0:7:50

Read the rest of this entry »

How to install linux on hard disk partition using hard drive install mode by custom such as kernel,Initrd and options.

Are you asking how to set up your own custom system by installing a bootloader and putting the kernel, ramdisk and binaries on the system manually? There are many ways to go about this, depending on what bootloader and file system you want to use. I can help you create an extremely basic system, but its up to you to set it up to do anything more useful then run a couple binaries.

1. Create a partition. ext2 should be simplest for this purpose. The simplest bootolader to get working is probably EXTLINUX, but I’m not sure if it supports multiple partitions, so you’ll have to use an entire disk.
2. Create the basic directory structure (/sbin, /usr, /bin, /etc, and so on)
3. Run the extlinux command on the directory. You will need the syslinux package installed on your distro / LiveCD. Example: extlinux /mnt/disk-1
4. Use the "cat" command to copy the master boot record from the syslinux directory to the device. Example: cat mbr.bin > /dev/hdb
5. Create a file called extlinux.conf on the root of the device. Alternatively, it could be placed in the /boot folder, if you change the installation command above slightly (making it ‘extlinux /mnt/disk/boot’)
6. Set up the file the way you need it, with a label, path to the kernel, path to the initrd, and any other parameters you need.
7. Place any other binaries you need on the disk. Make sure your Initrd actually mounts the hard drive, or you won’t be able to use them.