Enviado em 16/02/2015 - 19:12h
Boa noite a todos!Enviado em 22/02/2015 - 17:33h
root@mcn-xubuntu:/home/mcnd2# cat /etc/grub.d/40_custom #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "FreeBSD 10.1" { # insmod zfs # insmod bsd # insmod part_gpt insmod ufs set root='(hd1,2,b)' kfreebsd /boot/loader # chainloader +1 } root@mcn-xubuntu:/home/mcnd2#
ada0 ada0s1 - swap ada0s2 - Debian ada0s3 - Backup ada0s4 - Xubuntu ada1 ada1s1 - Windows Server ada1s2 - BSD ada1s2a - freebsd-swap ada1s2b - freebsd-ufs
ada0 ada0s1 - swap ada0s2 - Debian ada0s3 - Backup ada0s4 - Xubuntu ada1 ada1s1 - Windows Server ada1s2 - BSD ada1s2a - freebsd-ufs ada1s2b - freebsd-swap
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "FreeBSD 10.1" { insmod bsd set root='(hd1,2)' kfreebsd /boot/loader }
Enviado em 16/02/2015 - 20:01h
Enviado em 17/02/2015 - 14:40h
Enviado em 17/02/2015 - 15:39h
Enviado em 18/02/2015 - 19:04h
Salve mano . Aqui consegui subir os dois sistemas . Criei uma máquina virtual com dois HD virtuais .# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=false GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="locale=pt_BR" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1"
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "FreeBSD 10.0" { insmod part_gpt set root='(hd1,2)' kfreebsd /boot/loader }
# update-grub
Enviado em 19/02/2015 - 20:40h
Enviado em 19/02/2015 - 21:58h
# gdisk -l /dev/sdb
Enviado em 19/02/2015 - 22:56h
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "FreeBSD 10.1" { insmod bsd set root='(hd1,2)' kfreebsd /boot/loader }
# update-grub
Enviado em 19/02/2015 - 23:48h
# gdisk -l /dev/sdb
Enviado em 19/02/2015 - 23:55h
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "FreeBSD 10.1" { insmod bsd set root='(hd1,2)' kfreebsd /boot/loader }
# update-grub
Enviado em 20/02/2015 - 00:33h
#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "FreeBSD 10.1" { insmod zfs set root='(hd1,2)' kfreebsd /boot/loader }
# update-grub
Como aprovar Pull Requests em seu repositório Github via linha de comando
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Resolvendo o erro "libQt6Widgets.so.6: cannot open shared object file" no Linux
Como instalar protetores de tela (Debian e derivados)
Conheça a 4Devs, caixa de ferramentas online para desenvolvedores
Como converter um vídeo MP4 para um GIF para publicar no README.md do seu repositório Github
Driver de rede realtek 8821ce bugado (1)
Problemas de compartilhame... de impressora no Ubuntu 24.04 (3)