search for: vmlinuz26

Displaying 5 results from an estimated 5 matches for "vmlinuz26".

Did you mean: vmlinuz2
2010 Aug 26
1
[Bug]: Extlinux needs 1 minute before boot menu is shown
...std MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std MENU COLOR msg07 37;40 #90ffffff #a0000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std LABEL arch MENU LABEL Boot Arch Linux (i686) KERNEL vmlinuz26 APPEND initrd=kernel26.img root=/dev/disk/by-uuid/0ff4c04f-c05c-4662- b648-06f05b0ead32 ro resume=swap:/dev/disk/by- uuid/73ab1690-3e03-4385-80d1-7c05f507c509 LABEL arch_custom MENU LABEL Boot Arch Linux (custom kernel) KERNEL vmlinuz26-kms APPEND initrd=kernel26-kms.img root=/de...
2008 May 01
4
Boot into dom0 "Failed to parse block device name"
...dev/sda3'' ERROR: Unable to create/detect root device ''/dev/sda3'' Dropping to a recovery shell... type ''exit'' to reboot My grub menu is: timeout 5 default 0 color light-blue/black light-cyan/blue # (0) Arch Linux title Arche Linux root (hd0,0) kernel /vmlinuz26 root=/dev/sda3 ro initrd /kernel26.img # (1) Xen 3.1 title Xen 3.1 root (hd0,0) kernel /xen.gz dom0_mem=524288 module /vmlinuz-2.6-xen root=/dev/sda3 ro module /kernel26xenB.img My fstab is: none /dev/pts devpts defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/cdrom /mnt/cdrom...
2011 May 20
1
Help! Xen dom0 kernel-2.6.38 shows blank screen!
...y grub.conf settings, please help! My video card: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series] My grub.conf: title ArchLinux-2.6-my-xen root (hd0,0) kernel /archlinux/xen-4.1.0.gz dom0_mem=2048M noreboot sync_console console_to_ring loglvl=all guest_loglvl=all module /archlinux/vmlinuz26-my ro root=/dev/disk/by-label/ROOT panic=30 resume=/dev/disk/by-label/RW resume_offset=2750468 console=tty0 console=hvc0 earlyprintk=xen module /archlinux/kernel26-my.img My dom0 kernel compilation options (grep -i xen .config): CONFIG_XEN=y CONFIG_XEN_DOM0=y CONFIG_XEN_PRIVILEGED_GUEST=y CONF...
2010 Dec 09
3
ArchLinux port
I have febootstrap ported to and working on Arch, but there are a few packages missing from the main Arch repos, and the packages need to be in the main repos for the febootstrap sequence to work. So I have a few quick questions, first, how well does the supermin app work, without augeas, are zfs, gfs and hfs used only for mounting those filesystems inside the vm image, and I noticed that there is
2006 Apr 09
1
curious unpacking issue
...nded behavior. Can anyone point me into the proper direction for unpacking an initramfs image ontop of the in-kernel image? Currently, I am using kernel 2.6.16.2 with klibc 1.3.2 (1.3.4 failed to build last I tried, so I rolled back). menu.lst is as follows: title TESTING root (hd0,0) kernel /vmlinuz26-EXPERIMENTAL root=/dev/hda3 ro vga=791 initrd /test_me.img Thanks for any pointers... I'll delve into the kernel init code for the "is ramfs" check now. Aaron Griffin