Advertisement
hamdyaea

Untitled

May 15th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. root@debian:~# cat /mnt/EFI/BOOT/grub.cfg
  2. serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
  3. default=boot
  4. timeout=10
  5. menuentry 'boot'{
  6. linux /bzImage root=/dev/sda2 rootwait rootwait rootfstype=ext4 console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda-intel.enable_msi=0
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement