Advertisement
Guest User

genkernel bootloader=grub all

a guest
Sep 18th, 2012
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~ # genkernel --bootloader=grub all
  2. * Gentoo Linux Genkernel; Version 3.4.24_p2
  3. * Running with options: --bootloader=grub all
  4.  
  5. * Linux Kernel 3.3.8-gentoo for x86...
  6. mount: special device /dev/sda1 does not exist
  7. * WARNING: Failed to mount /boot!
  8.  
  9. * kernel: Using config from /etc/kernels/kernel-config-x86-3.3.8-gentoo
  10. * Previous config backed up to .config--2012-09-18--10-49-43.bak
  11. * kernel: >> Running mrproper...
  12. * >> Running oldconfig...
  13. * kernel: >> Cleaning...
  14. * >> Compiling 3.3.8-gentoo bzImage...
  15. * >> Not installing firmware as it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)...
  16. * >> Compiling 3.3.8-gentoo modules...
  17. * Copying config for successful build to /etc/kernels/kernel-config-x86-3.3.8-gentoo
  18. * blkid: >> Using cache
  19. * busybox: >> Using cache
  20. * initramfs: >> Initializing...
  21. * >> Appending base_layout cpio data...
  22. * >> Appending auxilary cpio data...
  23. * >> Appending busybox cpio data...
  24. * >> Appending modules cpio data...
  25. * >> Appending blkid cpio data...
  26. * Adding kernel to /boot/grub/grub.conf...
  27. awk: fatal: cannot open file `/var/tmp/genkernel/19542.24954.16764.18760/grub.map' for reading (No such file or directory)
  28. * Error! /boot/grub/grub.conf does not exist and the correct settings can not be automatically detected.
  29. * Please manually create your /boot/grub/grub.conf file.
  30. *
  31. * Kernel compiled successfully!
  32. *
  33. * Required Kernel Parameters:
  34. * real_root=/dev/$ROOT
  35. *
  36. * Where $ROOT is the device node for your root partition as the
  37. * one specified in /etc/fstab
  38. *
  39. * If you require Genkernel's hardware detection features; you MUST
  40. * tell your bootloader to use the provided INITRAMFS file. Otherwise;
  41. * substitute the root argument for the real_root argument if you are
  42. * not planning to use the initramfs...
  43.  
  44. * WARNING... WARNING... WARNING...
  45. * Additional kernel cmdline arguments that *may* be required to boot properly...
  46. * With support for several ext* filesystems around it may be needed to
  47. * add "rootfstype=ext3" or "rootfstype=ext4"
  48.  
  49. * Do NOT report kernel bugs as genkernel bugs unless your bug
  50. * is about the default genkernel configuration...
  51. *
  52. * Make sure you have the latest ~arch genkernel before reporting bugs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement