Install Openwrt On X86 Pc Rating: 3,7/5 4891 reviews

I've tried to install OpenWRT Backfire 10.03.1-rc6 x86_generic combined ext2 on my x86 PC, but the boot process stops while 'waiting for root device /dev/sda2'.

All Games > Simulation Games > Chocolatier®: Decadence by Design™. For the first time ever, you have complete control over the ingredients, look, name. Dark Romance: A Performance to Die For Collector's Edition game. In Chocolatier 3: Decadence by Design you travel the globe in search of flavorful and. Free Download Chocolatier 3: Decadence by Design Screenshot 1 Free Download. Each production of the treat is represented in mini-game where you shoot the. Chocolatier Decadence By Design game is one of more than 400 free. For the first time ever, you have complete control over the ingredients, look, name and. Play the full version of Chocolatier Decadence By Design for free. Chocolatier: Decadence by Design is an economic simulation game set in the post-WWII. Download the full version of Chocolatier®: Decadence by Design™ FREE! Play the full version with. There are currently no reviews for this game. Be the first! Chocolatier decadence by design game free download full version.

  1. Openwrt X86 Iso

Installing openwrt on x86-64. But it’s also possible to install on normal x86 PC hardware. Openwrt-x86-64-vmlinuz Linux. Instruction to have OpenWRT or LEDE on a X86 PC or Virtual Machine. /generic/openwrt-15.05-x86-generic-combined-ext4.img.gz gunzip > disk-image.img.

Forums have advised me to build a custom OpenWRT image, but I don't know what packages I should include to solve this problem.

I've tried adding kmod-ata-via-sata but it doesn't help.

Openwrt X86 Iso

EuphorbiumEuphorbium
Openwrt downloads

3 Answers

I ran into this problem before. I had to build a custom image from source to solve it. The cause was that the disk controller driver wasn't included in the kernel. Without the driver, the kernel couldn't access the root partition and became stuck.

To add this driver I had to compile from source. I added the driver using make kernel_menuconfig. I also ran make menuconfig and disabled the matching kmod-* kernel module. I took these steps when I realized kmod-* kernel modules were stored in the root partition, not compiled into the kernel.

Must you use a SATA hard drive as the storage device? How about using live USB instead? I worked out a method to store many disk images on a flash drive. The step-by-step instruction is at my blog http://macbruins.wordpress.com/2011/09/01/easy-live-usb-for-x86-openwrt.

X86Openwrt
macbruinsmacbruins

I'm not positive, but I believe that OpenWRT is intended to be installed on a router. It enables your router to do things that it may not have been able to do before switching the firmwares. I don't think it is intended to be installed on a computer.

Yosef GunsburgYosef Gunsburg

I think the most likely reason is the openwrt build you are using doesn't have a kernel module for some part of the disk system you are using - most likely the sata disk controller.

One approach would be to get a linux liveCD, boot it up on the PC, confirming it can see the disks, then do an lsmod to see what disk related modules were loaded.

Then see if those modules are available as kmods for openwrt.

PaulPaul

Not the answer you're looking for? Browse other questions tagged routeroperating-systemsopenwrtx86 or ask your own question.